Woolz Image Processing  Version 1.8.3
_WlzGreyProperty Struct Reference

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
 

Detailed Description

A single grey value, which for example might represent the preferred display colour of a binary domain. Typedef: WlzGreyProperty.

Field Documentation

◆ type

WlzObjectType _WlzGreyProperty::type

Type.

Referenced by WlzMakeGreyProperty().

◆ linkcount

int _WlzGreyProperty::linkcount

linkcount.

◆ freeptr

void* _WlzGreyProperty::freeptr

Free pointer.

Referenced by WlzMakeGreyProperty().

◆ name

char* _WlzGreyProperty::name

An associated name string which conveys the meaning of the value. May be NULL

Referenced by WlzMakeGreyProperty().

◆ value

struct _WlzPixelV _WlzGreyProperty::value

The pixel value which both encodes the grey type and it's value.

Referenced by WlzMakeGreyProperty().


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