Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

osgUtil::TransformCallback Class Reference

Inheritance diagram for osgUtil::TransformCallback:

osg::NodeCallback osg::Object osg::Referenced List of all members.

Public Member Functions

 TransformCallback (const osg::Vec3 &pivot, const osg::Vec3 &axis, float angularVelocity)
void setPause (bool pause)
virtual void operator() (osg::Node *node, osg::NodeVisitor *nv)

Protected Attributes

float _angular_velocity
osg::Vec3 _pivot
osg::Vec3 _axis
int _previousTraversalNumber
double _previousTime
bool _pause

Constructor & Destructor Documentation

osgUtil::TransformCallback::TransformCallback const osg::Vec3 pivot,
const osg::Vec3 axis,
float  angularVelocity
 


Member Function Documentation

virtual void osgUtil::TransformCallback::operator() osg::Node node,
osg::NodeVisitor nv
[virtual]
 

implements the callback

void osgUtil::TransformCallback::setPause bool  pause  )  [inline]
 


Member Data Documentation

float osgUtil::TransformCallback::_angular_velocity [protected]
 

osg::Vec3 osgUtil::TransformCallback::_axis [protected]
 

bool osgUtil::TransformCallback::_pause [protected]
 

osg::Vec3 osgUtil::TransformCallback::_pivot [protected]
 

double osgUtil::TransformCallback::_previousTime [protected]
 

int osgUtil::TransformCallback::_previousTraversalNumber [protected]
 


The documentation for this class was generated from the following file:
Generated on Thu Sep 8 04:58:47 2005 for OpenSceneGraph by  doxygen 1.3.9.1