Fade2.5D Documentation pages v2.12
Delaunay Features
CloudPrepare.h File Reference
#include "common.h"
#include "Point2.h"

Go to the source code of this file.

Classes

class  GEOM_FADE25D::CloudPrepare
 CloudPrepare simplifies overdense point clouds and helps to avoid memory-usage-peaks during data transfer. More...
 

Enumerations

enum  GEOM_FADE25D::ConvexHullStrategy { GEOM_FADE25D::CHS_NOHULL , GEOM_FADE25D::CHS_MAXHULL , GEOM_FADE25D::CHS_MINHULL }
 ConvexHullStrategy for CloudPrepare. More...
 
enum  GEOM_FADE25D::SumStrategy { GEOM_FADE25D::SMS_MINIMUM , GEOM_FADE25D::SMS_MAXIMUM , GEOM_FADE25D::SMS_MEDIAN , GEOM_FADE25D::SMS_AVERAGE }
 SumStrategy for CloudPrepare. More...
 

Enumeration Type Documentation

◆ ConvexHullStrategy

Enumerator
CHS_NOHULL 

No special treatment for convex hull points.

CHS_MAXHULL 

Use all points from the convex hull.

CHS_MINHULL 

Use only convex points of the convex hull (no collinear ones)

◆ SumStrategy

Enumerator
SMS_MINIMUM 

Assign the minimum height.

SMS_MAXIMUM 

Assign the maximum height.

SMS_MEDIAN 

Assign the median height.

SMS_AVERAGE 

Assign the average height.