#include <OSGPerspectiveCamera.h>
Inheritance diagram for osg::PerspectiveCamera:


Public Methods | |
transformation | |
| 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 | |
dump | |
| virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const |
| output the instance for debug purposes | |
Static Public Methods | |
Class Get | |
| const char * | getClassname (void) |
Protected Methods | |
Constructors | |
| PerspectiveCamera (void) | |
| Constructor. | |
| PerspectiveCamera (const PerspectiveCamera &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~PerspectiveCamera (void) |
| Destructor. | |
Private Types | |
| typedef PerspectiveCameraBase | Inherited |
Private Methods | |
| void | operator= (const PerspectiveCamera &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
Static Private Attributes | |
| char | cvsid [] = "@(#)$Id: $" |
Friends | |
| class | FieldContainer |
| class | PerspectiveCameraBase |
A perspective camera with a symmetric frustum.
|
|
Reimplemented from osg::PerspectiveCameraBase. |
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
|
Reimplemented from osg::Camera. |
|
||||||||||||
|
react to field changes
Reimplemented from osg::Camera. |
|
||||||||||||
|
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. |
|
||||||||||||
|
output the instance for debug purposes
Reimplemented from osg::Camera. |
|
|
initialize the static features of the class, e.g. action callbacks
Reimplemented from osg::Camera. |
|
|
|
|
|
Reimplemented from osg::PerspectiveCameraBase. |
|
|
|
|
|
Reimplemented from osg::Camera. |
1.2.16