21 #ifndef _OF_TRANSFORMACCUMULATOR_ 22 #define _OF_TRANSFORMACCUMULATOR_ 28 #include <osg/NodeVisitor> 29 #include <osg/Referenced> 30 #include <osg/ref_ptr> 55 virtual void apply(osg::Transform& transform);
56 void accumulate(
const FramePath &framePath);
64 FramePath::const_iterator _itr;
95 osg::Matrixd& getLocalToWorld();
98 osg::Matrixd& getWorldToLocal();
105 osg::ref_ptr<DescendantTracker> _lookAtPath;
108 osg::ref_ptr<TransformVisitor> _transformVisitor;
113 #endif // !_OF_TRANSFORMACCUMULATOR_
Definition: CoordinateAxes.hpp:29
Definition: ReferenceFrame.hpp:54