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