Compute Gauss Filtered Field from Field.
More...
List of all members.
Public Types
- enum Interpolation {
STEP = 0,
LINEAR = 1,
QUADRATIC = 2,
CUBIC = 3,
BICUBIC_SPLINES = 4
}
Public Member Functions
-
double evaluateInterpolation (double radius)
-
InterpolationFunction (double radius, Interpolation type, short dimension)
Detailed Description
Compute Gauss Filtered Field from Field.
To be started simple:
- unfragmented curvilienar 1D point data
- scalar fields
to be made general and complex:
- fragmented data, (fieldoperator? ...)
- other grid types,
- arbitrary data field types
- parallelization ...
learning for Gunther
The documentation for this class was generated from the following file:
- modules/examples/GaussField/GaussField.cpp