|
Woolz Image Processing
Version 1.7.5
|
A single grey value, which for example might represent the preferred display colour of a binary domain. Typedef: WlzGreyProperty. More...
Data Fields | |
| WlzObjectType | type |
| int | linkcount |
| void * | freeptr |
| char * | name |
| struct _WlzPixelV | value |
A single grey value, which for example might represent the preferred display colour of a binary domain. Typedef: WlzGreyProperty.
| WlzObjectType _WlzGreyProperty::type |
Type.
Referenced by WlzMakeGreyProperty().
| int _WlzGreyProperty::linkcount |
linkcount.
| void* _WlzGreyProperty::freeptr |
Free pointer.
Referenced by WlzMakeGreyProperty().
| char* _WlzGreyProperty::name |
An associated name string which conveys the meaning of the value. May be NULL
Referenced by WlzCopyPropertyList(), WlzMakeGreyProperty(), WlzObjectFacts(), and WlzWriteObj().
| struct _WlzPixelV _WlzGreyProperty::value |
The pixel value which both encodes the grey type and it's value.
Referenced by WlzCopyPropertyList(), WlzMakeGreyProperty(), WlzObjectFacts(), and WlzWriteObj().