Woolz Image Processing Version 1.4.0
|
A 2D polyline domain with possible types:WLZ_POLYGON_INT, WLZ_POLYGON_FLOAT or WLZ_POLYGON_DOUBLE. Typedef: WlzPolygonDomain. More...
Data Fields | |
WlzObjectType | type |
int | linkcount |
void * | freeptr |
int | nvertices |
int | maxvertices |
WlzIVertex2 * | vtx |
A 2D polyline domain with possible types:WLZ_POLYGON_INT, WLZ_POLYGON_FLOAT or WLZ_POLYGON_DOUBLE. Typedef: WlzPolygonDomain.
From WlzCoreDomain.
From WlzCoreDomain.
From WlzCoreDomain.
Number of vertices.
The maximum number of vertices for which space has been allocated.
Array of vertices. This may need casting according to the type field.