| OpenMD 3.1
    Molecular Dynamics in the Open | 
@ class GenericData GenericData.hpp "utils/GenericData.hpp" More...
#include <GenericData.hpp>
 Inheritance diagram for OpenMD::GenericData:
 Inheritance diagram for OpenMD::GenericData:| Public Member Functions | |
| 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. | |
@ class GenericData GenericData.hpp "utils/GenericData.hpp"
Base class for generic data which is associated with an id
Definition at line 68 of file GenericData.hpp.
| 
 | inline | 
Definition at line 70 of file GenericData.hpp.
| 
 | inline | 
Definition at line 72 of file GenericData.hpp.
| 
 | inlinevirtual | 
virtual destructor
Definition at line 75 of file GenericData.hpp.
| 
 | inline | 
Returns the id of this generic data.
Definition at line 84 of file GenericData.hpp.
| 
 | inline | 
Sets the id of this generic data.
| id | the id to be set | 
Definition at line 93 of file GenericData.hpp.