Equalizer 1.0

eqPly::InitData Class Reference

Inheritance diagram for eqPly::InitData:
Collaboration diagram for eqPly::InitData:

List of all members.

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 ()

Detailed Description

Definition at line 40 of file eqPly/initData.h.


Member Function Documentation

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.

Parameters:
isthe 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.

Parameters:
osThe output stream.

Implements co::Object.

Definition at line 61 of file eqPly/initData.cpp.


The documentation for this class was generated from the following files:
Generated on Sun May 8 2011 19:11:11 for Equalizer 1.0 by  doxygen 1.7.3