osgEarth 2.1.1
Public Member Functions

DRoamNode::MyCullCallback Struct Reference

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 77 of file DRoamNode.


Member Function Documentation

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

Definition at line 78 of file DRoamNode.

                                                             {
            static_cast<DRoamNode*>(node)->cull( 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