Defines a region in XY-space. More...
#include <region_xy.h>
Public Member Functions | |
| void | deserialize (::std::istream &stream) |
| Deserializes the object from the specified stream. | |
| RegionXY () | |
| Constructor. | |
| void | serialize (std::ostream &stream) const |
| Serializes the object to the specified stream. | |
Public Attributes | |
| int | height |
| height of the region. | |
| int | width |
| width of the region. | |
| int | x |
| x-position of the region. | |
| int | y |
| y-position of the region. | |
Defines a region in XY-space.
Definition at line 82 of file region_xy.h.
| pcl::RegionXY::RegionXY | ( | ) | [inline] |
Constructor.
Definition at line 85 of file region_xy.h.
| void pcl::RegionXY::deserialize | ( | ::std::istream & | stream | ) | [inline] |
Deserializes the object from the specified stream.
| [in] | stream | the stream the object will be deserialized from. |
Definition at line 110 of file region_xy.h.
| void pcl::RegionXY::serialize | ( | std::ostream & | stream | ) | const [inline] |
Serializes the object to the specified stream.
| [out] | stream | the stream the object will be serialized to. |
Definition at line 99 of file region_xy.h.
height of the region.
Definition at line 94 of file region_xy.h.
width of the region.
Definition at line 92 of file region_xy.h.
| int pcl::RegionXY::x |
x-position of the region.
Definition at line 88 of file region_xy.h.
| int pcl::RegionXY::y |
y-position of the region.
Definition at line 90 of file region_xy.h.