MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
FWDLIB::FwdBemSolution Class Reference

Mapping from infinite medium potentials to a particular set of coils or electrodes. More...

#include <fwd_bem_solution.h>

Public Types

typedef QSharedPointer< FwdBemSolutionSPtr
 
typedef QSharedPointer< const FwdBemSolutionConstSPtr
 

Public Member Functions

 FwdBemSolution ()
 
 ~FwdBemSolution ()
 

Static Public Member Functions

static void fwd_bem_free_coil_solution (void *user)
 

Public Attributes

float ** solution
 
int ncoil
 
int np
 

Detailed Description

Mapping from infinite medium potentials to a particular set of coils or electrodes.

Implements a Forward BEM Solution (Replaces *fwdBemSolution,fwdBemSolutionRec; struct of MNE-C fwd_types.h).

Definition at line 71 of file fwd_bem_solution.h.

Member Typedef Documentation

◆ ConstSPtr

typedef QSharedPointer<const FwdBemSolution> FWDLIB::FwdBemSolution::ConstSPtr

Const shared pointer type for FwdBemSolution.

Definition at line 75 of file fwd_bem_solution.h.

◆ SPtr

Shared pointer type for FwdBemSolution.

Definition at line 74 of file fwd_bem_solution.h.

Constructor & Destructor Documentation

◆ FwdBemSolution()

FwdBemSolution::FwdBemSolution ( )

Constructs the Forward BEM Solution Refactored: fwd_bem_new_coil_solution (fwd_bem_model.c)

Definition at line 68 of file fwd_bem_solution.cpp.

◆ ~FwdBemSolution()

FwdBemSolution::~FwdBemSolution ( )

Destroys the Forward BEM Solution Refactored: fwd_bem_free_coil_solution (fwd_bem_model.c)

Definition at line 77 of file fwd_bem_solution.cpp.


The documentation for this class was generated from the following files: