

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. | |
Definition at line 33 of file examples/eqNBody/channel.h.
| 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.
| void eqNbody::Channel::frameClear | ( | const uint32_t | frameID | ) | [protected, virtual] |
Clear the frame buffer.
Called 0 to n times during one frame.
| 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().

| void eqNbody::Channel::frameDraw | ( | const uint32_t | frameID | ) | [protected, virtual] |
Draw the scene.
Called 0 to n times during one frame.
| frameID | the per-frame identifier. |
Reimplemented from eq::Channel.
Definition at line 41 of file examples/eqNBody/channel.cpp.
References eq::Channel::getPipe().

0.9.1 by
1.6.1