|
openscenegraph
|
Public Types | |
| typedef std::set< osg::Group * > | GroupsToDivideList |
| typedef std::set< osg::Geode * > | GeodesToDivideList |
Public Attributes | |
| GroupsToDivideList | _groupsToDivideList |
| GeodesToDivideList | _geodesToDivideList |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes inherited from osgUtil::BaseOptimizerVisitor | |
| Optimizer * | _optimizer |
| unsigned int | _operationType |
Spatialize scene into a balanced quad/oct tree.
| typedef std::set<osg::Geode*> osgUtil::Optimizer::SpatializeGroupsVisitor::GeodesToDivideList |
| typedef std::set<osg::Group*> osgUtil::Optimizer::SpatializeGroupsVisitor::GroupsToDivideList |
|
inline |
|
virtual |
Reimplemented from osg::NodeVisitor.
|
virtual |
Reimplemented from osg::NodeVisitor.
| bool osgUtil::Optimizer::SpatializeGroupsVisitor::divide | ( | unsigned int | maxNumTreesPerCell = 8 | ) |
| bool osgUtil::Optimizer::SpatializeGroupsVisitor::divide | ( | osg::Group * | group, |
| unsigned int | maxNumTreesPerCell | ||
| ) |
| bool osgUtil::Optimizer::SpatializeGroupsVisitor::divide | ( | osg::Geode * | geode, |
| unsigned int | maxNumTreesPerCell | ||
| ) |
| GeodesToDivideList osgUtil::Optimizer::SpatializeGroupsVisitor::_geodesToDivideList |
| GroupsToDivideList osgUtil::Optimizer::SpatializeGroupsVisitor::_groupsToDivideList |
1.8.1.2