

Public Member Functions | |
| void | setFrameDataID (const uint32_t id) |
| uint32_t | getFrameDataID () const |
| eq::WindowSystem | getWindowSystem () const |
| mesh::RenderMode | getRenderMode () const |
| bool | useGLSL () const |
| bool | useInvertedFaces () const |
| bool | showLogo () 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 | setRenderMode (const mesh::RenderMode renderMode) |
| void | enableGLSL () |
| void | enableInvertedFaces () |
| void | disableLogo () |
Definition at line 28 of file eqPly/initData.h.
| void eqPly::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 51 of file eqPly/initData.cpp.
| void eqPly::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 57 of file eqPly/initData.cpp.
References EQINFO.
0.9.1 by
1.6.1