#include <OSGMatrixCamera.h>
Inheritance diagram for osg::MatrixCamera:


Public Methods | |
| virtual void | changed (BitVector whichField, UInt32 origin) |
| react to field changes | |
| virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const |
| output the instance for debug purposes | |
| 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 | getViewing (Matrix &result, UInt32 width, UInt32 height) |
| setup the GL for rendering and tell the Action what it needs to know | |
Static Public Methods | |
| const char * | getClassname (void) |
Protected Methods | |
| MatrixCamera (void) | |
| Constructor. | |
| MatrixCamera (const MatrixCamera &source) | |
| Copy Constructor. | |
| virtual | ~MatrixCamera (void) |
| Destructor. | |
Private Types | |
| typedef MatrixCameraBase | Inherited |
Private Methods | |
| void | operator= (const MatrixCamera &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
Static Private Attributes | |
| char | cvsid [] = "@(#)$Id: OSGMatrixCamera.cpp,v 1.3 2002/06/30 05:04:24 vossg Exp $" |
Friends | |
| class | FieldContainer |
| class | MatrixCameraBase |
|
|
Reimplemented from osg::MatrixCameraBase. |
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
|
Reimplemented from osg::Camera. |
|
||||||||||||
|
react to field changes
Reimplemented from osg::Camera. |
|
||||||||||||
|
output the instance for debug purposes
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. |
|
||||||||||||||||
|
setup the GL for rendering and tell the Action what it needs to know
Reimplemented from osg::Camera. |
|
|
initialize the static features of the class, e.g. action callbacks
Reimplemented from osg::Camera. |
|
|
|
|
|
Reimplemented from osg::MatrixCameraBase. |
|
|
|
|
|
Reimplemented from osg::Camera. |
1.2.16