Ignore:
Timestamp:
Feb 8, 2010, 4:23:03 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
323177
Parents:
86b917
Message:

Improved Descriptor mechanism to allow calculations using descriptors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Descriptors/AtomIdDescriptor.hpp

    r86b917 r973c03  
    1717  virtual ~AtomIdDescriptor();
    1818
     19  bool predicate(std::pair<int,atom*> atom);
     20
     21  virtual desc_ptr clone() const;
     22
    1923protected:
     24#if 0
    2025  atom *find();
    2126  std::vector<atom*> findAll();
    22 
     27#endif
    2328private:
    2429  int id;
Note: See TracChangeset for help on using the changeset viewer.