#include <polygon_types.h>
| Public Member Functions | |
| void | addPoint (int x, int y) | 
| void | addPolygon () | 
| void | removeLastPoints (int n) | 
| void | removePolygon () | 
| virtual | ~PolygonContours () | 
| Public Attributes | |
| std::vector< std::vector < TPoint > > | polys_ | 
Definition at line 88 of file polygon_types.h.
| virtual cob_3d_segmentation::PolygonContours< TPoint >::~PolygonContours | ( | ) |  [inline, virtual] | 
Definition at line 91 of file polygon_types.h.
| void cob_3d_segmentation::PolygonContours< TPoint >::addPoint | ( | int | x, | 
| int | y | ||
| ) |  [inline] | 
Definition at line 95 of file polygon_types.h.
| void cob_3d_segmentation::PolygonContours< TPoint >::addPolygon | ( | ) |  [inline] | 
Definition at line 93 of file polygon_types.h.
| void cob_3d_segmentation::PolygonContours< TPoint >::removeLastPoints | ( | int | n | ) |  [inline] | 
Definition at line 100 of file polygon_types.h.
| void cob_3d_segmentation::PolygonContours< TPoint >::removePolygon | ( | ) |  [inline] | 
Definition at line 94 of file polygon_types.h.
| std::vector<std::vector<TPoint> > cob_3d_segmentation::PolygonContours< TPoint >::polys_ | 
Definition at line 109 of file polygon_types.h.