v2.0.0
Loading...
Searching...
No Matches
fwd_types.h File Reference
Include dependency graph for fwd_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* fwdUserFreeFunc) (void *)
typedef int(* fwdFieldFunc) (float *rd, float *Q, FWDLIB::FwdCoilSet *coils, float *res, void *client)
typedef int(* fwdVecFieldFunc) (float *rd, FWDLIB::FwdCoilSet *coils, float **res, void *client)
typedef int(* fwdFieldGradFunc) (float *rd, float *Q, FWDLIB::FwdCoilSet *coils, float *res, float *xgrad, float *ygrad, float *zgrad, void *client)

Typedef Documentation

◆ fwdFieldFunc

typedef int(* fwdFieldFunc) (float *rd, float *Q, FWDLIB::FwdCoilSet *coils, float *res, void *client)

Definition at line 20 of file fwd_types.h.

◆ fwdFieldGradFunc

typedef int(* fwdFieldGradFunc) (float *rd, float *Q, FWDLIB::FwdCoilSet *coils, float *res, float *xgrad, float *ygrad, float *zgrad, void *client)

Definition at line 22 of file fwd_types.h.

◆ fwdUserFreeFunc

typedef void(* fwdUserFreeFunc) (void *)

Definition at line 15 of file fwd_types.h.

◆ fwdVecFieldFunc

typedef int(* fwdVecFieldFunc) (float *rd, FWDLIB::FwdCoilSet *coils, float **res, void *client)

Definition at line 21 of file fwd_types.h.