YAC 3.18.0
Yet Another Coupler
Loading...
Searching...
No Matches
yac_interp_method_config_creep Struct Reference

Concrete implementation of yac_interp_method_config for the creep method. More...

Collaboration diagram for yac_interp_method_config_creep:
Collaboration graph

Data Fields

struct yac_interp_method_config_vtable const * vtable
 

‍vtable pointer, must be first entry


 
struct yac_interp_method_creep_config config
 

‍method-specific configuration


 

Detailed Description

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.

Field Documentation

◆ config

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.

◆ vtable

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.


The documentation for this struct was generated from the following file: