eqNbody::Channel Class Reference

Inheritance diagram for eqNbody::Channel:
Inheritance graph
[legend]
Collaboration diagram for eqNbody::Channel:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Protected Member Functions

virtual ~Channel ()
 Destruct the channel.
virtual void frameClear (const uint32_t frameID)
 Clear the frame buffer.
virtual void frameDraw (const uint32_t frameID)
 Draw the scene.

Detailed Description

Definition at line 33 of file examples/eqNBody/channel.h.


Constructor & Destructor Documentation

eqNbody::Channel::Channel ( eq::Window parent  )  [inline]

Construct a new channel.

Reimplemented from eq::Channel.

Definition at line 36 of file examples/eqNBody/channel.h.

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

Destruct the channel.

Reimplemented from eq::Channel.

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


Member Function Documentation

void eqNbody::Channel::frameClear ( const uint32_t  frameID  )  [protected, virtual]

Clear the frame buffer.

Called 0 to n times during one frame.

Parameters:
frameID the per-frame identifier.

Reimplemented from eq::Channel.

Definition at line 32 of file examples/eqNBody/channel.cpp.

References eq::Channel::applyBuffer(), and eq::Channel::applyViewport().

Here is the call graph for this function:

void eqNbody::Channel::frameDraw ( const uint32_t  frameID  )  [protected, virtual]

Draw the scene.

Called 0 to n times during one frame.

Parameters:
frameID the per-frame identifier.

Reimplemented from eq::Channel.

Definition at line 41 of file examples/eqNBody/channel.cpp.

References eq::Channel::getPipe().

Here is the call graph for this function:


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