A 2D point structure representing Euclidean xy coordinates. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
PointXY (float _x, float _y) | |
PointXY () | |
pcl::Vector2fMap | getVector2fMap () |
pcl::Vector2fMapConst | getVector2fMap () const |
Public Attributes | |
union { | |
float data [2] | |
struct { | |
float x | |
float y | |
} | |
}; | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointXY &p) |
A 2D point structure representing Euclidean xy coordinates.
Definition at line 835 of file point_types.hpp.
| inline |
Definition at line 847 of file point_types.hpp.
| inline |
Definition at line 848 of file point_types.hpp.
| inline |
Definition at line 850 of file point_types.hpp.
References data.
| inline |
Definition at line 851 of file point_types.hpp.
References data.
| friend |
union { ... } |
float pcl::PointXY::data[2] |
Definition at line 839 of file point_types.hpp.
Referenced by getVector2fMap().
float pcl::PointXY::x |
Definition at line 842 of file point_types.hpp.
Referenced by pcl::visualization::ImageViewer::addMask(), pcl::visualization::ImageViewer::addPlanarPolygon(), pcl::visualization::ImageViewer::addRectangle(), pcl::TextureMapping< PointInT >::checkPointInsideTriangle(), pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::get(), pcl::TextureMapping< PointInT >::getPointUVCoordinates(), pcl::TextureMapping< PointInT >::getTriangleCircumcenterAndSize(), pcl::TextureMapping< PointInT >::getTriangleCircumcscribedCircleCentroid(), pcl::isFinite< pcl::PointXY >(), pcl::search::OrganizedNeighbor< PointT >::projectPoint(), pcl::squaredEuclideanDistance(), and pcl::TextureMapping< PointInT >::textureMeshwithMultipleCameras().
float pcl::PointXY::y |
Definition at line 843 of file point_types.hpp.
Referenced by pcl::visualization::ImageViewer::addMask(), pcl::visualization::ImageViewer::addPlanarPolygon(), pcl::visualization::ImageViewer::addRectangle(), pcl::TextureMapping< PointInT >::checkPointInsideTriangle(), pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::get(), pcl::TextureMapping< PointInT >::getPointUVCoordinates(), pcl::TextureMapping< PointInT >::getTriangleCircumcenterAndSize(), pcl::TextureMapping< PointInT >::getTriangleCircumcscribedCircleCentroid(), pcl::isFinite< pcl::PointXY >(), pcl::search::OrganizedNeighbor< PointT >::projectPoint(), pcl::squaredEuclideanDistance(), and pcl::TextureMapping< PointInT >::textureMeshwithMultipleCameras().
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_point_x_y.html