Changeset 33bc66 for molecuilder/src/World.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/World.hpp
r3db67e r33bc66 40 40 friend class ManipulateAtomsProcess; 41 41 template<typename> friend class AtomsCalculation; 42 typedef std::map<atomId_t,atom*> AtomSet;43 typedef std::map<moleculeId_t,molecule*> MoleculeSet;44 42 public: 43 typedef std::map<atomId_t,atom*> AtomSet; 44 typedef std::map<moleculeId_t,molecule*> MoleculeSet; 45 45 46 46 /***** getter and setter *****/
Note:
See TracChangeset
for help on using the changeset viewer.