A point structure representing Euclidean xyz coordinates, and the intensity value. More...
#include <color_gradient_dot_modality.h>
Public Member Functions | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW bool | operator< (const GradientXY &rhs) |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW bool | operator< (const GradientXY &rhs) |
Public Attributes | |
| union { | |
| struct { | |
| float angle | |
| float magnitude | |
| float x | |
| float y | |
| } | |
| float data [4] | |
| }; | |
| union { | |
| struct { | |
| float angle | |
| float magnitude | |
| float x | |
| float y | |
| } | |
| float data [4] | |
| }; | |
A point structure representing Euclidean xyz coordinates, and the intensity value.
A point structure for representing RGB color.
Definition at line 87 of file color_gradient_dot_modality.h.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW bool pcl::GradientXY::operator< | ( | const GradientXY & | rhs | ) | [inline] |
Definition at line 99 of file recognition/include/pcl/recognition/point_types.h.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW bool pcl::GradientXY::operator< | ( | const GradientXY & | rhs | ) | [inline] |
Definition at line 102 of file color_gradient_dot_modality.h.
| union { ... } |
| union { ... } |
| float pcl::GradientXY::angle |
Definition at line 95 of file color_gradient_dot_modality.h.
| float pcl::GradientXY::data[4] |
Definition at line 98 of file color_gradient_dot_modality.h.
Definition at line 96 of file color_gradient_dot_modality.h.
| float pcl::GradientXY::x |
Definition at line 93 of file color_gradient_dot_modality.h.
| float pcl::GradientXY::y |
Definition at line 94 of file color_gradient_dot_modality.h.