#include <Region_info.h>
Public Member Functions | |
| Region_info () | |
| Region_info (Ellipse_region *eIn) | |
| Region_info (Ellipse_region *eIn, double areaIN) | |
| ~Region_info () | |
| void | addContourRegion (Contour_info *c) |
| Contour_info * | getFirstContour () |
| Contour_info * | getNextContour () |
| int | getNumContours () |
| Ellipse_region * | getEllipseRegion () |
| double | getArea () |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
adds a contour, or polygon, region to the region information |
|
|
returns the area of the polygons for this region |
|
|
returns the ellipse region, which is an approximation |
|
|
returns the first contour |
|
|
returns the next contour |
|
|
|
1.3.3