![]() |
VR-Forces 4.5 Class Documentation
|
Utility class to find all proxy nodes nodes underneath a node. More...

Public Member Functions | |
| ExampleNodeVisitor () | |
| Default CTOR. | |
| virtual | ~ExampleNodeVisitor () |
| Virtual DTOR. | |
| virtual void | apply (osg::ProxyNode &node) |
| Traverse. | |
| const ProxyNodes & | proxyNodes (void) const |
| Return the vector of proxy nodes encountered after the visit. | |
Private Attributes | |
| ProxyNodes | myProxyNodes |
Utility class to find all proxy nodes nodes underneath a node.
| makVrv::ExampleNodeVisitor::ExampleNodeVisitor | ( | ) |
Default CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Traverse.
| const ProxyNodes& makVrv::ExampleNodeVisitor::proxyNodes | ( | void | ) | const |
Return the vector of proxy nodes encountered after the visit.
|
private |