Implementation of FiffDirNode: builds the FIFFB_* block tree from the parsed directory and walks it for typed lookups. More...
#include "fiff_dir_node.h"#include "fiff_stream.h"#include "fiff_tag.h"#include "fiff_explain.h"#include <QDebug>
Go to the source code of this file.
Implementation of FiffDirNode: builds the FIFFB_* block tree from the parsed directory and walks it for typed lookups.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2017-2026 MNE-CPP Authors
FiffDirNode::make_dir_tree assembles the tree once after the directory tag is parsed; dir_tree_find drives every higher-level reader (FiffInfo, FiffRawData, FiffEvoked, FiffCov, ...) to its block of interest.
Definition in file fiff_dir_node.cpp.