![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <cassert>

Go to the source code of this file.
Macros | |
| #define | CLOUDVIEWER_DLL_IMPORT [[gnu::visibility("default")]] |
| #define | CLOUDVIEWER_DLL_EXPORT [[gnu::visibility("default")]] |
| #define | CLOUDVIEWER_DLL_LOCAL [[gnu::visibility("hidden")]] |
| #define | CLOUDVIEWER_LOCAL CLOUDVIEWER_DLL_LOCAL |
| #define | CLOUDVIEWER_API CLOUDVIEWER_DLL_IMPORT |
| #define | CLOUDVIEWER_FUNCTION __PRETTY_FUNCTION__ |
| #define | CLOUDVIEWER_ASSERT(...) assert((__VA_ARGS__)) |
| #define CLOUDVIEWER_API CLOUDVIEWER_DLL_IMPORT |
| #define CLOUDVIEWER_DLL_EXPORT [[gnu::visibility("default")]] |
| #define CLOUDVIEWER_DLL_IMPORT [[gnu::visibility("default")]] |
| #define CLOUDVIEWER_LOCAL CLOUDVIEWER_DLL_LOCAL |