|
Woolz Image Processing
Version 1.7.5
|
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 |
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.
| WlzObjectType _WlzSimpleProperty::type |
Type
Referenced by WlzCopyIndexedValues(), and WlzMakeSimpleProperty().
| int _WlzSimpleProperty::linkcount |
linkcount
Referenced by WlzFreeSimpleProperty(), and WlzMakeSimpleProperty().
| void* _WlzSimpleProperty::freeptr |
free pointer
Referenced by WlzFreeSimpleProperty(), and WlzMakeSimpleProperty().
| unsigned long _WlzSimpleProperty::size |
Data size of the property
Referenced by WlzCopyIndexedValues(), WlzMakeSimpleProperty(), WlzObjectFacts(), and WlzWriteObj().
| void* _WlzSimpleProperty::prop |
Pointer to the property
Referenced by WlzCopyIndexedValues(), WlzMakeSimpleProperty(), WlzReadObj(), and WlzWriteObj().