

Public Member Functions | |
| void | setFrameDataID (const uint32_t id) |
| uint32_t | getFrameDataID () const |
| float | getDamping () const |
| uint32_t | getNumBodies () const |
| uint32_t | getP () const |
| uint32_t | getQ () const |
Protected Member Functions | |
| virtual void | getInstanceData (eq::net::DataOStream &os) |
| Serialize the instance information about this managed object. | |
| virtual void | applyInstanceData (eq::net::DataIStream &is) |
| Deserialize the instance data. | |
Definition at line 25 of file eqNBody/initData.h.
| void eqNbody::InitData::getInstanceData | ( | eq::net::DataOStream & | os | ) | [protected, virtual] |
Serialize the instance information about this managed object.
The default implementation uses the data provided by setInstanceData.
| os | The output stream. |
Implements eq::net::Object.
Definition at line 42 of file eqNBody/initData.cpp.
| void eqNbody::InitData::applyInstanceData | ( | eq::net::DataIStream & | is | ) | [protected, virtual] |
Deserialize the instance data.
This method is called during object mapping to populate slave instances with the master object's data. The default implementation writes the data into the memory declared by setInstanceData.
| is | the input stream. |
Implements eq::net::Object.
Definition at line 47 of file eqNBody/initData.cpp.
0.9.1 by
1.6.1