#include <Contour_info.h>
Public Member Functions | |
| Contour_info () | |
| ~Contour_info () | |
| void | makeHole () |
| Point | getFirstPoint () |
| Point | getNextPoint () |
| void | addPoint (Point *point) |
| bool | isHole () |
|
|
|
|
|
|
|
|
adds a point to the list of points in the contour |
|
|
returns the first point in the contour |
|
|
returns the next point in the contour |
|
|
returns whether or not this area should be "void", i.e., represents a hole |
|
|
makes this contour a void area |
1.3.3