![]() |
VR-Forces Developer's Guide
|
Subclass of DtPageInVisitor which pages in only nodes that fall along a particular geometry.

Public Member Functions | |
| DtGeometryPageInVisitor (const Coordinate_System *cs, const DtTerrainPagingGeometryPtr geometry) | |
| DtGeometryPageInVisitor (const Coordinate_System *cs, DtTerrainPagingGeometryPtr geometry, const osg::Matrix &) | |
| DtTerrainPagingGeometryPtr | getGeometry () |
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 Member Functions inherited from DtPageInVisitor | |
| virtual osg::Node * | getNode (const std::string &filepath, const osgDB::Options *, bool &valid) |
| virtual bool | shouldExit () const |
Protected Member Functions inherited from DtMaintainMatrixVisitor | |
| virtual osg::BoundingSphere | worldRefNodeBounds (osg::Node &node) |
Protected Attributes | |
| DtTerrainPagingGeometryPtr | myGeometry |
| const Coordinate_System * | myCoordinateSystem |
Protected Attributes inherited from DtPageInVisitor | |
| NodePagingRecords | myPagedInNodes |
Protected Attributes inherited from DtMaintainMatrixVisitor | |
| osg::Matrix | myMatrix |
| DtGeometryPageInVisitor::DtGeometryPageInVisitor | ( | const Coordinate_System * | cs, |
| const DtTerrainPagingGeometryPtr | geometry | ||
| ) |
| DtGeometryPageInVisitor::DtGeometryPageInVisitor | ( | const Coordinate_System * | cs, |
| DtTerrainPagingGeometryPtr | geometry, | ||
| const osg::Matrix & | |||
| ) |
|
inline |
|
protectedvirtual |
Reimplemented from DtPageInVisitor.
|
protected |
|
protected |