Woolz Image Processing
Version 1.8.3
|
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.
WlzObjectType _WlzRectValues::type |
From WlzCoreValues.
Referenced by WlzMakeRectValueTb(), and WlzShiftValues().
int _WlzRectValues::linkcount |
From WlzCoreValues.
Referenced by WlzMakeRectValueTb().
void* _WlzRectValues::freeptr |
From WlzCoreValues.
Referenced by WlzEffReadObjJpeg(), WlzEffWriteObjBmp2D(), WlzEffWriteObjPnm2D(), WlzFromArray1D(), WlzMakeCuboid(), WlzMakeRectValueTb(), and WlzNewValueTb().
WlzValues _WlzRectValues::original_table |
If non-NULL, the values table which owns the raw values we are using.
Referenced by WlzMakeRectValueTb(), and WlzShiftValues().
int _WlzRectValues::line1 |
First line.
Referenced by WlzGreyInterval(), WlzMakeRectValueTb(), WlzNewValueTb(), and WlzShiftValues().
int _WlzRectValues::lastln |
Last line.
Referenced by WlzMakeRectValueTb(), WlzNewValueTb(), and WlzShiftValues().
int _WlzRectValues::kol1 |
First column.
Referenced by WlzGreyInterval(), WlzMakeRectValueTb(), and WlzShiftValues().
int _WlzRectValues::width |
Width.
Referenced by WlzGreyInterval(), WlzMakeRectValueTb(), WlzNewValueTb(), and WlzShiftValues().
WlzPixelV _WlzRectValues::bckgrnd |
Background value for points not in object.
Referenced by WlzGetBackground(), WlzGreyValueMakeWSp(), WlzMakeRectValueTb(), WlzSetBackground(), and WlzShiftValues().
WlzGreyP _WlzRectValues::values |
Contiguous array of values.
Referenced by WlzEffWriteObjBmp2D(), WlzEffWriteObjPnm2D(), WlzEffWriteObjTxt(), WlzGreyInterval(), WlzMakeRectValueTb(), WlzNewValueTb(), and WlzShiftValues().