Pandora
Pandora source code navigator
|
Factory class for instantiating algorithm tools. More...
#include "AlgorithmTool.h"
Public Member Functions | |
virtual AlgorithmTool * | CreateAlgorithmTool () const =0 |
Create an instance of an algorithm. | |
virtual | ~AlgorithmToolFactory () |
Destructor. | |
Factory class for instantiating algorithm tools.
Definition at line 33 of file AlgorithmTool.h.
|
inlinevirtual |
Destructor.
Definition at line 51 of file AlgorithmTool.h.
|
pure virtual |
Create an instance of an algorithm.
Implemented in TemplateAlgorithmTool::Factory.