Woolz Image Processing Version 1.4.0
_WlzPoints Struct Reference

An array of either 2D or 3D points which may have either integral of floating point values. Possible types are: WLZ_POINTS_2I, WLZ_POINTS_2D, WLZ_POINTS_3I and WLZ_POINTS_3D. Typedef: WlzPoints. More...

Data Fields

WlzObjectType type
int linkcount
void * freeptr
int nPoints
int maxPoints
WlzVertexP points

Detailed Description

An array of either 2D or 3D points which may have either integral of floating point values. Possible types are: WLZ_POINTS_2I, WLZ_POINTS_2D, WLZ_POINTS_3I and WLZ_POINTS_3D. Typedef: WlzPoints.


Field Documentation

From WlzCoreDomain.

Referenced by WlzMakePoints(), and WlzPointsToDomObj().

From WlzCoreDomain.

From WlzCoreDomain.

Number of points.

Referenced by WlzMakePoints(), and WlzNewPointValues().

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

Referenced by WlzMakePoints().

Array of point vertices.

Referenced by WlzMakePoints(), and WlzPointsToDomObj().


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