#include <contour.h>
Public Member Functions | |
Construction | |
| CL_Contour () | |
| Construct a contour. | |
| ~CL_Contour () | |
Attributes | |
| std::vector< CL_Pointf > & | get_points () |
| const std::vector< CL_Pointf > & | get_points () const |
| bool | is_inside_contour () const |
| void | set_inside_contour (bool is_inside) |
| Set inside contour. | |
| std::vector< CL_OutlineCircle > & | get_sub_circles () |
| const std::vector< CL_OutlineCircle > & | get_sub_circles () const |
Operators | |
| bool | operator== (const CL_Contour &other) const |
| Equality operator. | |
| bool | operator!= (const CL_Contour &other) const |
| Inequality operator. | |
| bool | operator< (const CL_Contour &other) const |
| Less than operator. | |
A outline consists of contours, which hold the actual outline geometry
|
|
Construct a contour.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inequality operator.
|
|
|
Less than operator.
|
|
|
Equality operator.
|
|
|
Set inside contour.
|
1.4.6