VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtFastMatrixTransform Class Reference

osg::MatrixTransform with optimized removeChildren function

Inheritance diagram for makVrv::DtFastMatrixTransform:
Inheritance graph
[legend]

Public Member Functions

 META_Node (vrvOsg, DtFastMatrixTransform)
 
 DtFastMatrixTransform ()
 
 DtFastMatrixTransform (const DtFastMatrixTransform &, const osg::CopyOp &copyop=osg::CopyOp::SHALLOW_COPY)
 
virtual bool removeChildren (unsigned int pos, unsigned int numChildrenToRemove)
 
virtual void setSceneObject (DtSceneObject *sceneObject)
 
virtual DtSceneObjectsceneObject () const
 
virtual osg::Matrix & getMatrixForEditing ()
 
virtual void invalidateMatrix ()
 

Protected Attributes

DtSceneObjectmySceneObject
 

Constructor & Destructor Documentation

makVrv::DtFastMatrixTransform::DtFastMatrixTransform ( )
makVrv::DtFastMatrixTransform::DtFastMatrixTransform ( const DtFastMatrixTransform ,
const osg::CopyOp &  copyop = osg::CopyOp::SHALLOW_COPY 
)

Copy constructor using CopyOp to manage deep vs shallow copy.

Member Function Documentation

makVrv::DtFastMatrixTransform::META_Node ( vrvOsg  ,
DtFastMatrixTransform   
)
virtual bool makVrv::DtFastMatrixTransform::removeChildren ( unsigned int  pos,
unsigned int  numChildrenToRemove 
)
virtual

Override removeChildren with optimized version.

virtual void makVrv::DtFastMatrixTransform::setSceneObject ( DtSceneObject sceneObject)
virtual

If the transform was created by the scene connector, provide a ptr to the scene object it represents.

Reimplemented in makVrv::DtRenderToggleTransform.

virtual DtSceneObject* makVrv::DtFastMatrixTransform::sceneObject ( ) const
virtual
virtual osg::Matrix& makVrv::DtFastMatrixTransform::getMatrixForEditing ( )
virtual

Get the matrix. only safe to call with invalidate matrix.

virtual void makVrv::DtFastMatrixTransform::invalidateMatrix ( )
virtual

invalidates internal matrix

Member Data Documentation

DtSceneObject* makVrv::DtFastMatrixTransform::mySceneObject
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)