![]() |
VR-Forces 5.0.3 Developer's Guide
|
group that is only visited by the intersection visitor and nothing else

Public Member Functions | |
| DtOsgIntersectOnlyGroup () | |
| DtOsgIntersectOnlyGroup (const DtOsgIntersectOnlyGroup &group, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| virtual | ~DtOsgIntersectOnlyGroup () |
| virtual osg::Object * | cloneType () const |
| virtual osg::Object * | clone (const osg::CopyOp ©op) const |
| virtual bool | isSameKindAs (const osg::Object *obj) const |
| virtual const char * | className () const |
| virtual const char * | libraryName () const |
| virtual void | traverse (osg::NodeVisitor &nv) override |
| virtual void | accept (osg::NodeVisitor &nv) override |
| virtual osg::BoundingSphere | computeBound () const |
Private Member Functions | |
| DtOsgIntersectOnlyGroup & | operator= (const DtOsgIntersectOnlyGroup &)=delete |
| makVrv::DtOsgIntersectOnlyGroup::DtOsgIntersectOnlyGroup | ( | ) |
constructor
| makVrv::DtOsgIntersectOnlyGroup::DtOsgIntersectOnlyGroup | ( | const DtOsgIntersectOnlyGroup & | group, |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
| ) |
Copy constructor using CopyOp to manage deep vs shallow copy.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
overridevirtual |
override of base class
|
overridevirtual |
override of the base class accept. Used to avoid bound volume calculations in cull
|
virtual |
override of the base class to help profile
|
privatedelete |
Assignment Operator Not implemented – Assignment Not Allowed.