SelectionSystem::Visitor Class Reference

Visitor interface the for the selection system. More...

#include <iselection.h>

Inheritance diagram for SelectionSystem::Visitor:
Inheritance graph
[legend]

Public Member Functions

virtual ~Visitor ()
virtual void visit (scene::Instance &instance) const =0
 Called by the selection system for each visited node.

Detailed Description

Visitor interface the for the selection system.

This defines the Visitor interface which is used in the foreachSelected() and foreachSelectedComponent() visit methods.

Definition at line 152 of file iselection.h.


Constructor & Destructor Documentation

virtual SelectionSystem::Visitor::~Visitor (  )  [inline, virtual]

Definition at line 155 of file iselection.h.


Member Function Documentation

virtual void SelectionSystem::Visitor::visit ( scene::Instance &  instance  )  const [pure virtual]

Called by the selection system for each visited node.

Implemented in BrushSelectedVisitor< Functor >, BrushVisibleSelectedVisitor< Functor >, and CExporter< TExporterFormat >.


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

Generated by  doxygen 1.6.2