Equalizer 1.0
|
Public Member Functions | |
void | setFrameDataID (const eq::uint128_t &id) |
eq::uint128_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 (co::DataOStream &os) |
Serialize all instance information of this distributed object. | |
virtual void | applyInstanceData (co::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 40 of file eqPly/initData.h.
void eqPly::InitData::applyInstanceData | ( | co::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.
is | the input stream. |
Implements co::Object.
Definition at line 67 of file eqPly/initData.cpp.
References EQINFO, and co::base::UUID::ZERO.
void eqPly::InitData::getInstanceData | ( | co::DataOStream & | os | ) | [protected, virtual] |
Serialize all instance information of this distributed object.
os | The output stream. |
Implements co::Object.
Definition at line 61 of file eqPly/initData.cpp.