V-ART
Public Member Functions | List of all members
VART::Collector< T > Class Template Reference

A scene node operator that collects nodes of some kind. More...

#include <collector.h>

Inheritance diagram for VART::Collector< T >:
VART::SNOperator

Public Member Functions

 Collector ()
 
virtual ~Collector ()
 
virtual void OperateOn (const SceneNode *nodePtr)
 
- Public Member Functions inherited from VART::SNOperator
virtual ~SNOperator ()
 

Detailed Description

template<class T>
class VART::Collector< T >

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.

Constructor & Destructor Documentation

template<class T>
VART::Collector< T >::Collector ( )
inline

Definition at line 28 of file collector.h.

template<class T>
virtual VART::Collector< T >::~Collector ( )
inlinevirtual

Definition at line 29 of file collector.h.

Member Function Documentation

template<class T >
void VART::Collector< T >::OperateOn ( const SceneNode nodePtr)
virtual

Implements VART::SNOperator.

Definition at line 40 of file collector.h.


The documentation for this class was generated from the following file: