Woolz Image Processing
Version 1.8.3
|
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.
WlzIVertex2 _WlzCMeshCellGrid2D::nCells |
Referenced by WlzCMeshGetCellStats2D(), and WlzCMeshVerify2D().
double _WlzCMeshCellGrid2D::cellSz |
Dimensions of the cell grid array in terms of the number of cells.
Referenced by WlzCMeshElmClosestPosIn2D(), WlzCMeshLocateNod2D(), and WlzCMeshReassignGridCells2D().
struct _WlzCMeshCell2D** _WlzCMeshCellGrid2D::cells |
Each cell is an axis aligned square with this side length.
Referenced by WlzCMeshGetCellStats2D(), and WlzCMeshVerify2D().
WlzCMeshCellElm2D* _WlzCMeshCellGrid2D::freeCE |
Array of cells.
AlcBlockStack* _WlzCMeshCellGrid2D::allCE |
List of free cell elements for re/use.
Referenced by WlzCMeshFree2D().