Equalizer 1.0
Classes | Functions | Typedefs | Enumerations

eqPly Namespace Reference

The Equalizer polygonal rendering example. More...

Classes

class  CameraAnimation
 Loads sequence of camera positions and interpolates them on a per-frame basis. More...
class  Channel
 The rendering entity, updating a part of a Window. More...
class  Config
 The configuration, run be the EqPly application. More...
struct  ConfigEvent
class  EqPly
 The EqPly application instance. More...
class  FrameData
 Frame-specific data. More...
class  InitData
class  LocalInitData
 Manages the argument parsing and non-distributed part of the initialization data. More...
class  ModelAssigner
 Helper to assign models to views. More...
class  Node
 Representation of a node in the cluster. More...
class  Pipe
 The representation of one GPU. More...
class  Tracker
class  VertexBufferDist
 co::Object to distribute a model, holds a VertexBufferBase node. More...
class  VertexBufferState
class  View
class  Window
 A window represent an OpenGL drawable and context. More...

Functions

std::ostream & operator<< (std::ostream &os, const ConfigEvent *event)
void initErrors ()
 Set up eqPly-specific error codes.
void exitErrors ()
 Clear eqPly-specific error codes.

Typedefs

typedef std::vector< Model * > Models
typedef std::vector< ModelDist * > ModelDists
typedef mesh::VertexBufferRoot Model
typedef VertexBufferDist ModelDist

Enumerations

enum  ColorMode { COLOR_MODEL, COLOR_DEMO, COLOR_WHITE, COLOR_ALL }
enum  LogTopics { LOG_STATS = eq::LOG_CUSTOM << 0, LOG_CULL = eq::LOG_CUSTOM << 1 }
enum  Error { ERROR_EQPLY_MAPOBJECT_FAILED = eq::ERROR_CUSTOM }
 

Defines errors produced by eqPly.

More...

Detailed Description

The Equalizer polygonal rendering example.


Function Documentation

void eqPly::exitErrors ( )

Clear eqPly-specific error codes.

Definition at line 62 of file eqPly/error.cpp.

References co::base::ErrorRegistry::eraseString(), and co::base::Global::getErrorRegistry().

Here is the call graph for this function:

void eqPly::initErrors ( )

Set up eqPly-specific error codes.

Definition at line 54 of file eqPly/error.cpp.

References co::base::Global::getErrorRegistry(), and co::base::ErrorRegistry::setString().

Here is the call graph for this function:


Enumeration Type Documentation

Enumerator:
COLOR_MODEL 

Render using the colors defined in the ply file.

COLOR_DEMO 

Use a unique color to demonstrate decomposition.

COLOR_WHITE 

Render in solid white (mostly for anaglyph stereo)

Definition at line 70 of file eqPly.h.

Defines errors produced by eqPly.

Definition at line 37 of file share/Equalizer/examples/eqPly/error.h.

Generated on Sun May 8 2011 19:11:10 for Equalizer 1.0 by  doxygen 1.7.3