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

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>
Include dependency graph for fiff_dir_node.cpp:

Go to the source code of this file.

Detailed Description

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Eric Larson larso.nosp@m.n.er.nosp@m.ic.d@.nosp@m.gmai.nosp@m.l.com; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Andreas Griesshammer ag@fi.nosp@m.eldl.nosp@m.inein.nosp@m.c.co.nosp@m.m; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om
Since
0.1.0
Date
January 2017

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.