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

Public Member Functions | |
| DtGeometryPageInVisitor (const DtTerrainPagingGeometryPtr geometry) | |
Public Member Functions inherited from DtPageInVisitor | |
| DtPageInVisitor () | |
| virtual void | apply (osg::Group &node) |
| virtual void | apply (osg::Geode &node) |
| virtual void | apply (osg::LOD &node) |
| virtual void | apply (osg::PagedLOD &node) |
| virtual void | apply (osg::CoordinateSystemNode &node) |
| virtual unsigned int | numNodesRequested () const |
| virtual const DtNodeChildList & | nodesRequested () const |
| virtual bool | allDataPagedIn () const |
| May be called after applying this visitor. | |
| virtual int | pagedLodCount () const |
Public Member Functions inherited from DtMaintainMatrixVisitor | |
| DtMaintainMatrixVisitor () | |
| virtual | ~DtMaintainMatrixVisitor () |
| virtual void | apply (osg::PositionAttitudeTransform &node) |
| virtual void | apply (osg::MatrixTransform &node) |
Protected Member Functions | |
| virtual bool | requiresPageIn (osg::Node &node) |
Protected Attributes | |
| DtTerrainPagingGeometryPtr | myGeometry |
Protected Attributes inherited from DtPageInVisitor | |
| DtNodeChildList | myPagedNodesRequested |
| This holds pointers to all the paged LOD nodes that have requests for paging in initiated by this visitor. | |
| bool | myAllDataPagedIn |
| int | myPagedLodCount |
Protected Attributes inherited from DtMaintainMatrixVisitor | |
| osg::Matrix | myMatrix |
Additional Inherited Members | |
Public Types inherited from DtPageInVisitor | |
| typedef std::list< std::pair < osg::Node *, int > > | DtNodeChildList |
Subclass of DtPageInVisitor which pages in only nodes that fall along a particular geometry.
| DtGeometryPageInVisitor::DtGeometryPageInVisitor | ( | const DtTerrainPagingGeometryPtr | geometry | ) |
|
protectedvirtual |
Reimplemented from DtPageInVisitor.
|
protected |