neurolots
0.3.5
NeuroLOTs
Main Page
Namespaces
Classes
Files
File List
File Members
nlgeometry/api.h
Go to the documentation of this file.
1
// generated by CommonLibrary.cmake, do not edit.
2
8
#ifndef NLGEOMETRY_API_H
9
#define NLGEOMETRY_API_H
10
11
#include <
neurolots/defines.h
>
12
13
#if defined(_MSC_VER) || defined(__declspec)
14
# define NLGEOMETRY_DLLEXPORT __declspec(dllexport)
15
# define NLGEOMETRY_DLLIMPORT __declspec(dllimport)
16
#else // _MSC_VER
17
# define NLGEOMETRY_DLLEXPORT
18
# define NLGEOMETRY_DLLIMPORT
19
#endif // _MSC_VER
20
21
#if defined(NLGEOMETRY_STATIC)
22
# define NLGEOMETRY_API
23
#elif defined(NLGEOMETRY_SHARED)
24
# define NLGEOMETRY_API NLGEOMETRY_DLLEXPORT
25
#else
26
# define NLGEOMETRY_API NLGEOMETRY_DLLIMPORT
27
#endif
28
29
#if defined(NLGEOMETRY_SHARED_INL)
30
# define NLGEOMETRY_INL NLGEOMETRY_DLLEXPORT
31
#else
32
# define NLGEOMETRY_INL NLGEOMETRY_DLLIMPORT
33
#endif
34
35
#endif
defines.h
Includes compile-time defines of neurolots.
install
include
nlgeometry
api.h
Generated on Tue Dec 10 2024 17:34:11 for neurolots by
1.8.11