v2.0.0
Loading...
Searching...
No Matches
fiff_stream.cpp File Reference

Implementation of FiffStream: FIFF tag I/O, directory and block-tree construction, and the typed read_* / write_* methods. More...

#include "fiff_stream.h"
#include "fiff_tag.h"
#include "fiff_dir_node.h"
#include "fiff_ctf_comp.h"
#include "fiff_info.h"
#include "fiff_info_base.h"
#include "fiff_raw_data.h"
#include "fiff_cov.h"
#include "fiff_evoked_set.h"
#include "fiff_coord_trans.h"
#include "fiff_ch_info.h"
#include "fiff_ch_pos.h"
#include "fiff_dig_point.h"
#include "fiff_id.h"
#include "fiff_digitizer_data.h"
#include <math/linalg.h>
#include <math/numerics.h>
#include <utils/ioutils.h>
#include <iostream>
#include <time.h>
#include <Eigen/LU>
#include <Eigen/Dense>
#include <QFile>
#include <QTcpSocket>
#include <QDebug>
Include dependency graph for fiff_stream.cpp:

Go to the source code of this file.

Detailed Description

Implementation of FiffStream: FIFF tag I/O, directory and block-tree construction, and the typed read_* / write_* methods.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Florian Schlembach fschl.nosp@m.emba.nosp@m.ch@we.nosp@m.b.de; Limin Sun limin.nosp@m.sun@.nosp@m.nmr.m.nosp@m.gh.h.nosp@m.arvar.nosp@m.d.ed.nosp@m.u; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Eric Larson larso.nosp@m.n.er.nosp@m.ic.d@.nosp@m.gmai.nosp@m.l.com; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Ruben Doerfel doerf.nosp@m.elru.nosp@m.ben@a.nosp@m.ol.c.nosp@m.om; Andreas Griesshammer ag@fi.nosp@m.eldl.nosp@m.inein.nosp@m.c.co.nosp@m.m
Since
0.1.0
Date
October 2012

Owns one QIODevice. Builds the directory and FiffDirNode tree on open; trades tag streams for typed FIFFLIB objects on read; emits spec-compliant FIFF on write. Files emitted here round-trip through mne.io.fiff unchanged.

Definition in file fiff_stream.cpp.