v2.0.0
Loading...
Searching...
No Matches
FWDLIB::Fwd Class Reference

The Fwd class provides static wrapper functions for the forward library. More...

#include <fwd.h>

Public Member Functions

virtual ~Fwd ()

Static Public Member Functions

static bool read_forward_solution (QIODevice &p_IODevice, MNELIB::MNEForwardSolution &fwd, bool force_fixed=false, bool surf_ori=false, const QStringList &include=FIFFLIB::defaultQStringList, const QStringList &exclude=FIFFLIB::defaultQStringList)

Detailed Description

The Fwd class provides static wrapper functions for the forward library.

Definition at line 66 of file fwd.h.

Constructor & Destructor Documentation

◆ ~Fwd()

virtual FWDLIB::Fwd::~Fwd ( )
inlinevirtual

Destructor.

Definition at line 74 of file fwd.h.

Member Function Documentation

◆ read_forward_solution()

bool FWDLIB::Fwd::read_forward_solution ( QIODevice & p_IODevice,
MNELIB::MNEForwardSolution & fwd,
bool force_fixed = false,
bool surf_ori = false,
const QStringList & include = FIFFLIB::defaultQStringList,
const QStringList & exclude = FIFFLIB::defaultQStringList )
inlinestatic

mne_read_forward_solution

MNE toolbox root function

Wrapper for the MNEForwardSolution::read static function

Reads a forward solution from a fif file

Parameters
[in]p_IODeviceA fiff IO device like a fiff QFile or QTCPSocket.
[in,out]fwdA forward solution from a fif file.
[in]force_fixedForce fixed source orientation mode? (optional).
[in]surf_oriUse surface based source coordinate system? (optional).
[in]includeInclude these channels (optional).
[in]excludeExclude these channels (optional).
Returns
true if succeeded, false otherwise.

Definition at line 96 of file fwd.h.


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