OpenFrames
Public Types | Public Member Functions | Public Attributes | Protected Attributes | List of all members
OpenFrames::TransformVisitor Class Reference

Accumulates the transform along a path. More...

#include <TransformAccumulator.hpp>

Inheritance diagram for OpenFrames::TransformVisitor:

Public Types

enum  CoordMode { WORLD_TO_LOCAL, LOCAL_TO_WORLD }
 

Public Member Functions

virtual void apply (osg::Transform &transform)
 
void accumulate (const FramePath &framePath)
 

Public Attributes

CoordMode _coordMode
 
osg::Matrixd _matrix
 

Protected Attributes

FramePath::const_iterator _itr
 

Detailed Description

Accumulates the transform along a path.

This NodeVisitor accumulates the transform along a given path of ReferenceFrames.


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