OpenSceneGraph
3.0.1
|
Public Member Functions | |
virtual PagedLODList * | clone ()=0 |
virtual void | clear ()=0 |
virtual unsigned int | size ()=0 |
virtual void | removeExpiredChildren (int numberChildrenToRemove, double expiryTime, unsigned int expiryFrame, ObjectList &childrenRemoved, bool visitActive)=0 |
virtual void | removeNodes (osg::NodeList &nodesToRemove)=0 |
virtual void | insertPagedLOD (const osg::observer_ptr< osg::PagedLOD > &plod)=0 |
virtual bool | containsPagedLOD (const osg::observer_ptr< osg::PagedLOD > &plod) const =0 |
virtual void osgDB::DatabasePager::PagedLODList::clear | ( | ) | [pure virtual] |
virtual PagedLODList* osgDB::DatabasePager::PagedLODList::clone | ( | ) | [pure virtual] |
virtual bool osgDB::DatabasePager::PagedLODList::containsPagedLOD | ( | const osg::observer_ptr< osg::PagedLOD > & | plod | ) | const [pure virtual] |
virtual void osgDB::DatabasePager::PagedLODList::insertPagedLOD | ( | const osg::observer_ptr< osg::PagedLOD > & | plod | ) | [pure virtual] |
virtual void osgDB::DatabasePager::PagedLODList::removeExpiredChildren | ( | int | numberChildrenToRemove, |
double | expiryTime, | ||
unsigned int | expiryFrame, | ||
ObjectList & | childrenRemoved, | ||
bool | visitActive | ||
) | [pure virtual] |
virtual void osgDB::DatabasePager::PagedLODList::removeNodes | ( | osg::NodeList & | nodesToRemove | ) | [pure virtual] |
virtual unsigned int osgDB::DatabasePager::PagedLODList::size | ( | ) | [pure virtual] |
![]() | Generated at Mon Oct 3 2011 12:39:46 for the OpenSceneGraph by doxygen 1.7.5. |