![]() |
Drive Engine
1.0.0
Plateforme de reconstruction 3D
|
The module interface. Every kind of algorithm (and algorithm) used in the reconstruction pipeline must inherit this interface. More...
#include <IModule.h>
Public Member Functions | |
virtual const DriveEngine::IParameterList * | GetParameters () const =0 |
Get the list of parameters of the algorithm. More... | |
![]() | |
virtual void | Delete () const =0 |
Deletes the current object. Needed for memory management. More... | |
The module interface. Every kind of algorithm (and algorithm) used in the reconstruction pipeline must inherit this interface.
|
pure virtual |
Get the list of parameters of the algorithm.