opals::FillMethod Namespace Reference

Enumerator defining different raster fill methods. More...

Enumerations

enum  Type {
  min, max, plane, adaptive,
  triangulation, kriging, Count
}

Detailed Description

Enumerator defining different raster fill methods.

Enumeration Type Documentation

enum Type
Enumerator:
min 

Fill gap with minimum value of boundary points.

max 

Fill gap with maximum value of boundary points.

plane 

Uses tilted plane fit to fill gaps.

adaptive 

Uses adaptive plane fit with inverse distance weighting.

triangulation 

Uses triangulation of boundary points.

kriging 

Fill gap with kriging interpolation.

Count 

number of elements