V-ART
|
A scene node operator that collects nodes of some kind. More...
#include <collector.h>
Public Member Functions | |
Collector () | |
virtual | ~Collector () |
virtual void | OperateOn (const SceneNode *nodePtr) |
Public Member Functions inherited from VART::SNOperator | |
virtual | ~SNOperator () |
A scene node operator that collects nodes of some kind.
A collector is a kind of scene node operator that collects pointers to nodes of a certain kind when traversing a scene graph.
Definition at line 23 of file collector.h.
|
inline |
Definition at line 28 of file collector.h.
|
inlinevirtual |
Definition at line 29 of file collector.h.
|
virtual |
Implements VART::SNOperator.
Definition at line 40 of file collector.h.