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 OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
![]() | |
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 |