Woolz Image Processing Version 1.4.0
|
A workspace structure for interval objects which allows iteration through an object's pixels/voxels.. Typedef: WlzIterateWSpace. More...
Data Fields | |
WlzObject * | obj |
WlzObject * | obj2D |
WlzIntervalWSpace * | iWSp |
WlzGreyWSpace * | gWSp |
WlzRasterDir | dir |
int | grey |
int | itvPos |
int | plnIdx |
int | plnRmn |
WlzIVertex3 | pos |
WlzGreyType | gType |
WlzGreyP | gP |
A workspace structure for interval objects which allows iteration through an object's pixels/voxels.. Typedef: WlzIterateWSpace.
The object being iterated through.
Referenced by WlzIterate().
Object for the current plane.
Referenced by WlzIterateWSpFree().
Interval workspace for the current 2D object.
Referenced by WlzIterateWSpFree().
Grey workspace for the current 2D object.
Referenced by WlzIterateWSpFree().
Scanning direction.
Non-zero if initialised for grey values.
Offset into the current interval.
Offset into planes of a 3D object for the current plane.
Number of planes remaining for the current 2D object when iterating through a 3D object.
Current position.
Referenced by WlzCMeshClosePointDom2D5().
The current grey type. If WLZ_GREY_ERROR then the work space has not been initialised for grey data.
Pointer to current grey value This will be NULL if grey values are not appopriate, ie gType is WLZ_GREY_ERROR.