Open3D (C++ API)  0.12.0
Macros
Macro.h File Reference

(313315d (Wed Dec 23 23:39:47 2020 -0800))

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
 

Macro Definition Documentation

◆ OPEN3D_API

#define OPEN3D_API   OPEN3D_DLL_IMPORT

◆ OPEN3D_CONCATENATE

#define OPEN3D_CONCATENATE (   s1,
  s2 
)    OPEN3D_CONCATENATE_IMPL(s1, s2)

◆ OPEN3D_CONCATENATE_IMPL

#define OPEN3D_CONCATENATE_IMPL (   s1,
  s2 
)    s1##s2

◆ OPEN3D_DLL_EXPORT

#define OPEN3D_DLL_EXPORT

◆ OPEN3D_DLL_IMPORT

#define OPEN3D_DLL_IMPORT