osgEarth 2.1.1
Public Member Functions

DRoamNode::MyUpdateCallback Struct Reference

List of all members.

Public Member Functions

void operator() (osg::Node *node, osg::NodeVisitor *nv)

Detailed Description

Definition at line 85 of file DRoamNode.


Member Function Documentation

void DRoamNode::MyUpdateCallback::operator() ( osg::Node *  node,
osg::NodeVisitor *  nv 
) [inline]

Definition at line 86 of file DRoamNode.

                                                             {
            static_cast<DRoamNode*>(node)->update( nv );
            traverse( node, nv );
        }

Here is the call graph for this function:


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