Woolz Image Processing Version 1.4.0
|
A compound object implemented as either an array or a linked list of other objects. There is a distinction between an compound of the same type (e.g. resulting from a labelling) and a compound of different types (e.g. resulting from a range of image processes from a single original object). Typedef: WlzCompoundArray. More...
Data Fields | |
WlzObjectType | type |
int | linkcount |
WlzObjectType | otype |
int | n |
WlzObject ** | o |
WlzPropertyList * | plist |
WlzObject * | assoc |
A compound object implemented as either an array or a linked list of other objects. There is a distinction between an compound of the same type (e.g. resulting from a labelling) and a compound of different types (e.g. resulting from a range of image processes from a single original object). Typedef: WlzCompoundArray.
From WlzCoreObject.
Referenced by main(), WlzBoundingBox3D(), WlzCMeshTransformManyObjAsIdx(), WlzCompoundArrayToScalar(), WlzGreyModGradient(), WlzIndexObjFromCompound(), WlzMakeCompoundArray(), WlzRGBAModGradient(), and WlzSepTrans().
From WlzCoreObject.
Referenced by WlzMakeCompoundArray().
The permitted type if constrained.
Referenced by WlzGreyModGradient(), WlzMakeCompoundArray(), and WlzSepTrans().
The number of objects
Referenced by main(), Wlz3DSectionOcc(), WlzCMeshTransformManyObjAsIdx(), WlzCompoundArrayToScalar(), WlzCompoundToRGBA(), WlzDomainOccupancy(), WlzFourierTransformObj(), WlzFreeObj(), WlzGreyModGradient(), WlzIndexObjFromCompound(), WlzMakeCompoundArray(), WlzRGBAMultiThreshold(), WlzSepTrans(), and WlzShadeCorrectBFDF().
The list of Woolz object pointers.
Referenced by main(), Wlz3DSectionOcc(), WlzCompoundArrayToScalar(), WlzCompoundToRGBA(), WlzDomainOccupancy(), WlzEffReadObjAnl(), WlzEffReadObjTiff(), WlzFourierTransformObj(), WlzFreeObj(), WlzGauss2(), WlzGreyModGradient(), WlzIndexObjFromCompound(), WlzIndexObjToCompound(), WlzMakeCompoundArray(), WlzRGBAGreyScale(), WlzRGBAGreyStats(), WlzRGBAImageArithmetic(), WlzRGBAModGradient(), WlzRGBAMultiThreshold(), WlzRGBAScalarBinaryOp(), WlzRGBAToCompound(), WlzSepTrans(), and WlzShadeCorrectBFDF().
Referenced by WlzWriteObj().
A list of the object's properties.