v2.0.0
Loading...
Searching...
No Matches
mne_global.h File Reference

MNELIB shared-library export/import macros and library build metadata. More...

#include <QtCore/qglobal.h>
#include <utils/buildinfo.h>
Include dependency graph for mne_global.h:

Go to the source code of this file.

Namespaces

namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Macros

#define MNESHARED_EXPORT

Functions

const char * MNELIB::buildDateTime ()
const char * MNELIB::buildHash ()
const char * MNELIB::buildHashLong ()

Detailed Description

MNELIB shared-library export/import macros and library build metadata.

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du
Since
0.1.0
Date
August 2012

MNELIB is the central mne-cpp data library: it ties the on-disk FIFF containers exposed by FIFFLIB to the higher-level neuroscience objects (source spaces, hemispheres, BEM surfaces, forward solutions, inverse operators, covariance matrices, raw/epoch/evoked aggregates and the MSH display surfaces consumed by DISP3D). This translation unit only declares the MNESHARED_EXPORT visibility macro and the MNELIB::buildDateTime helper so every other compilation unit can resolve symbol visibility identically across static and shared builds.

Definition in file mne_global.h.

Macro Definition Documentation

◆ MNESHARED_EXPORT

#define MNESHARED_EXPORT

Definition at line 40 of file mne_global.h.