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