MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Definitions for describing the objects in a FIFF file. More...
#include "fiff_constants.h"
#include <Eigen/Core>
#include <QList>
#include <QStringList>
#include <QPair>
#include <QVariant>
Go to the source code of this file.
Classes | |
struct | FIFFLIB::_fiffTimeRec |
struct | FIFFLIB::_fiff_data_ref |
struct | FIFFLIB::_fiffTagRec |
Outdated STUFF!!!!!!!!!!!!!!!!!!!!! ToDo Remove. More... | |
struct | FIFFLIB::_fiffIdRec |
ToDo Old implementation use new fiff_id.h instead. More... | |
struct | FIFFLIB::_fiffDirEntryRec |
ToDo Old implementation use new fiff_dir_entry.h instead. More... | |
struct | FIFFLIB::_fiffDigPointRec |
ToDo Old implementation. More... | |
Macros | |
#define | FIFFM_CHPOS(x) &((x)->chpos) |
ToDo Old implementation. More... | |
Typedefs | |
typedef Eigen::Matrix< qint16, Eigen::Dynamic, Eigen::Dynamic > | FIFFLIB::MatrixDau16 |
typedef Eigen::Matrix< short, Eigen::Dynamic, Eigen::Dynamic > | FIFFLIB::MatrixShort |
Definitions for describing the objects in a FIFF file.
Old fiff_type declarations - replace them.
This header file defines all the structures used in the FIFF files, and some structures used by the fiff library. The structures are defind with a name starting with a undescore, and a typedef is used to give the names that are intended to be used in the programs. For the documentation of the records themselves, use the name with the undescore.
Copyright (C) 2012, Lorenz Esch, Matti Hamalainen, Christoph Dinh. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file fiff_types.h.
#define FIFFM_CHPOS | ( | x | ) | &((x)->chpos) |
ToDo Old implementation.
Structure representing digitized strings. Directory tree structure used by the fiff library routines. ToDo Old implementation FIFF file handle returned by fiff_open(). ToDo Old implementation use new fiff_coord_trans.h instead Coordinate transformation descriptor ToDo Old implementation use new fiff_info.h instead Measurement channel position and coil type. ** Description of one channel */ ** Alias for fiffChInfoRec */
Definition at line 346 of file fiff_types.h.