Woolz Image Processing  Version 1.7.5
_WlzIterateWSpace Struct Reference

A workspace structure for interval objects which allows iteration through an object's pixels/voxels. Typedef: WlzIterateWSpace. More...

Data Fields

WlzObjectobj
 
WlzObjectobj2D
 
WlzIntervalWSpaceiWSp
 
WlzGreyWSpacegWSp
 
WlzRasterDir dir
 
int grey
 
int itvPos
 
int plnIdx
 
int plnRmn
 
WlzIVertex3 pos
 
WlzGreyType gType
 
WlzGreyP gP
 

Detailed Description

A workspace structure for interval objects which allows iteration through an object's pixels/voxels. Typedef: WlzIterateWSpace.

Field Documentation

WlzObject* _WlzIterateWSpace::obj

The object being iterated through.

Referenced by WlzIterate().

WlzObject* _WlzIterateWSpace::obj2D

Object for the current plane.

Referenced by WlzIterate(), and WlzIterateWSpFree().

WlzIntervalWSpace* _WlzIterateWSpace::iWSp

Interval workspace for the current 2D object.

Referenced by WlzIterate(), and WlzIterateWSpFree().

WlzGreyWSpace* _WlzIterateWSpace::gWSp

Grey workspace for the current 2D object.

Referenced by WlzIterate(), and WlzIterateWSpFree().

WlzRasterDir _WlzIterateWSpace::dir

Scanning direction.

Referenced by WlzIterate().

int _WlzIterateWSpace::grey

Non-zero if initialised for grey values.

Referenced by WlzIterate().

int _WlzIterateWSpace::itvPos

Offset into the current interval.

Referenced by WlzIterate().

int _WlzIterateWSpace::plnIdx

Offset into planes of a 3D object for the current plane.

Referenced by WlzIterate().

int _WlzIterateWSpace::plnRmn

Number of planes remaining for the current 2D object when iterating through a 3D object.

Referenced by WlzIterate().

WlzIVertex3 _WlzIterateWSpace::pos

Current position.

Referenced by WlzCMeshClosePointDom2D5(), and WlzIterate().

WlzGreyType _WlzIterateWSpace::gType

The current grey type. If WLZ_GREY_ERROR then the work space has not been initialised for grey data.

Referenced by WlzIterate().

WlzGreyP _WlzIterateWSpace::gP

Pointer to current grey value This will be NULL if grey values are not appopriate, ie gType is WLZ_GREY_ERROR.

Referenced by WlzGreySetIncValues(), and WlzIterate().


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