|
Point Cloud Library (PCL)
1.5.1
|
00001 /* pcl_config.h. Generated by CMake for PCL. */ 00002 00003 #define BUILD_Release 00004 /* PCL version information */ 00005 #define PCL_MAJOR_VERSION 1 00006 #define PCL_MINOR_VERSION 5 00007 #define PCL_REVISION_VERSION 1 00008 /* #undef PCL_VERSION_PRETTY */ 00009 #define PCL_VERSION_CALC(MAJ, MIN, PATCH) (MAJ*100000+MIN*100+PATCH) 00010 #define PCL_VERSION \ 00011 PCL_VERSION_CALC(PCL_MAJOR_VERSION,PCL_MINOR_VERSION,PCL_REVISION_VERSION) 00012 #define PCL_VERSION_COMPARE(OP,MAJ,MIN,PATCH) \ 00013 (PCL_VERSION OP PCL_VERSION_CALC(MAJ,MIN,PATCH)) 00014 00015 /* #undef HAVE_TBB */ 00016 00017 #define HAVE_OPENNI 1 00018 00019 #define HAVE_QHULL 1 00020 00021 /* #undef HAVE_QHULL_2011 */ 00022 00023 /* #undef HAVE_CUDA */ 00024 00025 /* #undef USE_ROS */ 00026 00027 #define HAVE_SSE4_1_EXTENSIONS 00028 #define HAVE_SSE3_EXTENSIONS 00029 #define HAVE_SSE2_EXTENSIONS 00030 #define HAVE_SSE_EXTENSIONS 00031 #define HAVE_POSIX_MEMALIGN 00032 #define HAVE_MM_MALLOC 00033 00034 #ifdef DISABLE_OPENNI 00035 #undef HAVE_OPENNI 00036 #endif 00037 00038 #ifdef DISABLE_QHULL 00039 #undef HAVE_QHULL 00040 #endif 00041
1.8.0