Go to the source code of this file.
Defines | |
#define | M_E 2.7182818284590452354 |
#define | PCL_API |
#define | PCL_HELPER_DLL_EXPORT |
#define | PCL_HELPER_DLL_IMPORT |
#define | PCL_HELPER_DLL_LOCAL |
#define | pcl_isfinite(x) std::isfinite(x) |
#define | pcl_isinf(x) std::isinf(x) |
#define | pcl_isnan(x) std::isnan(x) |
#define | PCL_LOCAL |
#define M_E 2.7182818284590452354 |
Definition at line 73 of file win32_macros.h.
#define PCL_API |
Definition at line 106 of file win32_macros.h.
#define PCL_HELPER_DLL_EXPORT |
Definition at line 89 of file win32_macros.h.
#define PCL_HELPER_DLL_IMPORT |
Definition at line 88 of file win32_macros.h.
#define PCL_HELPER_DLL_LOCAL |
Definition at line 90 of file win32_macros.h.
#define pcl_isfinite | ( | x | ) | std::isfinite(x) |
Definition at line 62 of file win32_macros.h.
#define pcl_isinf | ( | x | ) | std::isinf(x) |
Definition at line 63 of file win32_macros.h.
#define pcl_isnan | ( | x | ) | std::isnan(x) |
Definition at line 61 of file win32_macros.h.
#define PCL_LOCAL |
Definition at line 107 of file win32_macros.h.