Woolz Image Processing Version 1.4.0
|
Data structure which is used to link lists of 2D elements with the grid cells that they intersect. Typedef: WlzCMeshCell2D. More...
Data Fields | |
struct _WlzCMeshElm2D * | elm |
struct _WlzCMeshCell2D * | cell |
struct _WlzCMeshCellElm2D * | next |
struct _WlzCMeshCellElm2D * | nextCell |
Data structure which is used to link lists of 2D elements with the grid cells that they intersect. Typedef: WlzCMeshCell2D.
Referenced by WlzCMeshElmClosestPosIn2D().
The element.
The cell.
Referenced by WlzCMeshElmClosestPosIn2D(), and WlzCMeshReassignGridCells2D().
Next element intersecting cell or next cell element in the free list.
Referenced by WlzCMeshGetCellStats2D().