Point Cloud Library (PCL)  1.5.1
 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_Release
#define PCL_MAJOR_VERSION   1
#define PCL_MINOR_VERSION   5
#define PCL_REVISION_VERSION   1
#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_SSE4_1_EXTENSIONS
#define HAVE_SSE3_EXTENSIONS
#define HAVE_SSE2_EXTENSIONS
#define HAVE_SSE_EXTENSIONS
#define HAVE_POSIX_MEMALIGN
#define HAVE_MM_MALLOC

Define Documentation

#define BUILD_Release

Definition at line 3 of file pcl_config.h.

#define HAVE_MM_MALLOC

Definition at line 32 of file pcl_config.h.

#define HAVE_OPENNI   1

Definition at line 17 of file pcl_config.h.

Definition at line 31 of file pcl_config.h.

#define HAVE_QHULL   1

Definition at line 19 of file pcl_config.h.

Definition at line 29 of file pcl_config.h.

Definition at line 28 of file pcl_config.h.

Definition at line 27 of file pcl_config.h.

Definition at line 30 of file pcl_config.h.

#define PCL_MAJOR_VERSION   1

Definition at line 5 of file pcl_config.h.

#define PCL_MINOR_VERSION   5

Definition at line 6 of file pcl_config.h.

#define PCL_REVISION_VERSION   1

Definition at line 7 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.