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) |
The Fwd class provides static wrapper functions for the forward library.
|
inlinestatic |
mne_read_forward_solution
Wrapper for the MNEForwardSolution::read static function
Reads a forward solution from a fif file
| [in] | p_IODevice | A fiff IO device like a fiff QFile or QTCPSocket. |
| [in,out] | fwd | A forward solution from a fif file. |
| [in] | force_fixed | Force fixed source orientation mode? (optional). |
| [in] | surf_ori | Use surface based source coordinate system? (optional). |
| [in] | include | Include these channels (optional). |
| [in] | exclude | Exclude these channels (optional). |