Woolz Image Processing Version 1.4.0
|
Data structure which is used to link lists of 3D elements with the grid cells that they intersect. Typedef: WlzCMeshCell3D. More...
Data Fields | |
struct _WlzCMeshElm3D * | elm |
struct _WlzCMeshCell3D * | cell |
struct _WlzCMeshCellElm3D * | next |
struct _WlzCMeshCellElm3D * | nextCell |
Data structure which is used to link lists of 3D elements with the grid cells that they intersect. Typedef: WlzCMeshCell3D.
Referenced by WlzCMeshElmClosestPosIn3D().
The element.
The cell.
Referenced by WlzCMeshElmClosestPosIn3D(), and WlzCMeshReassignGridCells3D().
Next element intersecting cell or next cell element in the free list.
Referenced by WlzCMeshGetCellStats3D().