Woolz Image Processing
Version 1.7.5
|
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.
WlzObjectType _WlzIntervalValues::type |
From WlzCoreValues.
Referenced by WlzMakeIntervalValues(), WlzNewObjectValueTable(), and WlzShiftValues().
int _WlzIntervalValues::linkcount |
From WlzCoreValues.
Referenced by WlzMakeIntervalValues(), and WlzShiftValues().
void* _WlzIntervalValues::freeptr |
From WlzCoreValues.
Referenced by WlzMakeIntervalValues(), and WlzShiftValues().
WlzValues _WlzIntervalValues::original_table |
If non-NULL, the values table which owns the raw values we are using.
Referenced by WlzMakeIntervalValues(), WlzNewObjectValueTable(), and WlzShiftValues().
int _WlzIntervalValues::line1 |
First line.
Referenced by WlzGreyValueGetDir(), WlzInitGreyWSpace(), WlzMakeIntervalValues(), WlzNewObjectValueTable(), WlzObjectFacts(), and WlzShiftValues().
int _WlzIntervalValues::lastln |
Last line.
Referenced by WlzMakeIntervalValues(), WlzNewObjectValueTable(), WlzObjectFacts(), and WlzShiftValues().
int _WlzIntervalValues::kol1 |
First column.
Referenced by WlzGreyInterval(), WlzGreyValueGetDir(), WlzMakeIntervalValues(), WlzNewObjectValueTable(), WlzObjectFacts(), and WlzShiftValues().
int _WlzIntervalValues::width |
Width.
Referenced by WlzMakeIntervalValues(), WlzNewObjectValueTable(), WlzObjectFacts(), and WlzShiftValues().
WlzPixelV _WlzIntervalValues::bckgrnd |
Background value for points not in object.
Referenced by WlzGetBackground(), WlzGreyValueMakeWSp(), WlzMakeIntervalValues(), WlzNewObjectValueTable(), WlzObjectFacts(), and WlzSetBackground().
WlzValueIntervalLine* _WlzIntervalValues::vil |
Pointers to structures of grey table lines.
Referenced by WlzGreyValueGetDir(), WlzInitGreyWSpace(), WlzMakeIntervalValues(), WlzNewObjectValueTable(), and WlzShiftValues().