#include <AlgorithmShell.h>

Public Member Functions | |
| AlgorithmShell () | |
| ~AlgorithmShell () | |
This class represents the shell for an algorithm plug-in. Algorithm developers would take this class and extend it to support their algorithm specific code.
Definition at line 25 of file AlgorithmShell.h.
| AlgorithmShell::AlgorithmShell | ( | ) |
Creates an algorithm plug-in.
The constructor sets the plug-in type to PlugInManagerServices::AlgorithmType().
| AlgorithmShell::~AlgorithmShell | ( | ) |
Destroys the algorithm plug-in.