|
mmcfilters
Public API documentation
|
Metadata for one ordered external or internal contour boundary. More...
#include <ContourTrace.hpp>
Public Attributes | |
| ContourBoundaryKind | kind = ContourBoundaryKind::External |
| Whether this boundary is external or surrounds a hole. | |
| uint32_t | edgeOffset = 0 |
| First edge in the trace edge buffer. | |
| uint32_t | edgeCount = 0 |
| Number of consecutive edges in the boundary. | |
| int | doubledSignedArea = 0 |
| Doubled signed area under the contour orientation convention. | |
Metadata for one ordered external or internal contour boundary.
Definition at line 46 of file ContourTrace.hpp.
| int mmcfilters::ContourBoundary::doubledSignedArea = 0 |
Doubled signed area under the contour orientation convention.
Definition at line 54 of file ContourTrace.hpp.
| uint32_t mmcfilters::ContourBoundary::edgeCount = 0 |
Number of consecutive edges in the boundary.
Definition at line 52 of file ContourTrace.hpp.
| uint32_t mmcfilters::ContourBoundary::edgeOffset = 0 |
First edge in the trace edge buffer.
Definition at line 50 of file ContourTrace.hpp.
| ContourBoundaryKind mmcfilters::ContourBoundary::kind = ContourBoundaryKind::External |
Whether this boundary is external or surrounds a hole.
Definition at line 48 of file ContourTrace.hpp.