|
Woolz Image Processing
Version 1.8.3
|
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 |
| struct _WlzCMeshCell3D* _WlzCMeshCellElm3D::cell |
The element.
| struct _WlzCMeshCellElm3D* _WlzCMeshCellElm3D::next |
The cell.
| struct _WlzCMeshCellElm3D* _WlzCMeshCellElm3D::nextCell |
Next element intersecting cell or next cell element in the free list.
Referenced by WlzCMeshGetCellStats3D().