YetAnotherCoupler 3.5.2
|
#include "interp_method.h"
Go to the source code of this file.
Macros | |
#define | YAC_INTERP_AVG_WEIGHT_TYPE_DEFAULT (0) |
#define | YAC_INTERP_AVG_PARTIAL_COVERAGE_DEFAULT (0) |
Enumerations | |
enum | yac_interp_avg_weight_type { YAC_INTERP_AVG_ARITHMETIC = 0 , YAC_INTERP_AVG_DIST = 1 , YAC_INTERP_AVG_BARY = 2 } |
Functions | |
struct interp_method * | yac_interp_method_avg_new (enum yac_interp_avg_weight_type weight_type, int partial_coverage) |
#define YAC_INTERP_AVG_PARTIAL_COVERAGE_DEFAULT (0) |
Definition at line 23 of file interp_method_avg.h.
#define YAC_INTERP_AVG_WEIGHT_TYPE_DEFAULT (0) |
Definition at line 22 of file interp_method_avg.h.
Enumerator | |
---|---|
YAC_INTERP_AVG_ARITHMETIC | |
YAC_INTERP_AVG_DIST | |
YAC_INTERP_AVG_BARY |
Definition at line 16 of file interp_method_avg.h.
struct interp_method * yac_interp_method_avg_new | ( | enum yac_interp_avg_weight_type | weight_type, |
int | partial_coverage ) |
Definition at line 898 of file interp_method_avg.c.