Woolz Image Processing
Version 1.7.5
|
A single cell of a spatial grid or array of 2D cells. Typedef: WlzCMeshCell2D. More...
Data Fields | |
struct _WlzCMeshNod2D * | nod |
struct _WlzCMeshCellElm2D * | cElm |
A single cell of a spatial grid or array of 2D cells. Typedef: WlzCMeshCell2D.
struct _WlzCMeshNod2D* _WlzCMeshCell2D::nod |
Referenced by WlzCMeshClosestNod2D(), WlzCMeshGetCellStats2D(), WlzCMeshLocateNod2D(), WlzCMeshNewNod3D(), and WlzCMeshVerify2D().
struct _WlzCMeshCellElm2D* _WlzCMeshCell2D::cElm |
Head of a linked list of nodes which are located within the cell.
Referenced by WlzCMeshElmClosestPosIn2D(), WlzCMeshElmClosestPosIn3D(), WlzCMeshGetCellStats2D(), and WlzCMeshNewNod3D().