OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
osg::NodeAcceptOp Class Reference

#include <NodeVisitor.h>

Collaboration diagram for osg::NodeAcceptOp:
Collaboration graph
[legend]

Public Member Functions

 NodeAcceptOp (NodeVisitor &nv)
 
 NodeAcceptOp (const NodeAcceptOp &naop)
 
void operator() (Node *node)
 
void operator() (ref_ptr< Node > node)
 

Protected Member Functions

NodeAcceptOpoperator= (const NodeAcceptOp &)
 

Protected Attributes

NodeVisitor_nv
 

Detailed Description

Convenience functor for assisting visiting of arrays of osg::Node's.

Definition at line 345 of file NodeVisitor.h.

Constructor & Destructor Documentation

osg::NodeAcceptOp::NodeAcceptOp ( NodeVisitor nv)
inline

Definition at line 349 of file NodeVisitor.h.

osg::NodeAcceptOp::NodeAcceptOp ( const NodeAcceptOp naop)
inline

Definition at line 350 of file NodeVisitor.h.

Member Function Documentation

void osg::NodeAcceptOp::operator() ( Node node)
inline

Definition at line 352 of file NodeVisitor.h.

Here is the call graph for this function:

void osg::NodeAcceptOp::operator() ( ref_ptr< Node node)
inline

Definition at line 353 of file NodeVisitor.h.

NodeAcceptOp& osg::NodeAcceptOp::operator= ( const NodeAcceptOp )
inlineprotected

Definition at line 357 of file NodeVisitor.h.

Member Data Documentation

NodeVisitor& osg::NodeAcceptOp::_nv
protected

Definition at line 359 of file NodeVisitor.h.


The documentation for this class was generated from the following file: