Added View::setDatabasePager(..)

This commit is contained in:
Robert Osfield
2007-08-10 10:57:00 +00:00
parent 7366daca91
commit 845fbf2358
2 changed files with 11 additions and 2 deletions

View File

@@ -55,6 +55,9 @@ class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter
/** Get the const View's scene graph.*/
const osg::Node* getSceneData() const { return _scene.valid() ? _scene->getSceneData() : 0; }
/** Set the View's database pager.*/
void setDatabasePager(osgDB::DatabasePager* dp);
/** Get the View's database pager.*/
osgDB::DatabasePager* getDatabasePager();