YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Data Fields
interp_method_vtable Struct Reference

#include <interp_method_internal.h>

Collaboration diagram for interp_method_vtable:
Collaboration graph

Data Fields

size_t(* do_search )(struct interp_method *method, struct yac_interp_grid *grid, size_t *tgt_points, size_t count, struct yac_interp_weights *weights)
 
void(* delete )(struct interp_method *method)
 

Detailed Description

Definition at line 13 of file interp_method_internal.h.

Field Documentation

◆ delete

void(* interp_method_vtable::delete) (struct interp_method *method)

Definition at line 19 of file interp_method_internal.h.

◆ do_search

size_t(* interp_method_vtable::do_search) (struct interp_method *method, struct yac_interp_grid *grid, size_t *tgt_points, size_t count, struct yac_interp_weights *weights)

Definition at line 15 of file interp_method_internal.h.


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