|
OpenMD 3.2
Molecular Dynamics in the Open
|
Public Member Functions | |
| void | setSnapshotManager (SnapshotManager *sman) |
| Sets the Snapshot Manager of this cutoffGroup. | |
| void | addAtom (Atom *atom) |
| Atom * | beginAtom (std::vector< Atom * >::iterator &i) |
| Atom * | nextAtom (std::vector< Atom * >::iterator &i) |
| std::vector< Atom * > | getAtoms () |
| RealType | getMass () |
| void | updateCOM () |
| Vector3d | getPos () |
| Vector3d | getVel () |
| size_t | getNumAtom () |
| int | getGlobalIndex () |
| void | setGlobalIndex (int id) |
| int | getLocalIndex () |
| Returns the local index of this cutoffGroup. | |
| void | setLocalIndex (int index) |
| Sets the local index of this cutoffGroup. | |
Definition at line 56 of file CutoffGroup.hpp.
|
inline |
Definition at line 58 of file CutoffGroup.hpp.
|
inline |
Definition at line 69 of file CutoffGroup.hpp.
Definition at line 71 of file CutoffGroup.hpp.
|
inline |
Definition at line 81 of file CutoffGroup.hpp.
|
inline |
Definition at line 134 of file CutoffGroup.hpp.
|
inline |
Returns the local index of this cutoffGroup.
Definition at line 142 of file CutoffGroup.hpp.
|
inline |
Definition at line 82 of file CutoffGroup.hpp.
|
inline |
Definition at line 132 of file CutoffGroup.hpp.
|
inline |
Definition at line 123 of file CutoffGroup.hpp.
|
inline |
Definition at line 127 of file CutoffGroup.hpp.
Definition at line 76 of file CutoffGroup.hpp.
|
inline |
Definition at line 136 of file CutoffGroup.hpp.
|
inline |
Sets the local index of this cutoffGroup.
| index | new index to be set |
Definition at line 148 of file CutoffGroup.hpp.
|
inline |
Sets the Snapshot Manager of this cutoffGroup.
Definition at line 67 of file CutoffGroup.hpp.
Referenced by OpenMD::SimInfo::setSnapshotManager().
|
inline |
Definition at line 98 of file CutoffGroup.hpp.