Equalizer  1.2.1
Public Member Functions | Protected Member Functions
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 37 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 71 of file eqPly/initData.cpp.

References co::base::uint128_t::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 65 of file eqPly/initData.cpp.


The documentation for this class was generated from the following files:
Generated on Fri Jun 8 2012 15:44:36 for Equalizer 1.2.1 by  doxygen 1.8.0