Woolz Image Processing Version 1.4.0
|
A spatial grid or array of square 2D cells that are used for fast node and element location queries. Typedef: WlzCMeshCellGrid2D. More...
Data Fields | |
WlzIVertex2 | nCells |
double | cellSz |
struct _WlzCMeshCell2D ** | cells |
WlzCMeshCellElm2D * | freeCE |
AlcBlockStack * | allCE |
A spatial grid or array of square 2D cells that are used for fast node and element location queries. Typedef: WlzCMeshCellGrid2D.
double _WlzCMeshCellGrid2D::cellSz |
Dimensions of the cell grid array in terms of the number of cells.
Referenced by WlzCMeshElmClosestPosIn2D(), WlzCMeshLocateNod2D(), and WlzCMeshReassignGridCells2D().
Each cell is an axis aligned square with this side length.
Referenced by WlzCMeshClosestNod2D(), WlzCMeshElmClosestPosIn2D(), WlzCMeshGetCellStats2D(), WlzCMeshLocateNod2D(), and WlzCMeshVerify2D().
Array of cells.
Referenced by WlzCMeshReassignGridCells2D().
List of free cell elements for re/use.
Referenced by WlzCMeshFree2D(), and WlzCMeshReassignGridCells2D().