|
YAC 3.18.0
Yet Another Coupler
|
Concrete implementation of yac_interp_method_config for the creep method. More...

Data Fields | |
| struct yac_interp_method_config_vtable const * | vtable |
| |
| struct yac_interp_method_creep_config | config |
| |
Concrete implementation of yac_interp_method_config for the creep method.
The first entry must be a pointer to the vtable (yac_interp_method_config_vtable struct yac_interp_method_config_vtable const *vtable;). This struct provides the method-specific configuration for the creep interpolation method.
Definition at line 1298 of file interp_method_creep.c.
| struct yac_interp_method_creep_config yac_interp_method_config_creep::config |
method-specific configuration
Definition at line 1302 of file interp_method_creep.c.
| struct yac_interp_method_config_vtable const* yac_interp_method_config_creep::vtable |
vtable pointer, must be first entry
Definition at line 1300 of file interp_method_creep.c.