#include <OSGProjectionCameraDecorator.h>
Inheritance diagram for osg::ProjectionCameraDecorator:


Public Methods | |
Sync | |
| virtual void | changed (BitVector whichField, UInt32 origin) |
| react to field changes | |
Output | |
| virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const |
| output the instance for debug purposes | |
access | |
| virtual void | getViewing (Matrix &result, UInt32 width, UInt32 height) |
| draw the camera's geometry (if any). | |
| virtual void | getProjection (Matrix &result, UInt32 width, UInt32 height) |
| get the projection matrix | |
| virtual void | getProjectionTranslation (Matrix &result, UInt32 width, UInt32 height) |
| get the projection translation matrix | |
Protected Methods | |
Constructors | |
| ProjectionCameraDecorator (void) | |
| Constructor. | |
| ProjectionCameraDecorator (const ProjectionCameraDecorator &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~ProjectionCameraDecorator (void) |
| Destructor. | |
internal | |
| void | updateData (void) |
| update dependent data | |
Private Types | |
| typedef ProjectionCameraDecoratorBase | Inherited |
Private Methods | |
| void | operator= (const ProjectionCameraDecorator &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
Friends | |
| class | FieldContainer |
| class | ProjectionCameraDecoratorBase |
The decorator for tracked projection screens.
|
|
Reimplemented from osg::ProjectionCameraDecoratorBase. |
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
react to field changes
Reimplemented from osg::StereoCameraDecorator. |
|
||||||||||||
|
output the instance for debug purposes
Reimplemented from osg::StereoCameraDecorator. |
|
||||||||||||||||
|
draw the camera's geometry (if any). Usually there is none. Reimplemented from osg::CameraDecorator. |
|
||||||||||||||||
|
get the projection matrix
Reimplemented from osg::CameraDecorator. |
|
||||||||||||||||
|
get the projection translation matrix
Reimplemented from osg::CameraDecorator. |
|
|
update dependent data
|
|
|
initialize the static features of the class, e.g. action callbacks
Reimplemented from osg::StereoCameraDecorator. |
|
|
|
|
|
Reimplemented from osg::ProjectionCameraDecoratorBase. |
|
|
|
1.2.16