v2.0.0
Loading...
Searching...
No Matches
INVLIB::dipoleFitFuncsRec Struct Reference

Forward field computation function pointers and client data for MEG and EEG dipole fitting. More...

#include <inv_dipole_fit_data.h>

Public Member Functions

 ~dipoleFitFuncsRec ()

Public Attributes

fwdFieldFunc meg_field = nullptr
fwdVecFieldFunc meg_vec_field = nullptr
void * meg_client = nullptr
MNELIB::mneUserFreeFunc meg_client_free = nullptr
fwdFieldFunc eeg_pot = nullptr
fwdVecFieldFunc eeg_vec_pot = nullptr
void * eeg_client = nullptr
MNELIB::mneUserFreeFunc eeg_client_free = nullptr

Detailed Description

Forward field computation function pointers and client data for MEG and EEG dipole fitting.

Definition at line 85 of file inv_dipole_fit_data.h.

Constructor & Destructor Documentation

◆ ~dipoleFitFuncsRec()

INVLIB::dipoleFitFuncsRec::~dipoleFitFuncsRec ( )
inline

Definition at line 86 of file inv_dipole_fit_data.h.

Member Data Documentation

◆ eeg_client

void* INVLIB::dipoleFitFuncsRec::eeg_client = nullptr

Client data for EEG field computations.

Definition at line 99 of file inv_dipole_fit_data.h.

◆ eeg_client_free

MNELIB::mneUserFreeFunc INVLIB::dipoleFitFuncsRec::eeg_client_free = nullptr

Destructor for EEG client data.

Definition at line 100 of file inv_dipole_fit_data.h.

◆ eeg_pot

fwdFieldFunc INVLIB::dipoleFitFuncsRec::eeg_pot = nullptr

EEG forward calculation function.

Definition at line 97 of file inv_dipole_fit_data.h.

◆ eeg_vec_pot

fwdVecFieldFunc INVLIB::dipoleFitFuncsRec::eeg_vec_pot = nullptr

EEG vectorized forward calculation function.

Definition at line 98 of file inv_dipole_fit_data.h.

◆ meg_client

void* INVLIB::dipoleFitFuncsRec::meg_client = nullptr

Client data for MEG field computations.

Definition at line 94 of file inv_dipole_fit_data.h.

◆ meg_client_free

MNELIB::mneUserFreeFunc INVLIB::dipoleFitFuncsRec::meg_client_free = nullptr

Destructor for MEG client data.

Definition at line 95 of file inv_dipole_fit_data.h.

◆ meg_field

fwdFieldFunc INVLIB::dipoleFitFuncsRec::meg_field = nullptr

MEG forward calculation function.

Definition at line 92 of file inv_dipole_fit_data.h.

◆ meg_vec_field

fwdVecFieldFunc INVLIB::dipoleFitFuncsRec::meg_vec_field = nullptr

MEG vectorized forward calculation function.

Definition at line 93 of file inv_dipole_fit_data.h.


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