Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

osg::PerspectiveCamera Class Reference
[OpenSG Cameras]

PerspectiveCamera class. More...

#include <OSGPerspectiveCamera.h>

Inheritance diagram for osg::PerspectiveCamera:

Inheritance graph
[legend]
Collaboration diagram for osg::PerspectiveCamera:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

PerspectiveCamera class.

A perspective camera with a symmetric frustum.


Member Typedef Documentation

typedef PerspectiveCameraBase osg::PerspectiveCamera::Inherited [private]
 

Reimplemented from osg::PerspectiveCameraBase.


Constructor & Destructor Documentation

PerspectiveCamera::PerspectiveCamera void    [protected]
 

Constructor.

PerspectiveCamera::PerspectiveCamera const PerspectiveCamera &    source [protected]
 

Copy Constructor.

PerspectiveCamera::~PerspectiveCamera void    [protected, virtual]
 

Destructor.


Member Function Documentation

const char* osg::PerspectiveCamera::getClassname void    [inline, static]
 

Reimplemented from osg::Camera.

void PerspectiveCamera::changed BitVector    whichField,
UInt32    origin
[virtual]
 

react to field changes

Reimplemented from osg::Camera.

void PerspectiveCamera::draw DrawAction *    action,
const Viewport   port
[virtual]
 

draw the camera's geometry (if any).

Usually there is none.

Reimplemented from osg::Camera.

void PerspectiveCamera::getProjection Matrix   result,
UInt32    width,
UInt32    height
[virtual]
 

get the separate elements needed for rendering

Reimplemented from osg::Camera.

void PerspectiveCamera::dump UInt32    uiIndent = 0,
const BitVector    bvFlags = 0
const [virtual]
 

output the instance for debug purposes

Reimplemented from osg::Camera.

void PerspectiveCamera::initMethod void    [static, private]
 

initialize the static features of the class, e.g. action callbacks

Reimplemented from osg::Camera.

void osg::PerspectiveCamera::operator= const PerspectiveCamera &    source [private]
 


Friends And Related Function Documentation

friend class FieldContainer [friend]
 

Reimplemented from osg::PerspectiveCameraBase.

friend class PerspectiveCameraBase [friend]
 


Member Data Documentation

char PerspectiveCamera::cvsid = "@(#)$Id: $" [static, private]
 

Reimplemented from osg::Camera.


The documentation for this class was generated from the following files:
Generated on Wed Jul 3 16:31:02 2002 for OpenSG by doxygen1.2.16