|
Point Cloud Library (PCL)
1.15.1-dev
|
A 2D point structure representing Euclidean xy coordinates. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | PointXY (float _x, float _y) |
| constexpr | 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 715 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 727 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 728 of file point_types.hpp.
|
inline |
Definition at line 730 of file point_types.hpp.
|
inline |
Definition at line 731 of file point_types.hpp.
|
friend |
| union { ... } |
| float pcl::PointXY::data[2] |
Definition at line 719 of file point_types.hpp.
| float pcl::PointXY::x |
Definition at line 722 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(), pcl::search::OrganizedNeighbor< PointT >::testProjectionMatrix(), and pcl::TextureMapping< PointInT >::textureMeshwithMultipleCameras().
| float pcl::PointXY::y |
Definition at line 723 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(), pcl::search::OrganizedNeighbor< PointT >::testProjectionMatrix(), and pcl::TextureMapping< PointInT >::textureMeshwithMultipleCameras().