|
OpenMD 3.2
Molecular Dynamics in the Open
|
Public Member Functions | |
| AtomData (const std::string &id="ATOMDATA") | |
| void | addAtomInfo (std::shared_ptr< AtomInfo > info) |
| void | clearAllAtomInfo () |
| std::shared_ptr< AtomInfo > | beginAtomInfo (std::vector< std::shared_ptr< AtomInfo > >::iterator &i) |
| std::shared_ptr< AtomInfo > | nextAtomInfo (std::vector< std::shared_ptr< AtomInfo > >::iterator &i) |
| std::vector< std::shared_ptr< AtomInfo > > | getData () |
| size_t | getSize () |
| Public Member Functions inherited from OpenMD::GenericData | |
| GenericData (const std::string &id) | |
| virtual | ~GenericData () |
| virtual destructor | |
| const std::string | getID () const |
| Returns the id of this generic data. | |
| void | setID (const std::string &id) |
| Sets the id of this generic data. | |
Protected Attributes | |
| std::vector< std::shared_ptr< AtomInfo > > | data |
Definition at line 82 of file AtomData.hpp.
|
inline |
Definition at line 84 of file AtomData.hpp.
|
inline |
Definition at line 86 of file AtomData.hpp.
|
inline |
Definition at line 90 of file AtomData.hpp.
|
inline |
Definition at line 102 of file AtomData.hpp.
|
inline |
Definition at line 104 of file AtomData.hpp.
|
inline |
Definition at line 96 of file AtomData.hpp.
|
protected |
Definition at line 107 of file AtomData.hpp.