Equalizer 1.0
|
The Channel renders the frames in frameDraw(). More...
#include <channel.h>
Public Member Functions | |
Channel (eq::Window *parent) | |
Construct a new channel. | |
Protected Member Functions | |
virtual void | frameClear (const eq::uint128_t &frameID) |
virtual void | frameDraw (const eq::uint128_t &frameID) |
void | frameViewFinish (const eq::uint128_t &frameID) |
The Channel renders the frames in frameDraw().
This is done by querying the pipe for the viewer and then asking the viewer to render the scene.
Definition at line 56 of file share/Equalizer/examples/osgScaleViewer/channel.h.
Users eile Software eq svn tags Equalizer docs install share Equalizer examples osgScaleViewer channel cpp Users eile Software eq svn tags Equalizer docs install share Equalizer examples osgScaleViewer channel cpp Users eile Software eq svn tags Equalizer docs install share Equalizer examples osgScaleViewer channel cpp Users eile Software eq svn tags Equalizer docs install share Equalizer examples osgScaleViewer channel cpp Users eile Software eq svn tags Equalizer docs install share Equalizer examples osgScaleViewer channel cpp Users eile Software eq svn tags Equalizer docs install share Equalizer examples osgScaleViewer channel cpp osgScaleViewer::Channel::Channel | ( | eq::Window * | parent | ) |
Construct a new channel.
Reimplemented from eq::Channel.
Definition at line 53 of file osgScaleViewer/channel.cpp.
References eVolve::Channel::frameClear().
void osgScaleViewer::Channel::frameClear | ( | const eq::uint128_t & | frameID | ) | [protected, virtual] |
Reimplemented from eq::Channel.
Definition at line 59 of file osgScaleViewer/channel.cpp.
References eVolve::Channel::frameDraw().
void osgScaleViewer::Channel::frameDraw | ( | const eq::uint128_t & | frameID | ) | [protected, virtual] |
Reimplemented from eq::Channel.
Definition at line 65 of file osgScaleViewer/channel.cpp.
void osgScaleViewer::Channel::frameViewFinish | ( | const eq::uint128_t & | frameID | ) | [protected, virtual] |
Reimplemented from eq::Channel.
Definition at line 115 of file osgScaleViewer/channel.cpp.