Equalizer 1.0

eqNbody::Pipe Class Reference

Inheritance diagram for eqNbody::Pipe:
Collaboration diagram for eqNbody::Pipe:

List of all members.

Public Member Functions

 Pipe (eq::Node *parent)
 Construct a new pipe.
SharedDatagetSharedData ()

Protected Member Functions

virtual ~Pipe ()
 Destruct the pipe.
virtual bool configInit (const eq::uint128_t &initID)
 Initialize this pipe.
virtual bool configExit ()
 De-initialize this pipe.
virtual void frameStart (const eq::uint128_t &frameID, const uint32_t frameNumber)
 Start rendering a frame.

Detailed Description

Definition at line 39 of file share/Equalizer/examples/eqNBody/pipe.h.


Constructor & Destructor Documentation

eqNbody::Pipe::Pipe ( eq::Node parent)

Construct a new pipe.

Version:
1.0

Reimplemented from eq::Pipe.

Definition at line 41 of file eqNBody/pipe.cpp.

virtual eqNbody::Pipe::~Pipe ( ) [inline, protected, virtual]

Destruct the pipe.

Version:
1.0

Reimplemented from eq::Pipe.

Definition at line 47 of file share/Equalizer/examples/eqNBody/pipe.h.


Member Function Documentation

bool eqNbody::Pipe::configExit ( ) [protected, virtual]

De-initialize this pipe.

Version:
1.0

Reimplemented from eq::Pipe.

Definition at line 69 of file eqNBody/pipe.cpp.

References eq::Pipe::getConfig(), and eq::Config::unmapObject().

Here is the call graph for this function:

bool eqNbody::Pipe::configInit ( const eq::uint128_t initID) [protected, virtual]

Initialize this pipe.

Parameters:
initIDthe init identifier.
Version:
1.0

Reimplemented from eq::Pipe.

Definition at line 47 of file eqNBody/pipe.cpp.

References eq::Pipe::configInit(), eq::Pipe::getConfig(), and eq::Config::mapObject().

Here is the call graph for this function:

void eqNbody::Pipe::frameStart ( const eq::uint128_t frameID,
const uint32_t  frameNumber 
) [protected, virtual]

Start rendering a frame.

Called once at the beginning of each frame, to do per-frame updates of pipe-specific data, for example updating the rendering engine. Waits for the node to start the frame, unless the thread model is async. If the thread model is async, the local synchronization is released immediately.

This method has to call startFrame().

Parameters:
frameIDthe per-frame identifier.
frameNumberthe frame to start.
See also:
Config::startFrame(), Node::startFrame(), Node::waitFrameStarted()
Version:
1.0

Reimplemented from eq::Pipe.

Definition at line 81 of file eqNBody/pipe.cpp.

References co::Object::sync().

Here is the call graph for this function:


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