OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
SceneUtil::CollectLowestTransformsVisitor::ObjectStruct Struct Reference
Collaboration diagram for SceneUtil::CollectLowestTransformsVisitor::ObjectStruct:

Public Types

typedef std::set
< osg::Transform * > 
TransformSet
 

Public Member Functions

 ObjectStruct ()
 
void add (osg::Transform *transform, bool canOptimize)
 

Public Attributes

bool _canBeApplied
 
bool _moreThanOneMatrixRequired
 
osg::Matrix _firstMatrix
 
TransformSet _transformSet
 

Member Typedef Documentation

Constructor & Destructor Documentation

SceneUtil::CollectLowestTransformsVisitor::ObjectStruct::ObjectStruct ( )
inline

Member Function Documentation

void SceneUtil::CollectLowestTransformsVisitor::ObjectStruct::add ( osg::Transform *  transform,
bool  canOptimize 
)
inline

Here is the caller graph for this function:

Member Data Documentation

bool SceneUtil::CollectLowestTransformsVisitor::ObjectStruct::_canBeApplied
osg::Matrix SceneUtil::CollectLowestTransformsVisitor::ObjectStruct::_firstMatrix
bool SceneUtil::CollectLowestTransformsVisitor::ObjectStruct::_moreThanOneMatrixRequired
TransformSet SceneUtil::CollectLowestTransformsVisitor::ObjectStruct::_transformSet

The documentation for this struct was generated from the following file: