Open3D (C++ API)
0.17.0
|
#include <cassert>
Go to the source code of this file.
Macros | |
#define | OPEN3D_DLL_IMPORT [[gnu::visibility("default")]] |
#define | OPEN3D_DLL_EXPORT [[gnu::visibility("default")]] |
#define | OPEN3D_DLL_LOCAL [[gnu::visibility("hidden")]] |
#define | OPEN3D_LOCAL OPEN3D_DLL_LOCAL |
#define | OPEN3D_API OPEN3D_DLL_IMPORT |
#define | OPEN3D_FUNCTION __PRETTY_FUNCTION__ |
#define | OPEN3D_ASSERT(...) assert((__VA_ARGS__)) |
#define OPEN3D_API OPEN3D_DLL_IMPORT |
#define OPEN3D_ASSERT | ( | ... | ) | assert((__VA_ARGS__)) |
#define OPEN3D_DLL_EXPORT [[gnu::visibility("default")]] |
#define OPEN3D_DLL_IMPORT [[gnu::visibility("default")]] |
#define OPEN3D_DLL_LOCAL [[gnu::visibility("hidden")]] |
#define OPEN3D_FUNCTION __PRETTY_FUNCTION__ |
#define OPEN3D_LOCAL OPEN3D_DLL_LOCAL |