![]() |
VR-Forces 4.0.4 Class Documentation
|
Visitor that tracks whether any part of the terrain is paging. More...

Public Member Functions | |
| DtTerrainIsPagingVisitor () | |
| virtual | ~DtTerrainIsPagingVisitor () |
| virtual void | apply (osg::PagedLOD &node) |
| Sets myEncounteredPagedLod to true and returns. | |
| virtual const bool & | encounteredPagedLod () const |
| Accessor for myEncounteredPagedLod. | |
Protected Attributes | |
| bool | myEncounteredPagedLod |
| Whether or not the visitor has yet encountered a paged lod node. | |
Visitor that tracks whether any part of the terrain is paging.
| virtual DtTerrainIsPagingVisitor::~DtTerrainIsPagingVisitor | ( | ) | [virtual] |
| virtual void DtTerrainIsPagingVisitor::apply | ( | osg::PagedLOD & | node | ) | [virtual] |
Sets myEncounteredPagedLod to true and returns.
| virtual const bool& DtTerrainIsPagingVisitor::encounteredPagedLod | ( | ) | const [virtual] |
Accessor for myEncounteredPagedLod.
bool DtTerrainIsPagingVisitor::myEncounteredPagedLod [protected] |
Whether or not the visitor has yet encountered a paged lod node.