# | Line 138 | Line 138 | namespace OpenMD { | |
---|---|---|
138 | unsigned int getNAtomType() { | |
139 | return atomTypeCont_.size(); | |
140 | } | |
141 | + | |
142 | + | AtomTypeContainer* getAtomTypes() { |
143 | + | return &atomTypeCont_; |
144 | + | } |
145 | + | |
146 | + | NonBondedInteractionTypeContainer* getNonBondedInteractionTypes() { |
147 | + | return &nonBondedInteractionTypeCont_; |
148 | + | } |
149 | ||
150 | bool addAtomType(const std::string &at, AtomType* atomType); | |
151 |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | Author Id Revision Date |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |