21 #ifndef EMODNET_QMGC_TIN_CREATION_DELAUNAY_H 22 #define EMODNET_QMGC_TIN_CREATION_DELAUNAY_H 24 #include "tin_creation/tin_creator.h" 39 Polyhedron
create(
const std::vector<Point_3> &dataPts,
40 const bool &constrainEasternVertices,
41 const bool &constrainWesternVertices,
42 const bool &constrainNorthernVertices,
43 const bool &constrainSouthernVertices);
50 #endif //EMODNET_QMGC_TIN_CREATION_DELAUNAY_H This namespace contains all the types/classes/functions required to create a TIN out of a regularly g...
A Delaunay triangulation is created with the input points, no simplification is applied.
Definition: tin_creation_delaunay_strategy.h:35
Polyhedron create(const std::vector< Point_3 > &dataPts, const bool &constrainEasternVertices, const bool &constrainWesternVertices, const bool &constrainNorthernVertices, const bool &constrainSouthernVertices)
Create a TIN from a set of points.
Definition: tin_creation_delaunay_strategy.cpp:27
void setParamsForZoom(const unsigned int &zoom)
Adapts the parameters of the algorithm for the desired zoom level.
Definition: tin_creation_delaunay_strategy.h:45
Defines the interphase of a TIN creation algorithm.
Definition: tin_creator.h:37