|
Geogram Version 1.9.7
A programming library of geometric algorithms
|
Functions to merge points with identical or similar locations. More...
Go to the source code of this file.
Namespaces | |
| namespace | GEO |
| Global Vorpaline namespace. | |
| namespace | GEO::Geom |
| Geometric functions and utilities. | |
Functions | |
| index_t | GEO::Geom::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. | |
| index_t | GEO::Geom::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. | |
Functions to merge points with identical or similar locations.
Definition in file colocate.h.