#include <UWSimUtils.h>
Public Member Functions | |
void | find (osg::ref_ptr< osg::Node > searchNode) |
findRoutedNode () | |
findRoutedNode (const std::string &searchName) | |
osg::Node * | getFirst () |
void | setNameToFind (const std::string &searchName) |
Private Attributes | |
findNodeVisitor | nodeVisitor |
nodeListType | rootList |
std::string | searchRoute |
Definition at line 88 of file UWSimUtils.h.
Definition at line 72 of file UWSimUtils.cpp.
findRoutedNode::findRoutedNode | ( | const std::string & | searchName | ) |
Definition at line 77 of file UWSimUtils.cpp.
void findRoutedNode::find | ( | osg::ref_ptr< osg::Node > | searchNode | ) |
Definition at line 88 of file UWSimUtils.cpp.
osg::Node * findRoutedNode::getFirst | ( | ) |
Definition at line 118 of file UWSimUtils.cpp.
void findRoutedNode::setNameToFind | ( | const std::string & | searchName | ) |
Definition at line 82 of file UWSimUtils.cpp.
findNodeVisitor findRoutedNode::nodeVisitor [private] |
Definition at line 101 of file UWSimUtils.h.
nodeListType findRoutedNode::rootList [private] |
Definition at line 103 of file UWSimUtils.h.
std::string findRoutedNode::searchRoute [private] |
Definition at line 102 of file UWSimUtils.h.