Equalizer  1.4.1
Public Member Functions
eq::Canvas Class Reference

A canvas represents a logical 2D projection surface. More...

#include <canvas.h>

+ Inheritance diagram for eq::Canvas:
+ Collaboration diagram for eq::Canvas:

List of all members.

Public Member Functions

 Canvas (Config *parent)
 Construct a new canvas.
virtual ~Canvas ()
 Destruct this canvas.
Data Access
ServerPtr getServer ()

Detailed Description

A canvas represents a logical 2D projection surface.

A canvas consists of one or more Segment, which represent the physical output channels. Segments have a viewport, which defines which part of the logical 2D projection surface they occupy. Segments overlap each other when edge-blending is used, and have gaps for display walls. Passive stereo systems use one segment for each eye pass, so that two segments have the same viewport. Application windows typically use one canvas per Window.

A canvas has a Frustum, which is used to compute a sub-frustum for segments which have no frustum specified. This is useful for planar projection systems.

A canvas has one ore more layouts, of which one Layout is the active layout, defining the set of logical views currently used to render on the canvas. The layout can be switched at runtime. A canvas with a 0 layout does not render anything, i.e., it is not active.

See also:
fabric::Canvas for public methods

Definition at line 51 of file client/canvas.h.


Constructor & Destructor Documentation

eq::Canvas::Canvas ( Config parent)

Construct a new canvas.

Version:
1.0
virtual eq::Canvas::~Canvas ( ) [virtual]

Destruct this canvas.

Version:
1.0

Reimplemented from eq::fabric::Canvas< Config, Canvas, Segment, Layout >.


Member Function Documentation

Returns:
the Server of this canvas.
Version:
1.0

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