Woolz Image Processing Version 1.4.0
|
An interval structured value table. The type encodes both the type of value table and the type of grey value. Typedef: WlzIntervalValues. More...
Data Fields | |
WlzObjectType | type |
int | linkcount |
void * | freeptr |
WlzValues | original_table |
int | line1 |
int | lastln |
int | kol1 |
int | width |
WlzPixelV | bckgrnd |
WlzValueIntervalLine * | vil |
An interval structured value table. The type encodes both the type of value table and the type of grey value. Typedef: WlzIntervalValues.
From WlzCoreValues.
Referenced by WlzMakeIntervalValues(), and WlzShiftValues().
From WlzCoreValues.
Referenced by WlzMakeIntervalValues(), and WlzShiftValues().
From WlzCoreValues.
Referenced by WlzMakeIntervalValues(), and WlzShiftValues().
If non-NULL, the values table which owns the raw values we are using.
Referenced by WlzMakeIntervalValues(), and WlzShiftValues().
First line.
Referenced by WlzInitGreyWSpace(), WlzMakeIntervalValues(), and WlzShiftValues().
Last line.
Referenced by WlzMakeIntervalValues(), and WlzShiftValues().
First column.
Referenced by WlzGreyInterval(), WlzMakeIntervalValues(), and WlzShiftValues().
Width.
Referenced by WlzMakeIntervalValues(), and WlzShiftValues().
Background value for points not in object.
Referenced by WlzGetBackground(), WlzGreyValueMakeWSp(), WlzMakeIntervalValues(), and WlzSetBackground().
Pointers to structures of grey table lines.
Referenced by WlzInitGreyWSpace(), WlzMakeIntervalValues(), and WlzShiftValues().