Go to the source code of this file.
Classes | |
| class | GEOM_FADE25D::CloudPrepare |
| CloudPrepare simplifies dense point clouds and helps prevent memory usage peaks during data transfer. More... | |
Enumerations | |
| enum | GEOM_FADE25D::ConvexHullStrategy { GEOM_FADE25D::CHS_NOHULL , GEOM_FADE25D::CHS_MAXHULL , GEOM_FADE25D::CHS_MINHULL } |
| Enumeration for strategies to treat convex hull points in CloudPrepare. More... | |
| enum | GEOM_FADE25D::SumStrategy { GEOM_FADE25D::SMS_MINIMUM , GEOM_FADE25D::SMS_MAXIMUM , GEOM_FADE25D::SMS_MEDIAN , GEOM_FADE25D::SMS_AVERAGE } |
| Enumeration for point aggregation strategies used in CloudPrepare. More... | |
Defines strategies for how multiple points in a given cell are combined during point cloud simplification.