Public Member Functions | |
| void | setTrackNodePath (const osg::RefNodePath &nodePath) |
| void | setTrackNodePath (const osg::NodePath &nodePath) |
| osg::RefNodePath & | getTrackNodePath () |
| const osg::RefNodePath & | getTrackNodePath () const |
| void | setTrackNode (osg::Node *node) |
| osg::Node * | getTrackNode () |
| const osg::Node * | getTrackNode () const |
| virtual void | operator() (Node *node, NodeVisitor *nv) |
| Implements the callback. | |
| void | update (osg::Node &node) |
| Update the node to track the nodepath. | |
| bool | validateNodePath () const |
| Validate the NodePath by removing any unref'd nodes. | |
Protected Attributes | |
| osg::RefNodePath | _trackNodePath |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Implements the callback.
Reimplemented from osg::NodeCallback. |
|
|
|
|
|
|
|
|
|
|
|
Update the node to track the nodepath.
|
|
|
Validate the NodePath by removing any unref'd nodes.
|
|
|
|