v2.0.0
Loading...
Searching...
No Matches
src
libraries
mri
mri_global.h
Go to the documentation of this file.
1
//=============================================================================================================
34
35
#ifndef MRI_GLOBAL_H
36
#define MRI_GLOBAL_H
37
38
//=============================================================================================================
39
// INCLUDES
40
//=============================================================================================================
41
42
#include <QtCore/qglobal.h>
43
#include <
utils/buildinfo.h
>
44
45
//=============================================================================================================
46
// DEFINES
47
//=============================================================================================================
48
49
#if defined(STATICBUILD)
50
# define MRISHARED_EXPORT
51
#elif defined(MNE_MRI_LIBRARY)
52
# define MRISHARED_EXPORT Q_DECL_EXPORT
53
#else
54
# define MRISHARED_EXPORT Q_DECL_IMPORT
55
#endif
56
57
//=============================================================================================================
62
namespace
MRILIB
{
63
64
//=============================================================================================================
68
MRISHARED_EXPORT
const
char
*
buildDateTime
();
69
70
//=============================================================================================================
74
MRISHARED_EXPORT
const
char
*
buildHash
();
75
76
//=============================================================================================================
80
MRISHARED_EXPORT
const
char
*
buildHashLong
();
81
82
}
// namespace MRILIB
83
84
#endif
// MRI_GLOBAL_H
buildinfo.h
build information utils
MRISHARED_EXPORT
#define MRISHARED_EXPORT
Definition
mri_global.h:50
MRILIB
MRI volume and coordinate-system I/O (volumes, voxel geometry, transforms).
Definition
mri_cor_fif_io.h:83
MRILIB::buildHashLong
const char * buildHashLong()
Definition
mri_global.cpp:47
MRILIB::buildHash
const char * buildHash()
Definition
mri_global.cpp:46
MRILIB::buildDateTime
const char * buildDateTime()
Definition
mri_global.cpp:45
Generated on
for MNE-CPP by
1.16.1