5#ifndef INTERP_METHOD_FILE_H
6#define INTERP_METHOD_FILE_H
24#define YAC_WEIGHT_FILE_VERSION_STRING "yac weight file 1.0"
26#define YAC_INTERP_FILE_WEIGHT_FILE_NAME_DEFAULT (NULL)
27#define YAC_INTERP_FILE_ON_MISSING_FILE_DEFAULT (YAC_INTERP_FILE_MISSING_ERROR)
28#define YAC_INTERP_FILE_ON_SUCCESS_DEFAULT (YAC_INTERP_FILE_SUCCESS_CONT)
Defines the interface of the interpolation method "base class" in YAC.
yac_interp_file_on_missing_file
@ YAC_INTERP_FILE_MISSING_CONT
continue on missing file
@ YAC_INTERP_FILE_MISSING_ERROR
abort on missing file
struct yac_interp_method_config * yac_interp_method_config_default_file_new(void)
Creates a file-based interpolation method configuration with default parameters.
yac_interp_file_on_success
@ YAC_INTERP_FILE_SUCCESS_CONT
@ YAC_INTERP_FILE_SUCCESS_STOP
struct interp_method * yac_interp_method_file_new(char const *weight_file_name, enum yac_interp_file_on_missing_file on_missing_file, enum yac_interp_file_on_success on_success)
enum yac_interp_file_on_success on_success
enum yac_interp_file_on_missing_file on_missing_file
char const * weight_file_name