Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Defines
pcl_config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define BUILD_NONE
#define PCL_MAJOR_VERSION   1
#define PCL_MINOR_VERSION   6
#define PCL_VERSION_CALC(MAJ, MIN, PATCH)   (MAJ*100000+MIN*100+PATCH)
#define PCL_VERSION   PCL_VERSION_CALC(PCL_MAJOR_VERSION,PCL_MINOR_VERSION,PCL_REVISION_VERSION)
#define PCL_VERSION_COMPARE(OP, MAJ, MIN, PATCH)   (PCL_VERSION OP PCL_VERSION_CALC(MAJ,MIN,PATCH))
#define HAVE_OPENNI   1
#define HAVE_QHULL   1
#define HAVE_QHULL_2011   1
#define HAVE_OPENMP

Define Documentation

#define BUILD_NONE

Definition at line 3 of file pcl_config.h.

#define HAVE_OPENMP

Definition at line 35 of file pcl_config.h.

#define HAVE_OPENNI   1

Definition at line 17 of file pcl_config.h.

#define HAVE_QHULL   1

Definition at line 19 of file pcl_config.h.

#define HAVE_QHULL_2011   1

Definition at line 21 of file pcl_config.h.

#define PCL_MAJOR_VERSION   1

Definition at line 5 of file pcl_config.h.

#define PCL_MINOR_VERSION   6

Definition at line 6 of file pcl_config.h.

Definition at line 10 of file pcl_config.h.

#define PCL_VERSION_CALC (   MAJ,
  MIN,
  PATCH 
)    (MAJ*100000+MIN*100+PATCH)

Definition at line 9 of file pcl_config.h.

#define PCL_VERSION_COMPARE (   OP,
  MAJ,
  MIN,
  PATCH 
)    (PCL_VERSION OP PCL_VERSION_CALC(MAJ,MIN,PATCH))

Definition at line 12 of file pcl_config.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines