Woolz Image Processing
Version 1.7.5
|
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.
WlzObjectType _WlzRagRValues::type |
From WlzCoreValues.
Referenced by WlzAffineTransformGMShell(), WlzClassValCon4(), WlzCMeshToDomObjValues(), WlzCMeshTransformObj(), WlzInitGreyWSpace(), WlzIntRescaleObj(), WlzMakeValueTb(), WlzNewObjectValueTable(), WlzScalarMulAdd(), WlzShadeCorrectBFDF(), and WlzShiftValues().
int _WlzRagRValues::linkcount |
From WlzCoreValues.
Referenced by WlzFreeValues(), and WlzMakeValueTb().
void* _WlzRagRValues::freeptr |
From WlzCoreValues.
Referenced by WlzFreeValues(), WlzMakeValueTb(), WlzNewValueTb(), and WlzReadObj().
WlzValues _WlzRagRValues::original_table |
If non-NULL, the values table which owns the raw values we are using.
Referenced by WlzFreeValues(), WlzMakeValueTb(), WlzNewObjectValueTable(), and WlzShiftValues().
int _WlzRagRValues::line1 |
First line.
Referenced by WlzGreyValueGetDir(), WlzInitGreyWSpace(), WlzMakeValueLine(), WlzMakeValueTb(), WlzNewObjectValueTable(), WlzObjectFacts(), and WlzShiftValues().
int _WlzRagRValues::lastln |
Last line.
Referenced by WlzMakeValueTb(), WlzNewObjectValueTable(), WlzObjectFacts(), and WlzShiftValues().
int _WlzRagRValues::kol1 |
First column.
Referenced by WlzGreyInterval(), WlzGreyValueGetDir(), WlzMakeValueLine(), WlzMakeValueTb(), WlzNewObjectValueTable(), WlzObjectFacts(), and WlzShiftValues().
int _WlzRagRValues::width |
Width.
Referenced by WlzMakeValueTb(), WlzNewValueTb(), WlzObjectFacts(), WlzReadObj(), and WlzShiftValues().
WlzPixelV _WlzRagRValues::bckgrnd |
Background value for pixels not in object.
Referenced by WlzGetBackground(), WlzGreyValueMakeWSp(), WlzMakeValueTb(), WlzObjectFacts(), WlzSetBackground(), and WlzShiftValues().
WlzValueLine* _WlzRagRValues::vtblines |
Array of value table line structures.
Referenced by WlzGreyValueGetDir(), WlzInitGreyWSpace(), WlzMakeValueLine(), WlzMakeValueTb(), and WlzShiftValues().