Grip-Reloaded
Grip version visualizaiton interface for DART (DynamicAnimationandRoboticsToolkits)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
Public Member Functions
osgDart::DartNodeCallback Class Reference

Callback class for updating a DartNode. This class must subclass osg::NodeCallback. More...

#include <DartNodeCallback.h>

List of all members.

Public Member Functions

 DartNodeCallback ()
 Constructs a DartNodeCallback object.
virtual void operator() (osg::Node *node, osg::NodeVisitor *visitor)
 Core function of the callback where everything happens. This is the function that gets called when a node visitor encounter this DartNode.

Detailed Description

Callback class for updating a DartNode. This class must subclass osg::NodeCallback.


Member Function Documentation

virtual void osgDart::DartNodeCallback::operator() ( osg::Node *  node,
osg::NodeVisitor *  visitor 
) [inline, virtual]

Core function of the callback where everything happens. This is the function that gets called when a node visitor encounter this DartNode.

Parameters:
nodeNode found by the node visitor (ie. The DartNode)
visitorThe node visitor that encounter the DartNode
Returns:
void

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator