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