Classes | Namespaces | Defines | Functions | Variables
point_types.h File Reference
#include <pcl/point_types.h>
Include dependency graph for point_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pcl::PointHSV
struct  pcl::PointRGB
struct  pcl::PointXYZHSV

Namespaces

namespace  pcl

Defines

#define HSV_C_STRUCT

Functions

 POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PointRGB,(float, rgb, rgb))
 POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PointHSV,(float, hue, hue)(float, saturation, saturation)(float, value, value))
 POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PointXYZHSV,(float, x, x)(float, y, y)(float, z, z)(float, hue, hue)(float, saturation, saturation)(float, value, value))

Variables

struct pcl::PointXYZHSV pcl::EIGEN_ALIGN16

Define Documentation

#define HSV_C_STRUCT
Value:
union {                   \
        struct {                                \
            float hue;                          \
            float saturation;                   \
            float value;                        \
        };                                      \
        float data_c[4];                        \
    }

Definition at line 42 of file point_types.h.


Function Documentation

POINT_CLOUD_REGISTER_POINT_STRUCT ( pcl::PointRGB  ,
(float, rgb, rgb)   
)
POINT_CLOUD_REGISTER_POINT_STRUCT ( pcl::PointHSV  ,
(float, hue, hue)(float, saturation, saturation)(float, value, value)   
)
POINT_CLOUD_REGISTER_POINT_STRUCT ( pcl::PointXYZHSV  ,
(float, x, x)(float, y, y)(float, z, z)(float, hue, hue)(float, saturation, saturation)(float, value, value)   
)


jsk_pcl_ros
Author(s): Yohei Kakiuchi
autogenerated on Wed Sep 16 2015 04:36:49