Equalizer  1.4.1
Public Member Functions | Protected Member Functions
eqNbody::Channel Class Reference
+ Inheritance diagram for eqNbody::Channel:
+ Collaboration diagram for eqNbody::Channel:

List of all members.

Public Member Functions

 Channel (eq::Window *parent)
 Construct a new channel.

Protected Member Functions

virtual ~Channel ()
 Destruct the channel.
virtual bool configInit (const eq::uint128_t &initID)
 Initialize this channel.
virtual void frameDraw (const eq::uint128_t &frameID)
 Draw the scene.

Detailed Description

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


Constructor & Destructor Documentation

Construct a new channel.

Version:
1.0

Reimplemented from eq::Channel.

Definition at line 44 of file eqNBody/channel.cpp.

References eq::Channel::glewGetContext().

+ Here is the call graph for this function:

eqNbody::Channel::~Channel ( ) [protected, virtual]

Destruct the channel.

Version:
1.0

Reimplemented from eq::Channel.

Definition at line 52 of file eqNBody/channel.cpp.


Member Function Documentation

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

Initialize this channel.

Parameters:
initIDthe init identifier.
Version:
1.0

Reimplemented from eq::Channel.

Definition at line 61 of file eqNBody/channel.cpp.

References eq::Channel::configInit(), eq::Channel::getConfig(), and eq::Channel::getPipe().

+ Here is the call graph for this function:

void eqNbody::Channel::frameDraw ( const eq::uint128_t &  frameID) [protected, virtual]

Draw the scene.

Called 0 to n times during one frame.

Parameters:
frameIDthe per-frame identifier.
Version:
1.0

Reimplemented from eq::Channel.

Definition at line 74 of file eqNBody/channel.cpp.

References eq::Channel::getPipe(), eq::fabric::Channel< Window, Channel >::getRange(), and eq::Channel::outlineViewport().

+ Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Mon Nov 26 2012 14:41:51 for Equalizer 1.4.1 by  doxygen 1.7.6.1