|
Woolz Image Processing
Version 1.8.3
|
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.
| WlzObjectType _WlzPoints::type |
| int _WlzPoints::linkcount |
From WlzCoreDomain.
| void* _WlzPoints::freeptr |
From WlzCoreDomain.
| int _WlzPoints::nPoints |
Number of points.
Referenced by WlzAffineTransformPoints(), WlzBSplineEvalPoints(), WlzBSplineFromObj(), WlzDGTensorFeatures(), WlzDGTensorPDFeature(), WlzEffWritePointsVtk(), WlzEffWritePointsVtkFieldValues(), WlzEffWritePointsVtkScalarValues(), WlzMakePoints(), WlzNewPointValues(), WlzPointsDither(), WlzPointsFromDomObj(), WlzPointsToMarkers(), and WlzPointValuesFromDomObj().
| int _WlzPoints::maxPoints |
The maximum number of points for which space has been allocated.
Referenced by WlzDGTensorPDFeature(), and WlzMakePoints().
| WlzVertexP _WlzPoints::points |
Array of point vertices.
Referenced by WlzAffineTransformPoints(), WlzBSplineEvalPoints(), WlzBSplineFromObj(), WlzDGTensorFeatures(), WlzDGTensorPDFeature(), WlzEffWritePointsVtk(), WlzMakePoints(), WlzPointsDither(), WlzPointsFromDomObj(), WlzPointsToDomObj(), WlzPointsToMarkers(), and WlzPointValuesFromDomObj().