Point Cloud Library (PCL)  1.3.1
pcl_config.h
Go to the documentation of this file.
00001 /* pcl_config.h. Generated by CMake for PCL. */
00002 
00003 /* PCL version string */
00004 #define PCL_VERSION "1.3.1"
00005 
00006 /* #undef HAVE_TBB */
00007 
00008 #define HAVE_OPENNI 1
00009 
00010 #define HAVE_QHULL 1
00011 
00012 /* #undef HAVE_QHULL_2011 */
00013 
00014 /* #undef HAVE_CUDA */
00015 
00016 #ifdef DISABLE_OPENNI
00017 #undef HAVE_OPENNI
00018 #endif
00019 
00020 #ifdef DISABLE_QHULL
00021 #undef HAVE_QHULL
00022 #endif
00023 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines