![]() |
Drive Engine
1.0.0
Plateforme de reconstruction 3D
|
The meshing interface. It creates the mesh from a 3D cloud, that is a 3D object. More...
#include <IMeshing.h>
Public Member Functions | |
| virtual IObject3D * | Mesh (const IFeature3DCloud &feature3DCloud)=0 |
| Generate a mesh, that is a 3D object. More... | |
Public Member Functions inherited from IModule | |
| virtual const DriveEngine::IParameterList * | GetParameters () 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... | |
The meshing interface. It creates the mesh from a 3D cloud, that is a 3D object.
|
pure virtual |
Generate a mesh, that is a 3D object.
Exception safety : Strong exception safety. This member function throws exceptions.
| feature3DCloud | The 3D cloud of features. It must not be null |