Woolz Image Processing Version 1.4.0
|
The ragged rectangle values table. The type encodes both the type of value table and the type of grey value. Typedef: WlzRagRValues. More...
Data Fields | |
WlzObjectType | type |
int | linkcount |
void * | freeptr |
WlzValues | original_table |
int | line1 |
int | lastln |
int | kol1 |
int | width |
WlzPixelV | bckgrnd |
WlzValueLine * | vtblines |
The ragged rectangle values table. The type encodes both the type of value table and the type of grey value. Typedef: WlzRagRValues.
From WlzCoreValues.
Referenced by WlzCMeshTransformObj(), WlzInitGreyWSpace(), WlzMakeValueTb(), WlzShiftValues(), and WlzTransposeObj().
From WlzCoreValues.
Referenced by WlzFreeValues(), and WlzMakeValueTb().
void* _WlzRagRValues::freeptr |
From WlzCoreValues.
Referenced by WlzFreeValues(), WlzMakeValueTb(), and WlzNewValueTb().
If non-NULL, the values table which owns the raw values we are using.
Referenced by WlzFreeValues(), WlzMakeValueTb(), and WlzShiftValues().
First line.
Referenced by WlzInitGreyWSpace(), WlzMakeValueLine(), WlzMakeValueTb(), and WlzShiftValues().
Last line.
Referenced by WlzMakeValueTb(), and WlzShiftValues().
First column.
Referenced by WlzGreyInterval(), WlzMakeValueLine(), WlzMakeValueTb(), and WlzShiftValues().
Width.
Referenced by WlzMakeValueTb(), WlzNewValueTb(), and WlzShiftValues().
Background value for pixels not in object.
Referenced by WlzGetBackground(), WlzGreyValueMakeWSp(), WlzMakeValueTb(), WlzSetBackground(), and WlzShiftValues().
Array of value table line structures.
Referenced by WlzInitGreyWSpace(), WlzMakeValueLine(), WlzMakeValueTb(), and WlzShiftValues().