V-ART
Public Member Functions | List of all members
VART::SNOperator Class Referenceabstract

Objects that process scene nodes. More...

#include <snoperator.h>

Inheritance diagram for VART::SNOperator:
VART::Collector< T > VART::SNLocator VART::XmlPrinter VART::AddressLocator VART::DescriptionLocator VART::PickNameLocator

Public Member Functions

virtual void OperateOn (const SceneNode *nodePtr)=0
 
virtual ~SNOperator ()
 

Detailed Description

Objects that process scene nodes.

A scene node operator is an object used to process scene nodes when traversing all (or part of) the scene graph (see SceneNode::TraverseDepthFirst and SceneNode::TraverseBreadthFirst). In order to use a scene node operator, derive the class, implementing the OperateOn method. The new derived class can be used in one of the traversal methods.

Definition at line 19 of file snoperator.h.

Constructor & Destructor Documentation

virtual VART::SNOperator::~SNOperator ( )
inlinevirtual

Definition at line 26 of file snoperator.h.

Member Function Documentation

virtual void VART::SNOperator::OperateOn ( const SceneNode nodePtr)
pure virtual

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