Woolz Image Processing Version 1.4.0
|
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 |
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.
From WlzCoreDomain.
Referenced by WlzMakePoints(), and WlzPointsToDomObj().
From WlzCoreDomain.
void* _WlzPoints::freeptr |
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().