|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Mapping from infinite medium potentials to a particular set of coils or electrodes. More...
#include <fwd_bem_solution.h>
Public Types | |
| typedef QSharedPointer< FwdBemSolution > | SPtr |
| typedef QSharedPointer< const FwdBemSolution > | ConstSPtr |
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 |
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.
| typedef QSharedPointer<const FwdBemSolution> FWDLIB::FwdBemSolution::ConstSPtr |
Const shared pointer type for FwdBemSolution.
Definition at line 75 of file fwd_bem_solution.h.
| typedef QSharedPointer<FwdBemSolution> FWDLIB::FwdBemSolution::SPtr |
Shared pointer type for FwdBemSolution.
Definition at line 74 of file fwd_bem_solution.h.
| 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 | ( | ) |
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.
1.8.17