|
Point Cloud Library (PCL)
1.6.0
|
00001 /* pcl_config.h. Generated by CMake for PCL. */ 00002 00003 #define BUILD_NONE 00004 /* PCL version information */ 00005 #define PCL_MAJOR_VERSION 1 00006 #define PCL_MINOR_VERSION 6 00007 /* #undef PCL_REVISION_VERSION */ 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 #define HAVE_QHULL_2011 1 00022 00023 /* #undef HAVE_CUDA */ 00024 00025 /* #undef USE_ROS */ 00026 00027 // SSE macros 00028 /* #undef HAVE_POSIX_MEMALIGN */ 00029 /* #undef HAVE_MM_MALLOC */ 00030 /* #undef HAVE_SSE4_1_EXTENSIONS */ 00031 /* #undef HAVE_SSE3_EXTENSIONS */ 00032 /* #undef HAVE_SSE2_EXTENSIONS */ 00033 /* #undef HAVE_SSE_EXTENSIONS */ 00034 00035 #define HAVE_OPENMP 00036 00037 /* Precompile for a minimal set of point types instead of all. */ 00038 /* #undef PCL_ONLY_CORE_POINT_TYPES */ 00039 00040 #ifdef DISABLE_OPENNI 00041 #undef HAVE_OPENNI 00042 #endif 00043 00044 #ifdef DISABLE_QHULL 00045 #undef HAVE_QHULL 00046 #endif 00047
1.7.6.1