1#ifndef _fwd_fwd_types_h
2#define _fwd_fwd_types_h
23 float *xgrad,
float *ygrad,
float *zgrad,
void *client);
Old fiff_type declarations - replace them.
MNECTFCompDataSet class declaration.
Legacy MNE-C constants and common typedefs.
int(* fwdFieldFunc)(float *rd, float *Q, FWDLIB::FwdCoilSet *coils, float *res, void *client)
int(* fwdVecFieldFunc)(float *rd, FWDLIB::FwdCoilSet *coils, float **res, void *client)
int(* fwdFieldGradFunc)(float *rd, float *Q, FWDLIB::FwdCoilSet *coils, float *res, float *xgrad, float *ygrad, float *zgrad, void *client)
FwdCoilSet class declaration.
void(* fwdUserFreeFunc)(void *)
Collection of FwdCoil objects representing a full MEG or EEG sensor array.