2D point with integer x- and y-coordinates.
More...
#include <pcl/ml/point_xy_32i.h>
|
| static PointXY32i | 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...
|
| |
|
| int | x {0} |
| | The x-coordinate of the point. More...
|
| |
| int | y {0} |
| | The y-coordinate of the point. More...
|
| |
2D point with integer x- and y-coordinates.
Definition at line 47 of file point_xy_32i.h.
◆ PointXY32i()
| pcl::PointXY32i::PointXY32i |
( |
| ) |
|
|
inlinedefault |
◆ ~PointXY32i()
| virtual pcl::PointXY32i::~PointXY32i |
( |
| ) |
|
|
inlinevirtualdefault |
◆ deserialize()
| void pcl::PointXY32i::deserialize |
( |
std::istream & |
stream | ) |
|
|
inline |
Deserializes the point from the specified stream.
- Parameters
-
| [in] | stream | the source for the deserialization |
Definition at line 71 of file point_xy_32i.h.
◆ randomPoint()
| static PointXY32i pcl::PointXY32i::randomPoint |
( |
const int |
min_x, |
|
|
const int |
max_x, |
|
|
const int |
min_y, |
|
|
const int |
max_y |
|
) |
| |
|
static |
◆ serialize()
| void pcl::PointXY32i::serialize |
( |
std::ostream & |
stream | ) |
const |
|
inline |
Serializes the point to the specified stream.
- Parameters
-
| [out] | stream | the destination for the serialization |
Definition at line 60 of file point_xy_32i.h.
| int pcl::PointXY32i::x {0} |
| int pcl::PointXY32i::y {0} |
The documentation for this class was generated from the following file: