![]() |
VR-Forces Developer's Guide
|
osg::Group with optimized removeChildren function

Public Member Functions | |
| META_Node (vrvOsg, DtFastGroup) | |
| DtFastGroup () | |
| DtFastGroup (const DtFastGroup &, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| virtual bool | removeChildren (unsigned int pos, unsigned int numChildrenToRemove) |
| virtual void | resizeGLObjectBuffers (unsigned int maxSize) |
Protected Attributes | |
| int | myLastMaxNumberOfGraphicsContexts = -1 |
| makVrv::DtFastGroup::DtFastGroup | ( | ) |
| makVrv::DtFastGroup::DtFastGroup | ( | const DtFastGroup & | , |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
| ) |
Copy constructor using CopyOp to manage deep vs shallow copy.
| makVrv::DtFastGroup::META_Node | ( | vrvOsg | , |
| DtFastGroup | |||
| ) |
|
virtual |
Override removeChildren with optimized version.
overridden from osg::Group See myLastMaxNumberOfGraphicsContexts
Reimplemented in makVrv::DtHierarchicalPagedLod.
|
protected |