Equalizer 1.0
|
A segment covers a sub-area of a Canvas. More...
#include <segment.h>
Public Member Functions | |
Segment (Canvas *parent) | |
Construct a new segment. | |
virtual | ~Segment () |
Destruct a segment. | |
Data Access | |
Config * | getConfig () |
const Config * | getConfig () const |
ServerPtr | getServer () |
A segment covers a sub-area of a Canvas.
It has a Frustum, and defines one output Channel of the whole projection area, typically a projector or screen.
eq::Segment::Segment | ( | Canvas * | parent | ) |
Construct a new segment.
virtual eq::Segment::~Segment | ( | ) | [virtual] |
Config* eq::Segment::getConfig | ( | ) |
const Config* eq::Segment::getConfig | ( | ) | const |