Woolz Image Processing  Version 1.8.3
_WlzSimpleProperty Struct Reference

A simple property to hold arbitrary length string data. Read and writing then coercing to a structure with numerical values will not be portable. Typedef: WlzSimpleProperty. More...

Data Fields

WlzObjectType type
 
int linkcount
 
void * freeptr
 
unsigned long size
 
void * prop
 

Detailed Description

A simple property to hold arbitrary length string data. Read and writing then coercing to a structure with numerical values will not be portable. Typedef: WlzSimpleProperty.

Field Documentation

◆ type

WlzObjectType _WlzSimpleProperty::type

Type

Referenced by WlzMakeSimpleProperty().

◆ linkcount

int _WlzSimpleProperty::linkcount

linkcount

Referenced by WlzFreeSimpleProperty(), and WlzMakeSimpleProperty().

◆ freeptr

void* _WlzSimpleProperty::freeptr

free pointer

Referenced by WlzFreeSimpleProperty(), and WlzMakeSimpleProperty().

◆ size

unsigned long _WlzSimpleProperty::size

Data size of the property

Referenced by WlzMakeSimpleProperty().

◆ prop

void* _WlzSimpleProperty::prop

Pointer to the property

Referenced by WlzMakeSimpleProperty().


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