#include <FindNodeVisitor.h>
Public Member Functions | |
FindNamedNodeVisitor (std::string strName, TraversalMode tm=TRAVERSE_ALL_CHILDREN) | |
virtual void | reset () |
virtual void | apply (osg::Node &node) |
Public Attributes | |
osg::Node * | pResult |
Protected Attributes | |
const std::string | strName |
To reuse this visitor, you must reset its traversal mode, and you may clear pResult to NULL.
Definition at line 39 of file FindNodeVisitor.h.
FindNamedNodeVisitor::FindNamedNodeVisitor | ( | std::string | strName, | |
TraversalMode | tm = TRAVERSE_ALL_CHILDREN | |||
) | [inline] |
Definition at line 41 of file FindNodeVisitor.h.
virtual void FindNamedNodeVisitor::apply | ( | osg::Node & | node | ) | [inline, virtual] |
virtual void FindNamedNodeVisitor::reset | ( | ) | [inline, virtual] |
osg::Node* FindNamedNodeVisitor::pResult |
Definition at line 49 of file FindNodeVisitor.h.
Referenced by apply(), FindNamedNode(), and reset().
const std::string FindNamedNodeVisitor::strName [protected] |