Changeset 33bc66 for molecuilder/src/Descriptors/AtomDescriptor_impl.hpp
- Timestamp:
- Feb 26, 2010, 11:47:16 AM (16 years ago)
- Children:
- 98a2987
- Parents:
- 3db67e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Descriptors/AtomDescriptor_impl.hpp
r3db67e r33bc66 1 1 #ifndef ATOMDESCRIPTOR_IMPL_HPP 2 2 #define ATOMDESCRIPTOR_IMPL_HPP 3 4 #include "Descriptors/AtomDescriptor.hpp" 3 5 4 6 /************************ Declarations of implementation Objects ************************/ … … 17 19 virtual atom* find(); 18 20 virtual std::vector<atom*> findAll(); 19 std::map<int,atom*>& getAtoms();21 World::AtomSet& getAtoms(); 20 22 }; 21 23
Note:
See TracChangeset
for help on using the changeset viewer.
