Woolz Image Processing
Version 1.7.5
|
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 |
Referenced by WlzCMeshElmClosestPosIn3D(), and WlzCMeshNewNod3D().
struct _WlzCMeshCell2D5* _WlzCMeshCellElm2D5::cell |
The element.
Referenced by WlzCMeshNewNod3D().
struct _WlzCMeshCellElm2D5* _WlzCMeshCellElm2D5::next |
The cell.
Referenced by WlzCMeshElmClosestPosIn3D(), WlzCMeshNewNod3D(), and WlzCMeshReassignGridCells2D5().
struct _WlzCMeshCellElm2D5* _WlzCMeshCellElm2D5::nextCell |
Next element intersecting cell or next cell element in the free list.
Referenced by WlzCMeshNewNod3D().