Woolz Image Processing Version 1.4.0
|
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.
Type.
Referenced by WlzMakeGreyProperty().
linkcount.
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(), and WlzMakeGreyProperty().
The pixel value which both encodes the grey type and it's value.
Referenced by WlzCopyPropertyList(), and WlzMakeGreyProperty().