请参阅: 说明
类 | 说明 |
---|---|
AverageInterpolation |
Definite interpolation method average
|
ConservativeInterpolation |
Definite interpolation method conservative
|
FixedValueInterpolation |
Definite interpolation method fixed value
|
Interpolation |
Base class for all types of interpolations.
|
InterpolationFactory |
Definite the class of InterpolationFactory for loading current interpolations
|
NNearestNeighborInterpolation |
Definite interpolation method n nearest neighbor
|
PatchRecoveryInterpolation |
Definite interpolation method patch recovery
|
SmoothedPatchRecoveryInterpolation |
Definite interpolation method smoothed patch recovery
|
Source2TargetMapInterpolation |
Define interpolation method source to target mapping
|
UserFileInterpolation |
Definite interpolation method user file
|
枚举 | 说明 |
---|---|
ConservativeInterpolation.Normalisation |
the method of normalisation
FRACAREA, DESTAREA |
InterpolationMethod |
Enumerates all types of available interpolations
|
NNearestNeighborInterpolation.Weighted |
the method of weighted
DISTANCE_WEIGHTED, ARITHMETIC_AVERAGE |
UserFileInterpolation.YacLocation |
set the location of the data
cell, edge, corner
|