![]() |
VR-Forces 4.1.1 Class Documentation
|
osg::Group with pointer back to DtOsgTerrainPatchObject Used for osgEarth high-LOD intersections More...

Public Member Functions | |
| DtTerrainPatchGroup () | |
| CTOR. | |
| virtual | ~DtTerrainPatchGroup () |
| DTOR. | |
| void | setTerrainPatchObject (DtOsgTerrainPatchObject *tpo) |
| Set the terrain patch object. | |
| DtOsgTerrainPatchObject * | terrainPatchObject () const |
| Get the terrain patch object. | |
Public Member Functions inherited from makVrv::DtFastGroup | |
| DtFastGroup () | |
| DtFastGroup (const DtFastGroup &, 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. | |
Protected Attributes | |
| DtOsgTerrainPatchObject * | myTerrainPatchObject |
osg::Group with pointer back to DtOsgTerrainPatchObject Used for osgEarth high-LOD intersections
| makVrv::DtTerrainPatchGroup::DtTerrainPatchGroup | ( | ) |
CTOR.
|
virtual |
DTOR.
| void makVrv::DtTerrainPatchGroup::setTerrainPatchObject | ( | DtOsgTerrainPatchObject * | tpo | ) |
Set the terrain patch object.
| DtOsgTerrainPatchObject* makVrv::DtTerrainPatchGroup::terrainPatchObject | ( | ) | const |
Get the terrain patch object.
|
protected |