![]() |
VR-Forces 4.0.4 Class Documentation
|
osg::MatrixTransform with optimized removeChildren function More...

Public Member Functions | |
| DtFastMatrixTransform () | |
| DtFastMatrixTransform (const DtFastMatrixTransform &, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| Copy constructor using CopyOp to manage deep vs shallow copy. | |
| virtual bool | removeChildren (unsigned int pos, unsigned int numChildrenToRemove) |
| Override removeChildren with optimized version. | |
| virtual void | setSceneObject (DtSceneObject *sceneObject) |
| If the transform was created by the scene connector, provide a ptr to the scene object it represents. | |
| virtual DtSceneObject * | sceneObject () const |
Protected Attributes | |
| DtSceneObject * | mySceneObject |
osg::MatrixTransform with optimized removeChildren function
| makVrv::DtFastMatrixTransform::DtFastMatrixTransform | ( | const DtFastMatrixTransform & | , |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
| ) |
Copy constructor using CopyOp to manage deep vs shallow copy.
| 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.
| virtual DtSceneObject* makVrv::DtFastMatrixTransform::sceneObject | ( | ) | const [virtual] |