#include <polygon_types.h>
Public Member Functions | |
bool | operator< (const PolygonPoint &rhs) const |
PolygonPoint () | |
PolygonPoint (int ctor_x, int ctor_y) | |
virtual | ~PolygonPoint () |
Static Public Member Functions | |
static int | getInd (const int x, const int y) |
Public Attributes | |
int | x |
int | y |
Definition at line 66 of file polygon_types.h.
cob_3d_segmentation::PolygonPoint::PolygonPoint | ( | ) | [inline] |
Definition at line 69 of file polygon_types.h.
cob_3d_segmentation::PolygonPoint::PolygonPoint | ( | int | ctor_x, |
int | ctor_y | ||
) | [inline] |
Definition at line 70 of file polygon_types.h.
virtual cob_3d_segmentation::PolygonPoint::~PolygonPoint | ( | ) | [inline, virtual] |
Definition at line 72 of file polygon_types.h.
static int cob_3d_segmentation::PolygonPoint::getInd | ( | const int | x, |
const int | y | ||
) | [inline, static] |
Definition at line 80 of file polygon_types.h.
bool cob_3d_segmentation::PolygonPoint::operator< | ( | const PolygonPoint & | rhs | ) | const [inline] |
Definition at line 74 of file polygon_types.h.
Definition at line 83 of file polygon_types.h.
Definition at line 83 of file polygon_types.h.