Drive Engine  1.0.0
Plateforme de reconstruction 3D
IModule Class Referenceabstract

The module interface. Every kind of algorithm (and algorithm) used in the reconstruction pipeline must inherit this interface. More...

#include <IModule.h>

Inheritance diagram for IModule:
IExportable DriveEngine::ICalibration DriveEngine::IFeaturesDetection DriveEngine::IFeaturesExtraction DriveEngine::IMatching DriveEngine::IMeshing DriveEngine::ITriangulation ITexturing

Public Member Functions

virtual const DriveEngine::IParameterListGetParameters () const =0
 Get the list of parameters of the algorithm. More...
 
- Public Member Functions inherited from IExportable
virtual void Delete () const =0
 Deletes the current object. Needed for memory management. More...
 

Detailed Description

The module interface. Every kind of algorithm (and algorithm) used in the reconstruction pipeline must inherit this interface.

Member Function Documentation

virtual const DriveEngine::IParameterList* IModule::GetParameters ( ) const
pure virtual

Get the list of parameters of the algorithm.

Returns
The list of parameters.

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