Woolz Image Processing  Version 1.7.5
_WlzCompoundArray Struct Reference

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
 
WlzPropertyListplist
 
WlzObjectassoc
 

Detailed Description

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.

Field Documentation

int _WlzCompoundArray::linkcount

From WlzCoreObject.

Referenced by WlzMakeCompoundArray().

WlzObjectType _WlzCompoundArray::otype

The permitted type if constrained.

Referenced by WlzGreyModGradient(), WlzMakeCompoundArray(), WlzObjectFacts(), WlzSepTrans(), and WlzWriteObj().

WlzPropertyList* _WlzCompoundArray::plist
WlzObject* _WlzCompoundArray::assoc

A list of the object's properties.


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