W3cubDocs

/PointCloudLibrary

A point structure representing Euclidean xyz coordinates, and the intensity value. More...

#include <pcl/recognition/point_types.h>

Public Member Functions

PCL_MAKE_ALIGNED_OPERATOR_NEW bool operator< (const GradientXY &rhs) const

Public Attributes

union {
struct {
float x
float y
float angle
float magnitude
}
float data [4]
};

Detailed Description

A point structure representing Euclidean xyz coordinates, and the intensity value.

Definition at line 52 of file point_types.h.

Member Function Documentation

operator<()

PCL_MAKE_ALIGNED_OPERATOR_NEW bool pcl::GradientXY::operator< ( const GradientXY & rhs ) const
inline

Definition at line 67 of file point_types.h.

References magnitude.

Member Data Documentation

@127

union { ... }

angle

data

float pcl::GradientXY::data[4]

Definition at line 63 of file point_types.h.

magnitude

x

y


The documentation for this struct was generated from the following file:

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_gradient_x_y.html