ContourInfo
Information about a contour.
Elements
| Name | Type | Description |
|---|---|---|
| type | ContourType | The contour type. |
| numPoints | unsigned | The number of points that make up the contour. |
| points | Point* | The points describing the contour. |
| contourColor | RGBValue | The contour color. |