FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward). More...
Classes | |
| struct | frameNameRec |
| class | FiffCoordTransOld |
| Coordinate transformation descriptor. More... | |
| class | FiffCoordTransSet |
| Coordinate transformation descriptor. More... | |
| class | FiffDigitizerData |
| Digitization points container and description. More... | |
| class | FiffSparseMatrix |
| Data associated with MNE computations for each mneMeasDataSet. More... | |
| struct | _fiffTagRec |
| Outdated STUFF!!!!!!!!!!!!!!!!!!!!! ToDo Remove. More... | |
| struct | _fiffTimeRec |
| struct | _fiffDigStringRec |
| struct | _fiff_event_bits |
| struct | _fiffIdRec |
| ToDo Old implementation use new fiff_id.h instead. More... | |
| struct | _fiffChPosRec |
| struct | _fiffDirEntryRec |
| ToDo Old implementation use new fiff_dir_entry.h instead. More... | |
| struct | _fiffDigPointRec |
| ToDo Old implementation. More... | |
| struct | _fiffCoordTransRec |
| struct | _fiff_sparse_matrix |
| struct | _fiff_hpi_coil |
| struct | _fiff_hpi_subsys |
| struct | _fiff_data_ref |
| class | Fiff |
| The Fiff class provides static wrapper functions to stay consistent with mne matlab toolbox Note: avoid using the wrappers, prefer the wrapped methods! More... | |
| class | FiffChInfo |
| Channel info descriptor. More... | |
| class | FiffChPos |
| Measurement channel position and coil type. More... | |
| class | FiffCoordTrans |
| Coordinate transformation description. More... | |
| class | FiffCov |
| covariance data More... | |
| class | FiffCtfComp |
| CTF software compensation data. More... | |
| class | FiffDigPoint |
| Digitization point description. More... | |
| class | FiffDigPointSet |
| Holds a set of digitizer points. More... | |
| class | FiffDirEntry |
| Directory entry description. More... | |
| class | FiffDirNode |
| Directory Node structure. More... | |
| class | FiffEvoked |
| evoked data More... | |
| class | FiffEvokedSet |
| evoked data set More... | |
| struct | _fiffExp |
| class | FiffId |
| Universially unique identifier. More... | |
| class | FiffInfo |
| FIFF measurement file information. More... | |
| class | FiffInfoBase |
| light measurement info More... | |
| class | FiffIO |
| class | FiffNamedMatrix |
| A named matrix. More... | |
| class | FiffProj |
| SSP projector data. More... | |
| class | FiffRawData |
| FIFF raw measurement data. More... | |
| class | FiffRawDir |
| Raw Directory entry. More... | |
| class | FiffStream |
| FIFF File I/O routines. More... | |
| class | FiffTag |
| FIFF data tag. More... | |
| class | FiffFileSharer |
Functions | |
| bool | operator== (const FiffCoordTransOld &a, const FiffCoordTransOld &b) |
| bool | operator== (const FiffChInfo &a, const FiffChInfo &b) |
| bool | operator== (const FiffChPos &a, const FiffChPos &b) |
| bool | operator== (const FiffCoordTrans &a, const FiffCoordTrans &b) |
| std::ostream & | operator<< (std::ostream &out, const FIFFLIB::FiffCov &p_FiffCov) |
| const char * | buildDateTime () |
| const char * | buildHash () |
| const char * | buildHashLong () |
| bool | operator== (const FiffId &a, const FiffId &b) |
| bool | operator== (const FiffInfoBase &a, const FiffInfoBase &b) |
| std::ostream & | operator<< (std::ostream &out, const FIFFLIB::FiffNamedMatrix &p_FiffNamedMatrix) |
| bool | operator== (const FiffNamedMatrix &a, const FiffNamedMatrix &b) |
| std::ostream & | operator<< (std::ostream &out, const FIFFLIB::FiffProj &p_FiffProj) |
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
| typedef unsigned char FIFFLIB::fiff_byte_t |
Definition at line 123 of file fiff_types_mne-c.h.
| typedef fiffChPosRec FIFFLIB::fiff_ch_pos_t |
Definition at line 263 of file fiff_types_mne-c.h.
| typedef char FIFFLIB::fiff_char_t |
Definition at line 124 of file fiff_types_mne-c.h.
Definition at line 445 of file fiff_types_mne-c.h.
| typedef char FIFFLIB::fiff_data_t |
Definition at line 137 of file fiff_types_mne-c.h.
| typedef quint16 FIFFLIB::fiff_dau_pack13_t |
Definition at line 133 of file fiff_types_mne-c.h.
| typedef quint16 FIFFLIB::fiff_dau_pack14_t |
Definition at line 134 of file fiff_types_mne-c.h.
| typedef qint16 FIFFLIB::fiff_dau_pack16_t |
Definition at line 135 of file fiff_types_mne-c.h.
Structure representing digitized strings.
Definition at line 414 of file fiff_types_mne-c.h.
Definition at line 196 of file fiff_types_mne-c.h.
Alias for fiffDirEntryRec
Definition at line 400 of file fiff_types_mne-c.h.
| typedef double FIFFLIB::fiff_double_t |
Definition at line 132 of file fiff_types_mne-c.h.
| typedef float FIFFLIB::fiff_float_t |
Definition at line 131 of file fiff_types_mne-c.h.
| typedef fiffIdRec FIFFLIB::fiff_id_t |
Definition at line 220 of file fiff_types_mne-c.h.
| typedef qint32 FIFFLIB::fiff_int_t |
Definition at line 127 of file fiff_types_mne-c.h.
| typedef qint32 FIFFLIB::fiff_julian_t |
Definition at line 136 of file fiff_types_mne-c.h.
| typedef qint64 FIFFLIB::fiff_long_t |
Definition at line 129 of file fiff_types_mne-c.h.
| typedef qint16 FIFFLIB::fiff_short_t |
Definition at line 125 of file fiff_types_mne-c.h.
Definition at line 548 of file fiff_types_mne-c.h.
| typedef quint32 FIFFLIB::fiff_uint_t |
Definition at line 128 of file fiff_types_mne-c.h.
| typedef quint64 FIFFLIB::fiff_ulong_t |
Definition at line 130 of file fiff_types_mne-c.h.
| typedef quint16 FIFFLIB::fiff_ushort_t |
Definition at line 126 of file fiff_types_mne-c.h.
| typedef struct FIFFLIB::_fiffChPosRec* FIFFLIB::fiffChPos |
Measurement channel position and coil type.
| typedef struct FIFFLIB::_fiffChPosRec FIFFLIB::fiffChPosRec |
Measurement channel position and coil type.
| typedef struct FIFFLIB::_fiffCoordTransRec * FIFFLIB::fiffCoordTrans |
Coordinate transformation descriptor
| typedef struct FIFFLIB::_fiffCoordTransRec FIFFLIB::fiffCoordTransRec |
Coordinate transformation descriptor.
| typedef struct FIFFLIB::_fiff_data_ref * FIFFLIB::fiffDataRef |
Structure representing digitized strings. Layer descriptor for a layered sphere model Structure for sparse matrices Structure for event bits Structure for hpi coil Structure for hpi subsystem Structure for external file references
| typedef struct FIFFLIB::_fiff_data_ref FIFFLIB::fiffDataRefRec |
| typedef struct FIFFLIB::_fiffDigPointRec * FIFFLIB::fiffDigPoint |
ToDo Old implementation.
Digitization point description
| typedef struct FIFFLIB::_fiffDigPointRec FIFFLIB::fiffDigPointRec |
Digitization point description.
| typedef struct FIFFLIB::_fiffDigStringRec * FIFFLIB::fiffDigString |
Structure representing digitized strings.
| typedef struct FIFFLIB::_fiffDigStringRec FIFFLIB::fiffDigStringRec |
Structure representing digitized strings.
| typedef struct FIFFLIB::_fiffDirEntryRec * FIFFLIB::fiffDirEntry |
Directory is composed of these.
| typedef struct FIFFLIB::_fiffDirEntryRec FIFFLIB::fiffDirEntryRec |
ToDo Old implementation use new fiff_dir_entry.h instead.
Directories are composed of these structures.
| typedef struct FIFFLIB::_fiff_event_bits * FIFFLIB::fiffEventBits |
Structure for event bits
| typedef struct FIFFLIB::_fiff_event_bits FIFFLIB::fiffEventBitsRec |
| typedef struct FIFFLIB::_fiff_hpi_coil * FIFFLIB::fiffHpiCoil |
Structure for event bits Structure for hpi coil
| typedef struct FIFFLIB::_fiff_hpi_coil FIFFLIB::fiffHpiCoilRec |
| typedef struct FIFFLIB::_fiff_hpi_subsys * FIFFLIB::fiffHpiSubsys |
Structure for hpi subsystem
| typedef struct FIFFLIB::_fiff_hpi_subsys FIFFLIB::fiffHpiSubsysRec |
| typedef struct FIFFLIB::_fiffIdRec * FIFFLIB::fiffId |
ToDo Old implementation use new fiff_id.h instead.
A file ID.
These universially unique identifiers are also used to identify blocks within fthe files.
| typedef struct FIFFLIB::_fiffIdRec FIFFLIB::fiffIdRec |
This is the file identifier.
| typedef struct FIFFLIB::_fiff_sparse_matrix * FIFFLIB::fiffSparseMatrix |
Directory tree structure used by the fiff library routines. FIFF file handle returned by fiff_open(). Structure for sparse matrices
| typedef struct FIFFLIB::_fiff_sparse_matrix FIFFLIB::fiffSparseMatrixRec |
| typedef struct FIFFLIB::_fiffTagRec * FIFFLIB::fiffTag |
Outdated STUFF!!!!!!!!!!!!!!!!!!!!! ToDo Remove.
FIFF data tag
Tags are used in front of data items to tell what they are.
ToDo Old implementation use new fiff_tag.h instead FIFF data tag
Tags are used in front of data items to tell what they are.
| typedef struct FIFFLIB::_fiffTagRec FIFFLIB::fiffTagRec |
FIFF data tag.
| typedef struct FIFFLIB::_fiffTimeRec * FIFFLIB::fiffTime |
Accurate time stamps used in FIFF files.
| typedef struct FIFFLIB::_fiffTimeRec FIFFLIB::fiffTimeRec |
Accurate time stamps used in FIFF files.
| typedef Eigen::Matrix<qint16, Eigen::Dynamic, Eigen::Dynamic> FIFFLIB::MatrixDau16 |
Definition at line 76 of file fiff_types.h.
| typedef Eigen::Matrix<short, Eigen::Dynamic, Eigen::Dynamic> FIFFLIB::MatrixShort |
Definition at line 77 of file fiff_types.h.
| const char * FIFFLIB::buildDateTime | ( | ) |
Returns build date and time.
Definition at line 46 of file fiff_global.cpp.
| const char * FIFFLIB::buildHash | ( | ) |
Returns abbreviated build git hash.
Definition at line 50 of file fiff_global.cpp.
| const char * FIFFLIB::buildHashLong | ( | ) |
Returns full build git hash.
Definition at line 54 of file fiff_global.cpp.
|
inline |
overloading the stream out operator<<
| [in] | out | The stream to which the fiff covariance should be assigned to. |
| [in] | p_FiffCov | FiffCov which should be assigned to the stream. |
Definition at line 237 of file fiff_cov.h.
|
inline |
Assignment Operator
| [in] | out | The stream to which the fiff projector should be assigned to. |
| [in] | p_FiffNamedMatrix | Fiff named matrix which should be assigned to the stream. |
< Matrix data.
Definition at line 213 of file fiff_named_matrix.h.
|
inline |
overloading the stream out operator<<
| [in] | out | The stream to which the fiff projector should be assigned to. |
| [in] | p_FiffProj | Fiff projector which should be assigned to the stream. |
Definition at line 165 of file fiff_proj.h.
|
inline |
Overloaded == operator to compare an object to this instance.
| [in] | object | The object which should be compared to. |
Definition at line 162 of file fiff_ch_info.h.
Overloaded == operator to compare an object to this instance.
| [in] | object | The object which should be compared to. |
Definition at line 141 of file fiff_ch_pos.h.
|
inline |
Overloaded == operator to compare an object to this instance.
| [in] | object | The object which should be compared to. |
Definition at line 325 of file fiff_coord_trans.h.
|
inline |
Overloaded == operator to compare an object to this instance.
| [in] | object | The object which should be compared to. |
Definition at line 217 of file fiff_coord_trans_old.h.
|
inline |
Overloaded == operator to compare an object to this instance.
| [in] | object | The object which should be compared to. |
Definition at line 240 of file fiff_info_base.h.
|
inline |
Overloaded == operator to compare an object to this instance.
| [in] | object | The object which should be compared to. |
Definition at line 293 of file fiff_named_matrix.h.