Inheritance diagram for osgUtil::Optimizer::MergeGeometryVisitor:
Public Member Functions | |
MergeGeometryVisitor (Optimizer *optimizer=0) | |
default to traversing all children. | |
virtual void | apply (osg::Geode &geode) |
virtual void | apply (osg::Billboard &) |
bool | mergeGeode (osg::Geode &geode) |
bool | isOperationPermissibleForObject (const osg::Object *object) const |
Static Public Member Functions | |
static bool | geometryContainsSharedArrays (osg::Geometry &geom) |
static bool | mergeGeometry (osg::Geometry &lhs, osg::Geometry &rhs) |
static bool | mergePrimitive (osg::DrawArrays &lhs, osg::DrawArrays &rhs) |
static bool | mergePrimitive (osg::DrawArrayLengths &lhs, osg::DrawArrayLengths &rhs) |
static bool | mergePrimitive (osg::DrawElementsUByte &lhs, osg::DrawElementsUByte &rhs) |
static bool | mergePrimitive (osg::DrawElementsUShort &lhs, osg::DrawElementsUShort &rhs) |
static bool | mergePrimitive (osg::DrawElementsUInt &lhs, osg::DrawElementsUInt &rhs) |
Public Attributes | |
Optimizer * | _optimizer |
|
default to traversing all children.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|