Woolz Image Processing
Version 1.8.3
|
Data structure which is used to link lists of 2D5 elements with the grid cells that they intersect. Typedef: WlzCMeshCell2D5. More...
Data Fields | |
struct _WlzCMeshElm2D5 * | elm |
struct _WlzCMeshCell2D5 * | cell |
struct _WlzCMeshCellElm2D5 * | next |
struct _WlzCMeshCellElm2D5 * | nextCell |
Data structure which is used to link lists of 2D5 elements with the grid cells that they intersect. Typedef: WlzCMeshCell2D5.
struct _WlzCMeshElm2D5* _WlzCMeshCellElm2D5::elm |
struct _WlzCMeshCell2D5* _WlzCMeshCellElm2D5::cell |
The element.
struct _WlzCMeshCellElm2D5* _WlzCMeshCellElm2D5::next |
The cell.
struct _WlzCMeshCellElm2D5* _WlzCMeshCellElm2D5::nextCell |
Next element intersecting cell or next cell element in the free list.