#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 87 of file UWSimUtils.h.
Definition at line 74 of file UWSimUtils.cpp.
| findRoutedNode::findRoutedNode | ( | const std::string & | searchName | ) |
Definition at line 79 of file UWSimUtils.cpp.
| void findRoutedNode::find | ( | osg::ref_ptr< osg::Node > | searchNode | ) |
Definition at line 90 of file UWSimUtils.cpp.
| osg::Node * findRoutedNode::getFirst | ( | ) |
Definition at line 120 of file UWSimUtils.cpp.
| void findRoutedNode::setNameToFind | ( | const std::string & | searchName | ) |
Definition at line 84 of file UWSimUtils.cpp.
findNodeVisitor findRoutedNode::nodeVisitor [private] |
Definition at line 100 of file UWSimUtils.h.
nodeListType findRoutedNode::rootList [private] |
Definition at line 102 of file UWSimUtils.h.
std::string findRoutedNode::searchRoute [private] |
Definition at line 101 of file UWSimUtils.h.