Woolz Image Processing Version 1.4.0
|
Workspace for random access grey value manipulations. Typedef: WlzGreyValueWSpace. More...
Data Fields | |
WlzObjectType | objType |
WlzDomain | domain |
WlzValues | values |
WlzObjectType | gTabType |
WlzObjectType * | gTabTypes3D |
WlzAffineTransform * | invTrans |
WlzIntervalDomain * | iDom2D |
WlzValues | values2D |
int | plane |
WlzGreyType | gType |
WlzObjectType | gTabType2D |
WlzGreyV | gBkd |
WlzGreyP | gPtr [8] |
WlzGreyV | gVal [8] |
unsigned | bkdFlag |
Workspace for random access grey value manipulations. Typedef: WlzGreyValueWSpace.
Type of object, either WLZ_2D_DOMAINOBJ or WLZ_3D_DOMAINOBJ.
Referenced by WlzGreyValueGet(), WlzGreyValueGetCon(), and WlzGreyValueMakeWSp().
The object's domain.
Referenced by WlzGreyValueGetDir(), and WlzGreyValueMakeWSp().
The object's values.
Referenced by WlzGreyValueGetDir(), and WlzGreyValueMakeWSp().
The grey table type.
Referenced by WlzGreyValueGet(), WlzGreyValueGetCon(), WlzGreyValueGetDir(), and WlzGreyValueMakeWSp().
Cache for efficiency with 2D value types. Not used for tiled values.
Referenced by WlzGreyValueFreeWSp(), WlzGreyValueGetDir(), and WlzGreyValueMakeWSp().
If the object is a WLZ_TRANS_OBJ then used to cache the inverse transform.
Referenced by WlzGreyValueFreeWSp(), WlzGreyValueGet(), WlzGreyValueGetCon(), and WlzGreyValueMakeWSp().
Current/last plane or 2D object domain.
Referenced by WlzGreyValueGetDir(), and WlzGreyValueMakeWSp().
Current/last plane or 2D object values. Not used for tiled values.
Referenced by WlzGreyValueGetDir(), and WlzGreyValueMakeWSp().
Current/last plane position.
Referenced by WlzGreyValueGetDir(), and WlzGreyValueMakeWSp().
Grey type.
Referenced by WlzCCorS2D(), WlzGreyValueGetD(), WlzGreyValueGetDir(), WlzGreyValueGetGreyType(), WlzGreyValueGetI(), WlzGreyValueMakeWSp(), and WlzTransposeObj().
Current/last plane or 2D grey table. Not used for tiled values.
Referenced by WlzGreyValueGetDir(), and WlzGreyValueMakeWSp().
Background grey value, always of gType.
Referenced by WlzGreyValueGetDir(), and WlzGreyValueMakeWSp().
One, four or eight grey pointers.
Referenced by WlzCMeshIntersectDom2D5(), WlzGreyValueGetDir(), and WlzLBTClassifyNodeFace3D().
One, four or eight grey values.
Referenced by Wlz3DViewTransformObj(), WlzCCorS2D(), WlzGetProjectionFromObject(), WlzGreyValueGetD(), WlzGreyValueGetDir(), WlzGreyValueGetI(), WlzLBTClassifyNode2D(), WlzLBTCountNodNbrDir2D(), WlzPolarSample(), and WlzTransposeObj().
unsigned _WlzGreyValueWSpace::bkdFlag |
Flag set if background used with a bitmask to indicate which values are background. Value is 0 if there are no background values.
Referenced by WlzLBTClassifyNodeFace3D().