![]() |
VR-Forces 4.3 Class Documentation
|
Subclass of DtPageInVisitor which pages in only nodes that fall along a particular geometry. More...

Public Member Functions | |
| DtGeometryPageInVisitor (const DtTerrainPagingGeometryPtr geometry) | |
| DtGeometryPageInVisitor (DtTerrainPagingGeometryPtr geometry, const osg::Matrix &) | |
Public Member Functions inherited from DtPageInVisitor | |
| DtPageInVisitor () | |
| DtPageInVisitor (const osg::Matrix &) | |
| virtual void | apply (osg::LOD &node) |
| virtual void | apply (osg::PagedLOD &node) |
| const NodePagingRecords & | pagedInNodes () const |
Public Member Functions inherited from DtMaintainMatrixVisitor | |
| DtMaintainMatrixVisitor () | |
| DtMaintainMatrixVisitor (const osg::Matrix &) | |
| virtual void | apply (osg::Transform &node) |
Protected Member Functions | |
| virtual bool | requiresPageIn (const osg::BoundingSphere &) |
Protected Attributes | |
| DtTerrainPagingGeometryPtr | myGeometry |
Protected Attributes inherited from DtPageInVisitor | |
| NodePagingRecords | myPagedInNodes |
Protected Attributes inherited from DtMaintainMatrixVisitor | |
| osg::Matrix | myMatrix |
Additional Inherited Members | |
Public Types inherited from DtPageInVisitor | |
| typedef std::vector < NodePagingRecord > | NodePagingRecords |
Subclass of DtPageInVisitor which pages in only nodes that fall along a particular geometry.
| DtGeometryPageInVisitor::DtGeometryPageInVisitor | ( | const DtTerrainPagingGeometryPtr | geometry | ) |
| DtGeometryPageInVisitor::DtGeometryPageInVisitor | ( | DtTerrainPagingGeometryPtr | geometry, |
| const osg::Matrix & | |||
| ) |
|
protectedvirtual |
Reimplemented from DtPageInVisitor.
|
protected |