#include <osg/Node>
#include <osg/NodeVisitor>
Go to the source code of this file.
Classes | |
class | FindNamedNodeVisitor |
Finds a node that matches a specific name. More... | |
class | FindTypedNodeVisitor< T > |
Finds a node of type T and stops as soon as it found it. More... | |
Functions | |
osg::Node * | FindNamedNode (std::string strName, osg::Node *pRoot) |
Finds a node that matches a specific name, from a root node (traverses its children). | |
template<class T > | |
T * | FindTypedNode (osg::Node *pRoot) |
Finds a node that matches a specific type, from a root node (traverses its children). |
Definition in file FindNodeVisitor.h.
osg::Node* FindNamedNode | ( | std::string | strName, | |
osg::Node * | pRoot | |||
) | [inline] |
Finds a node that matches a specific name, from a root node (traverses its children).
Definition at line 57 of file FindNodeVisitor.h.
References FindNamedNodeVisitor::pResult.
T* FindTypedNode | ( | osg::Node * | pRoot | ) | [inline] |
Finds a node that matches a specific type, from a root node (traverses its children).
Definition at line 82 of file FindNodeVisitor.h.
References FindTypedNodeVisitor< T >::pResult.