| # | 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 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |