osg::Projection Class Reference

Inheritance diagram for osg::Projection:

osg::Group osg::Node osg::Object osg::Referenced List of all members.

Public Member Functions

 Projection ()
 Projection (const Projection &, const CopyOp &copyop=CopyOp::SHALLOW_COPY)
 Projection (const Matrix &matix)
 META_Node (osg, Projection)
void setMatrix (const Matrix &mat)
const MatrixgetMatrix () const
void preMult (const Matrix &mat)
void postMult (const Matrix &mat)

Protected Member Functions

virtual ~Projection ()

Protected Attributes

Matrix _matrix

Detailed Description

Projection nodes set up the frustum/orthographic projection used when rendering the scene.


Constructor & Destructor Documentation

osg::Projection::Projection (  ) 

osg::Projection::Projection ( const Projection ,
const CopyOp copyop = CopyOp::SHALLOW_COPY 
)

Copy constructor using CopyOp to manage deep vs shallow copy.

osg::Projection::Projection ( const Matrix matix  ) 

virtual osg::Projection::~Projection (  )  [protected, virtual]


Member Function Documentation

const Matrix& osg::Projection::getMatrix (  )  const [inline]

Get the transform's matrix.

osg::Projection::META_Node ( osg  ,
Projection   
)

void osg::Projection::postMult ( const Matrix mat  )  [inline]

postMult transform.

void osg::Projection::preMult ( const Matrix mat  )  [inline]

preMult transform.

void osg::Projection::setMatrix ( const Matrix mat  )  [inline]

Set the transform's matrix.


Member Data Documentation

Matrix osg::Projection::_matrix [protected]


The documentation for this class was generated from the following file:
Generated on Sun Oct 1 13:17:07 2006 for openscenegraph by  doxygen 1.4.7