|
YAC 3.13.0
Yet Another Coupler
|
#include "interpolation/methods/interp_method.h"

Go to the source code of this file.
Macros | |
| #define | YAC_INTERP_NCC_WEIGHT_TYPE_DEFAULT (0) |
| #define | YAC_INTERP_NCC_PARTIAL_COVERAGE_DEFAULT (0) |
Enumerations | |
| enum | yac_interp_ncc_weight_type { YAC_INTERP_NCC_AVG = 0 , YAC_INTERP_NCC_DIST = 1 } |
Functions | |
| struct interp_method * | yac_interp_method_ncc_new (enum yac_interp_ncc_weight_type weight_type, int partial_coverage) |
| #define YAC_INTERP_NCC_PARTIAL_COVERAGE_DEFAULT (0) |
Definition at line 18 of file interp_method_ncc.h.
| #define YAC_INTERP_NCC_WEIGHT_TYPE_DEFAULT (0) |
Definition at line 17 of file interp_method_ncc.h.
| Enumerator | |
|---|---|
| YAC_INTERP_NCC_AVG | average of n source points |
| YAC_INTERP_NCC_DIST | distance weighted average of n source points |
Definition at line 12 of file interp_method_ncc.h.
| struct interp_method * yac_interp_method_ncc_new | ( | enum yac_interp_ncc_weight_type | weight_type, |
| int | partial_coverage ) |
Definition at line 426 of file interp_method_ncc.c.

