#include <OSGCameraDecorator.h>
Inheritance diagram for osg::CameraDecorator:


Public Methods | |
Sync | |
| virtual void | changed (BitVector whichField, UInt32 origin) |
| react to field changes | |
your_category | |
| virtual void | draw (DrawAction *action, const Viewport &port) |
| draw the camera's geometry (if any). | |
| virtual void | getProjection (Matrix &result, UInt32 width, UInt32 height) |
| get the separate elements needed for rendering | |
| virtual void | getProjectionTranslation (Matrix &result, UInt32 width, UInt32 height) |
| draw the camera's geometry (if any). | |
| virtual void | getViewing (Matrix &result, UInt32 width, UInt32 height) |
| draw the camera's geometry (if any). | |
Output | |
| virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const |
| output the instance for debug purposes | |
Protected Methods | |
Constructors | |
| CameraDecorator (void) | |
| Constructor. | |
| CameraDecorator (const CameraDecorator &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~CameraDecorator (void) |
| Destructor. | |
Private Types | |
| typedef CameraDecoratorBase | Inherited |
Private Methods | |
| void | operator= (const CameraDecorator &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
Friends | |
| class | FieldContainer |
| class | CameraDecoratorBase |
The base class for the camera.
|
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
react to field changes
Reimplemented from osg::Camera. Reimplemented in osg::ProjectionCameraDecorator, osg::ShearedStereoCameraDecorator, osg::StereoCameraDecorator, and osg::TileCameraDecorator. |
|
||||||||||||
|
draw the camera's geometry (if any). Usually there is none. Reimplemented from osg::Camera. |
|
||||||||||||||||
|
get the separate elements needed for rendering
Reimplemented from osg::Camera. Reimplemented in osg::ProjectionCameraDecorator, osg::ShearedStereoCameraDecorator, and osg::TileCameraDecorator. |
|
||||||||||||||||
|
draw the camera's geometry (if any). Usually there is none. Reimplemented from osg::Camera. Reimplemented in osg::ProjectionCameraDecorator. |
|
||||||||||||||||
|
draw the camera's geometry (if any). Usually there is none. Reimplemented from osg::Camera. Reimplemented in osg::ProjectionCameraDecorator. |
|
||||||||||||
|
output the instance for debug purposes
Reimplemented from osg::Camera. Reimplemented in osg::ProjectionCameraDecorator, osg::ShearedStereoCameraDecorator, osg::StereoCameraDecorator, and osg::TileCameraDecorator. |
|
|
initialize the static features of the class, e.g. action callbacks
Reimplemented from osg::Camera. Reimplemented in osg::ProjectionCameraDecorator, osg::ShearedStereoCameraDecorator, osg::StereoCameraDecorator, and osg::TileCameraDecorator. |
|
|
|
|
|
|
|
1.2.16