Implementation of FiffIO: one-call FIFF reader/writer that dispatches to the right specialized loader per top-level block. More...
#include "fiff_io.h"#include "fiff.h"#include "fiff_evoked_set.h"#include "fiff_stream.h"#include <iostream>#include <stdexcept>#include <QDebug>
Go to the source code of this file.
Implementation of FiffIO: one-call FIFF reader/writer that dispatches to the right specialized loader per top-level block.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2013-2026 MNE-CPP Authors
Sniffs the FIFF block tree, instantiates FiffRawData / FiffEvokedSet / FiffCov / FiffInfo as appropriate and returns shared pointers ready for the rest of the pipeline.
Definition in file fiff_io.cpp.