OSG
3.4.0
|
#include <NodeVisitor.h>
Public Member Functions | |
NodeAcceptOp (NodeVisitor &nv) | |
NodeAcceptOp (const NodeAcceptOp &naop) | |
void | operator() (Node *node) |
void | operator() (ref_ptr< Node > node) |
Protected Member Functions | |
NodeAcceptOp & | operator= (const NodeAcceptOp &) |
Protected Attributes | |
NodeVisitor & | _nv |
Convenience functor for assisting visiting of arrays of osg::Node's.
Definition at line 345 of file NodeVisitor.h.
|
inline |
Definition at line 349 of file NodeVisitor.h.
|
inline |
Definition at line 350 of file NodeVisitor.h.
Definition at line 353 of file NodeVisitor.h.
|
inlineprotected |
Definition at line 357 of file NodeVisitor.h.
|
protected |
Definition at line 359 of file NodeVisitor.h.