Changeset 323177 for molecuilder/src/Descriptors/AtomIdDescriptor.hpp
- Timestamp:
- Feb 16, 2010, 4:24:07 PM (16 years ago)
- Children:
- 120f8b
- Parents:
- 973c03
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Descriptors/AtomIdDescriptor.hpp
r973c03 r323177 11 11 #include "Descriptors/AtomDescriptor.hpp" 12 12 13 class AtomIdDescriptor : public AtomDescriptor 14 { 15 public: 16 AtomIdDescriptor(int _id); 17 virtual ~AtomIdDescriptor(); 18 19 bool predicate(std::pair<int,atom*> atom); 20 21 virtual desc_ptr clone() const; 22 23 protected: 24 #if 0 25 atom *find(); 26 std::vector<atom*> findAll(); 27 #endif 28 private: 29 int id; 30 }; 13 AtomDescriptor AtomById(int id); 31 14 32 15 #endif /* ATOMIDDESCRIPTOR_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.