Legacy MNE-C raw-recording container with per-file buffer descriptors. More...
#include "mne_global.h"#include <fiff/fiff_dir_node.h>#include <fiff/fiff_stream.h>#include "mne_raw_info.h"#include "mne_raw_buf_def.h"#include "mne_proj_op.h"#include "mne_sss_data.h"#include "mne_ctf_comp_data_set.h"#include "mne_deriv.h"#include "mne_deriv_set.h"#include "mne_types.h"#include <memory>#include <vector>#include <Eigen/Core>#include <QSharedPointer>#include <QList>#include <QFile>

Go to the source code of this file.
Classes | |
| class | MNELIB::MNERawData |
| A comprehensive raw data structure. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Legacy MNE-C raw-recording container with per-file buffer descriptors.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNERawData mirrors mneRawDataRec: it pairs an FIFFLIB::FiffInfo with the list of MNERawBufDef entries that describe the on-disk layout of FIFF_DATA_BUFFER blocks of a -raw.fif file. It is the data source used by the C-ported routines in mne_browse_raw / mne_make_movie. New code should prefer FIFFLIB::FiffRawData; this class exists for round-trip parity.
Definition in file mne_raw_data.h.