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

Finds the maximum of all controller functions in the given scene graph. More...

#include <controller.hpp>

Inheritance diagram for SceneUtil::FindMaxControllerLengthVisitor:
Collaboration diagram for SceneUtil::FindMaxControllerLengthVisitor:

Public Member Functions

 FindMaxControllerLengthVisitor ()
 
virtual void visit (osg::Node &, Controller &ctrl)
 
float getMaxLength () const
 
- Public Member Functions inherited from SceneUtil::ControllerVisitor
 ControllerVisitor ()
 
virtual void apply (osg::Node &node)
 

Private Attributes

float mMaxLength
 

Detailed Description

Finds the maximum of all controller functions in the given scene graph.

Constructor & Destructor Documentation

SceneUtil::FindMaxControllerLengthVisitor::FindMaxControllerLengthVisitor ( )

Member Function Documentation

float SceneUtil::FindMaxControllerLengthVisitor::getMaxLength ( ) const

Here is the caller graph for this function:

void SceneUtil::FindMaxControllerLengthVisitor::visit ( osg::Node &  ,
Controller ctrl 
)
virtual

Implements SceneUtil::ControllerVisitor.

Here is the call graph for this function:

Member Data Documentation

float SceneUtil::FindMaxControllerLengthVisitor::mMaxLength
private

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