#include <CollectParentPathsVisitor.h>
Public Types | |
typedef std::vector < osg::NodePath > | NodePathList |
Public Member Functions | |
CollectParentPathsVisitor () | |
virtual void | apply (osg::Node &node) |
Public Attributes | |
osg::NodePath | nodePath |
NodePathList | nodePaths |
Definition at line 33 of file CollectParentPathsVisitor.h.
typedef std::vector< osg::NodePath > CollectParentPathsVisitor::NodePathList |
Definition at line 43 of file CollectParentPathsVisitor.h.
CollectParentPathsVisitor::CollectParentPathsVisitor | ( | ) | [inline] |
Definition at line 35 of file CollectParentPathsVisitor.h.
virtual void CollectParentPathsVisitor::apply | ( | osg::Node & | node | ) | [inline, virtual] |
osg::NodePath CollectParentPathsVisitor::nodePath |
Definition at line 42 of file CollectParentPathsVisitor.h.