eqPly::InitData Class Reference

Inheritance diagram for eqPly::InitData:
Inheritance graph
[legend]
Collaboration diagram for eqPly::InitData:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

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


Member Function Documentation

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.

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

Parameters:
is the input stream.

Implements eq::net::Object.

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

References EQINFO.


The documentation for this class was generated from the following files:
Generated on Sat Feb 6 13:15:38 2010 for Equalizer 0.9.1 by  doxygen 1.6.1