Open3D (C++ API)
0.12.0
|
Go to the source code of this file.
Macros | |
#define | OPEN3D_CONCATENATE_IMPL(s1, s2) s1##s2 |
#define | OPEN3D_CONCATENATE(s1, s2) OPEN3D_CONCATENATE_IMPL(s1, s2) |
#define | OPEN3D_DLL_IMPORT |
#define | OPEN3D_DLL_EXPORT |
#define | OPEN3D_API OPEN3D_DLL_IMPORT |
#define OPEN3D_API OPEN3D_DLL_IMPORT |
#define OPEN3D_CONCATENATE | ( | s1, | |
s2 | |||
) | OPEN3D_CONCATENATE_IMPL(s1, s2) |
#define OPEN3D_CONCATENATE_IMPL | ( | s1, | |
s2 | |||
) | s1##s2 |
#define OPEN3D_DLL_EXPORT |
#define OPEN3D_DLL_IMPORT |