Public Member Functions | Public Attributes
pcl::RegionXY Struct Reference

Defines a region in XY-space. More...

#include <region_xy.h>

List of all members.

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.

Detailed Description

Defines a region in XY-space.

Author:
Stefan Holzer

Definition at line 82 of file region_xy.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 85 of file region_xy.h.


Member Function Documentation

void pcl::RegionXY::deserialize ( ::std::istream &  stream) [inline]

Deserializes the object from the specified stream.

Parameters:
[in]streamthe 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.

Parameters:
[out]streamthe stream the object will be serialized to.

Definition at line 99 of file region_xy.h.


Member Data Documentation

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.

x-position of the region.

Definition at line 88 of file region_xy.h.

y-position of the region.

Definition at line 90 of file region_xy.h.


The documentation for this struct was generated from the following file:


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:43:08