![]() |
VR-Forces 5.0.3 Developer's Guide
|
Visitor class used to find the active paged of a OSG scene graph.

Classes | |
| class | ScopedBound |
Public Member Functions | |
| DtBoundingVolumeActivePageVisitor (DtTerrainIntersectIDType intersectId=0) | |
| const DtNodeBoundingInfoList & | pagedOutBoundingVolumes () const |
| const DtNodeBoundingInfoMap & | pagedInBoundingVolumes () const |
| bool | noValidAreas () const |
Public Member Functions inherited from DtMaintainMatrixVisitor | |
| DtMaintainMatrixVisitor () | |
| DtMaintainMatrixVisitor (const osg::Matrix &) | |
| virtual void | apply (osg::Transform &node) |
Protected Member Functions | |
| void | pushBound (const osg::BoundingSphere &, bool useMatrix=false) |
| void | popBound () |
| bool | addToPagedOutVolumesList (DtNodeBoundingInfoPtr pagedOutArea) |
| bool | addToPagedOutVolumesList (DtNodeBoundingInfo *pagedOutArea) |
| void | addToPagedInVolumesList (osg::Node *, DtNodeBoundingInfoPtr pagedOutArea) |
| void | addToPagedInVolumesList (osg::Node *, DtNodeBoundingInfo *pagedOutArea) |
Protected Member Functions inherited from DtMaintainMatrixVisitor | |
| virtual osg::BoundingSphere | worldRefNodeBounds (osg::Node &node) |
Protected Attributes | |
| tbb::spin_rw_mutex | myPagedInOutMutex |
| DtNodeBoundingInfoList | myPagedOutBoundingList |
| DtNodeBoundingInfoMap | myPagedInBoundingMap |
| bool | myNoValidAreas |
| std::stack< osg::BoundingSphere > | myBoundingNodeStack |
| DtTerrainIntersectIDType | myIntersectId |
Protected Attributes inherited from DtMaintainMatrixVisitor | |
| osg::Matrix | myMatrix |
Friends | |
| class | ScopedBound |
| DtBoundingVolumeActivePageVisitor::DtBoundingVolumeActivePageVisitor | ( | DtTerrainIntersectIDType | intersectId = 0 | ) |
| const DtNodeBoundingInfoList& DtBoundingVolumeActivePageVisitor::pagedOutBoundingVolumes | ( | ) | const |
| const DtNodeBoundingInfoMap& DtBoundingVolumeActivePageVisitor::pagedInBoundingVolumes | ( | ) | const |
| bool DtBoundingVolumeActivePageVisitor::noValidAreas | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
friend |
|
mutableprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |