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

Go to the source code of this file.

Classes

class  GEOM_FADE25D::EfficientModel
 Deprecated class EfficientModel (use CloudPrepare instead). More...
 

Enumerations

enum  SmoothingStrategy { SMST_MINIMUM , SMST_MAXIMUM , SMST_MEDIAN , SMST_AVERAGE }
 SmoothingStrategy. More...
 

Enumeration Type Documentation

◆ SmoothingStrategy

Deprecated:
This enum belongs to the deprecated EfficientModel class which has been replaced by newer techniques in the CloudPrepare class.
Enumerator
SMST_MINIMUM 

Assign the minimum height.

SMST_MAXIMUM 

Assign the maximum height.

SMST_MEDIAN 

Assign the median height.

SMST_AVERAGE 

Assign the average height.