OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
SceneUtil::CleanObjectRootVisitor Class Reference

#include <visitor.hpp>

Inheritance diagram for SceneUtil::CleanObjectRootVisitor:
Collaboration diagram for SceneUtil::CleanObjectRootVisitor:

Public Member Functions

virtual void apply (osg::Drawable &drw)
 
virtual void apply (osg::Group &node)
 
virtual void apply (osg::MatrixTransform &node)
 
virtual void apply (osg::Node &node)
 
void applyNode (osg::Node &node)
 
void applyDrawable (osg::Node &node)
 
- Public Member Functions inherited from SceneUtil::RemoveVisitor
 RemoveVisitor ()
 
void remove ()
 

Additional Inherited Members

- Protected Types inherited from SceneUtil::RemoveVisitor
typedef std::vector< std::pair
< osg::Node *, osg::Group * > > 
RemoveVec
 
- Protected Attributes inherited from SceneUtil::RemoveVisitor
std::vector< std::pair
< osg::Node *, osg::Group * > > 
mToRemove
 

Member Function Documentation

void SceneUtil::CleanObjectRootVisitor::apply ( osg::Drawable &  drw)
virtual

Here is the call graph for this function:

void SceneUtil::CleanObjectRootVisitor::apply ( osg::Group &  node)
virtual

Here is the call graph for this function:

void SceneUtil::CleanObjectRootVisitor::apply ( osg::MatrixTransform &  node)
virtual

Here is the call graph for this function:

void SceneUtil::CleanObjectRootVisitor::apply ( osg::Node &  node)
virtual

Here is the call graph for this function:

void SceneUtil::CleanObjectRootVisitor::applyDrawable ( osg::Node &  node)

Here is the caller graph for this function:

void SceneUtil::CleanObjectRootVisitor::applyNode ( osg::Node &  node)

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: