2D point with float x- and y-coordinates.
More...
#include <pcl/ml/point_xy_32f.h>
|
static PointXY32f | randomPoint (const int min_x, const int max_x, const int min_y, const int max_y) |
| Creates a random point within the specified window. More...
|
|
|
float | x {0.0f} |
| The x-coordinate of the point. More...
|
|
float | y {0.0f} |
| The y-coordinate of the point. More...
|
|
2D point with float x- and y-coordinates.
Definition at line 47 of file point_xy_32f.h.
◆ PointXY32f()
pcl::PointXY32f::PointXY32f |
( |
| ) |
|
|
inlinedefault |
◆ ~PointXY32f()
virtual pcl::PointXY32f::~PointXY32f |
( |
| ) |
|
|
inlinevirtualdefault |
◆ deserialize()
void pcl::PointXY32f::deserialize |
( |
std::istream & |
stream | ) |
|
|
inline |
Deserializes the point from the specified stream.
- Parameters
-
[in] | stream | the source for the deserialization |
Definition at line 70 of file point_xy_32f.h.
◆ randomPoint()
static PointXY32f pcl::PointXY32f::randomPoint |
( |
const int |
min_x, |
|
|
const int |
max_x, |
|
|
const int |
min_y, |
|
|
const int |
max_y |
|
) |
| |
|
static |
◆ serialize()
void pcl::PointXY32f::serialize |
( |
std::ostream & |
stream | ) |
const |
|
inline |
Serializes the point to the specified stream.
- Parameters
-
[out] | stream | the destination for the serialization |
Definition at line 59 of file point_xy_32f.h.
float pcl::PointXY32f::x {0.0f} |
float pcl::PointXY32f::y {0.0f} |
The documentation for this class was generated from the following file: