Woolz Image Processing  Version 1.8.3
_WlzCoreDomain Struct Reference

The core domain: All Woolz domains have all the fields of the core domain in the same order and before any others, so allowing a domain to be assigned, freed and have it's type established. Typedef: WlzCoreDomain. More...

Data Fields

WlzObjectType type
 
int linkcount
 
void * freeptr
 

Detailed Description

The core domain: All Woolz domains have all the fields of the core domain in the same order and before any others, so allowing a domain to be assigned, freed and have it's type established. Typedef: WlzCoreDomain.

Field Documentation

◆ type

◆ linkcount

int _WlzCoreDomain::linkcount

The link count: A counter for the number of references to the domain, which should only be accessed through WlzUnlink(), WlzAssignDomain() and WlzFreeDomain().

Referenced by WlzAssignDomain(), WlzFreeDomain(), and WlzMakeMain().

◆ freeptr

void* _WlzCoreDomain::freeptr

A stack with pointers that can be freed by AlcFreeStackFree().

Referenced by WlzFreeDomain().


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