Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pcl_config.h
Go to the documentation of this file.
1 /* pcl_config.h. Generated by CMake for PCL. */
2 
3 #define BUILD_NONE
4 /* PCL version information */
5 #define PCL_MAJOR_VERSION 1
6 #define PCL_MINOR_VERSION 6
7 /* #undef PCL_REVISION_VERSION */
8 /* #undef PCL_VERSION_PRETTY */
9 #define PCL_VERSION_CALC(MAJ, MIN, PATCH) (MAJ*100000+MIN*100+PATCH)
10 #define PCL_VERSION \
11  PCL_VERSION_CALC(PCL_MAJOR_VERSION,PCL_MINOR_VERSION,PCL_REVISION_VERSION)
12 #define PCL_VERSION_COMPARE(OP,MAJ,MIN,PATCH) \
13  (PCL_VERSION OP PCL_VERSION_CALC(MAJ,MIN,PATCH))
14 
15 /* #undef HAVE_TBB */
16 
17 /* #undef HAVE_OPENNI */
18 
19 #define HAVE_QHULL 1
20 
21 /* #undef HAVE_QHULL_2011 */
22 
23 /* #undef HAVE_CUDA */
24 
25 /* #undef USE_ROS */
26 
27 // SSE macros
28 /* #undef HAVE_POSIX_MEMALIGN */
29 /* #undef HAVE_MM_MALLOC */
30 /* #undef HAVE_SSE4_1_EXTENSIONS */
31 /* #undef HAVE_SSE3_EXTENSIONS */
32 /* #undef HAVE_SSE2_EXTENSIONS */
33 /* #undef HAVE_SSE_EXTENSIONS */
34 
35 #define HAVE_OPENMP
36 
37 /* Precompile for a minimal set of point types instead of all. */
38 /* #undef PCL_ONLY_CORE_POINT_TYPES */
39 
40 #ifdef DISABLE_OPENNI
41 #undef HAVE_OPENNI
42 #endif
43 
44 #ifdef DISABLE_QHULL
45 #undef HAVE_QHULL
46 #endif
47