

Public Member Functions | |
| void | setFrameDataID (const uint32_t id) |
| uint32_t | getFrameDataID () const |
| eq::WindowSystem | getWindowSystem () const |
| uint32_t | getPrecision () const |
| float | getBrightness () const |
| float | getAlpha () const |
| const std::string & | getFilename () 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. | |
| void | setWindowSystem (const eq::WindowSystem windowSystem) |
| void | setPrecision (const uint32_t precision) |
| void | setBrightness (const float brightness) |
| void | setAlpha (const float alpha) |
| void | setFilename (const std::string &filename) |
Definition at line 28 of file eVolve/initData.h.
| void eVolve::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 52 of file eVolve/initData.cpp.
| void eVolve::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 58 of file eVolve/initData.cpp.
References EQINFO.
0.9.1 by
1.6.1