40 #ifndef GEOGRAM_POINTS_COLOCATE
41 #define GEOGRAM_POINTS_COLOCATE
73 double tolerance = 0.0,
75 const std::string& nn_algo =
"default"
Common include file, providing basic definitions. Should be included before anything else by all head...
Geometric functions in 2d and 3d.
index_t colocate_by_lexico_sort(const double *points, coord_index_t dim, index_t nb_points, vector< index_t > &old2new, index_t stride)
Finds sets of identical points in a point set.
index_t colocate(const double *points, coord_index_t dim, index_t nb_points, vector< index_t > &old2new, double tolerance=0.0, index_t stride=0, const std::string &nn_algo="default")
Finds sets of identical points in a point set.
Global Vorpaline namespace.
geo_index_t index_t
The type for storing and manipulating indices.
geo_coord_index_t coord_index_t
The type for storing coordinate indices, and iterating on the coordinates of a point.