Woolz Image Processing  Version 1.7.5
_WlzPolygonDomain3 Struct Reference

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
 
WlzIVertex2vtx
 

Detailed Description

A 2D polyline domain with possible types:WLZ_POLYGON_INT, WLZ_POLYGON_FLOAT or WLZ_POLYGON_DOUBLE. Typedef: WlzPolygonDomain.

Field Documentation

WlzObjectType _WlzPolygonDomain3::type

From WlzCoreDomain.

int _WlzPolygonDomain3::linkcount

From WlzCoreDomain.

void* _WlzPolygonDomain3::freeptr

From WlzCoreDomain.

int _WlzPolygonDomain3::nvertices

Number of vertices.

int _WlzPolygonDomain3::maxvertices

The maximum number of vertices for which space has been allocated.

WlzIVertex2* _WlzPolygonDomain3::vtx

Array of vertices. This may need casting according to the type field.


The documentation for this struct was generated from the following file: