Woolz Image Processing Version 1.4.0
|
The rectangle values table. The type encodes both the type of value table and the type of grey value. Typedef: WlzRectValues. More...
Data Fields | |
WlzObjectType | type |
int | linkcount |
void * | freeptr |
WlzValues | original_table |
int | line1 |
int | lastln |
int | kol1 |
int | width |
WlzPixelV | bckgrnd |
WlzGreyP | values |
The rectangle values table. The type encodes both the type of value table and the type of grey value. Typedef: WlzRectValues.
From WlzCoreValues.
Referenced by WlzMakeRectValueTb(), and WlzShiftValues().
From WlzCoreValues.
Referenced by WlzMakeRectValueTb().
void* _WlzRectValues::freeptr |
From WlzCoreValues.
Referenced by WlzEffReadObjJpeg(), WlzEffWriteObjBmp2D(), WlzEffWriteObjPnm2D(), WlzFromArray1D(), WlzMakeCuboid(), WlzMakeRectValueTb(), WlzNewValueTb(), and WlzPolarSample().
If non-NULL, the values table which owns the raw values we are using.
Referenced by WlzMakeRectValueTb(), and WlzShiftValues().
First line.
Referenced by WlzGreyInterval(), WlzMakeRectValueTb(), WlzNewValueTb(), and WlzShiftValues().
Last line.
Referenced by WlzMakeRectValueTb(), WlzNewValueTb(), and WlzShiftValues().
First column.
Referenced by WlzGreyInterval(), WlzMakeRectValueTb(), and WlzShiftValues().
Width.
Referenced by WlzGreyInterval(), WlzMakeRectValueTb(), WlzNewValueTb(), and WlzShiftValues().
Background value for points not in object.
Referenced by WlzGetBackground(), WlzGreyValueMakeWSp(), WlzMakeRectValueTb(), WlzSetBackground(), and WlzShiftValues().
Contiguous array of values.
Referenced by WlzEffWriteObjBmp2D(), WlzEffWriteObjPnm2D(), WlzEffWriteObjTxt(), WlzGreyInterval(), WlzMakeRectValueTb(), WlzNewValueTb(), and WlzShiftValues().