Woolz Image Processing Version 1.4.0
|
A complete list of a set of boundaries which is encoded in tree form. More...
Data Fields | |
WlzObjectType | type |
int | linkcount |
void * | freeptr |
struct _WlzBoundList * | up |
struct _WlzBoundList * | next |
struct _WlzBoundList * | down |
int | wrap |
WlzPolygonDomain * | poly |
A complete list of a set of boundaries which is encoded in tree form.
From WlzCoreDomain.
Referenced by WlzBasisFnTransformBoundList(), WlzBoundDecimate(), WlzBoundSmooth(), WlzBoundTo8Bound(), WlzBoundToObj(), WlzConvertBoundType(), WlzCopyDomain(), WlzMakeBoundList(), and WlzShiftDomain().
From WlzCoreDomain.
Referenced by WlzAssignBoundList(), WlzFreeBoundList(), and WlzMakeBoundList().
void* _WlzBoundList::freeptr |
From WlzCoreDomain.
Referenced by WlzMakeBoundList().
struct _WlzBoundList* _WlzBoundList::up |
The containing hole or piece, NULL if the universal hole (very top).
Referenced by WlzMakeBoundList().
struct _WlzBoundList* _WlzBoundList::next |
Next hole or piece at same level and lying within same piece or hole, NULL if no more at this level.
Referenced by WlzBasisFnTransformBoundList(), WlzBoundDecimate(), WlzBoundSmooth(), WlzBoundTo8Bound(), WlzBoundToObj(), WlzBoundVtxCount(), WlzConvertBoundType(), WlzCopyDomain(), WlzDomainFill(), WlzFreeBoundList(), WlzMakeBoundList(), and WlzShiftDomain().
struct _WlzBoundList* _WlzBoundList::down |
First enclosed structure, NULL if none.
Referenced by WlzBasisFnTransformBoundList(), WlzBoundDecimate(), WlzBoundSmooth(), WlzBoundTo8Bound(), WlzBoundToObj(), WlzBoundVtxCount(), WlzConvertBoundType(), WlzCopyDomain(), WlzDomainFill(), WlzFreeBoundList(), WlzMakeBoundList(), WlzObjToBoundary(), and WlzShiftDomain().
Wrap number: The number of points of boundary included both at start and end of polygon representation.
Referenced by WlzBasisFnTransformBoundList(), WlzBoundDecimate(), WlzBoundSmooth(), WlzBoundTo8Bound(), WlzConvertBoundType(), WlzCopyDomain(), WlzMakeBoundList(), and WlzShiftDomain().
The polygon representation of this boundary.
Referenced by WlzBasisFnTransformBoundList(), WlzBoundDecimate(), WlzBoundSmooth(), WlzBoundTo8Bound(), WlzBoundToObj(), WlzBoundVtxCount(), WlzConvertBoundType(), WlzCopyDomain(), WlzFreeBoundList(), WlzMakeBoundList(), WlzObjToBoundary(), and WlzShiftDomain().