Woolz Image Processing
Version 1.7.5
|
A single cell of a spatial grid or array of 3D cells. Typedef: WlzCMeshCell3D. More...
Data Fields | |
struct _WlzCMeshNod3D * | nod |
struct _WlzCMeshCellElm3D * | cElm |
A single cell of a spatial grid or array of 3D cells. Typedef: WlzCMeshCell3D.
struct _WlzCMeshNod3D* _WlzCMeshCell3D::nod |
Referenced by WlzCMeshClosestNod3D(), WlzCMeshGetCellStats3D(), WlzCMeshLocateNod3D(), and WlzCMeshNewNod3D().
struct _WlzCMeshCellElm3D* _WlzCMeshCell3D::cElm |
Head of a linked list of nodes which are located within the cell.
Referenced by WlzCMeshElmClosestPosIn3D(), WlzCMeshGetCellStats3D(), and WlzCMeshNewNod3D().