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

Implementation of the ANT .elc / MNE .lout parsers declared in layoutloader.h. More...

#include "layoutloader.h"
#include <algorithm>
#include <fstream>
#include <QIODevice>
#include <QTextStream>
#include <QFile>
#include <QDebug>
#include <QRegularExpression>
Include dependency graph for layoutloader.cpp:

Go to the source code of this file.

Detailed Description

Implementation of the ANT .elc / MNE .lout parsers declared in layoutloader.h.

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

Author
Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.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
September 2014

The parsers are deliberately tolerant of trailing whitespace and missing comment lines because exported layouts from different vendors and from hand-edited test fixtures vary widely. Unit conversion to metres happens at read time so downstream consumers (DISP3DLIB, MNELIB) never need to keep track of which file flavour produced a coordinate.

Definition in file layoutloader.cpp.