Woolz Image Processing Version 1.4.0
|
A spatial grid or array of square 3D cells that are used for fast node and element location queries. Typedef: WlzCMeshCellGrid3D. More...
Data Fields | |
WlzIVertex3 | nCells |
double | cellSz |
struct _WlzCMeshCell3D *** | cells |
WlzCMeshCellElm3D * | freeCE |
AlcBlockStack * | allCE |
A spatial grid or array of square 3D cells that are used for fast node and element location queries. Typedef: WlzCMeshCellGrid3D.
double _WlzCMeshCellGrid3D::cellSz |
Dimensions of the cell grid array in terms of the number of cells.
Referenced by WlzCMeshElmClosestPosIn3D(), WlzCMeshLocateNod3D(), and WlzCMeshReassignGridCells3D().
struct _WlzCMeshCell3D*** _WlzCMeshCellGrid3D::cells |
Each cell is an axis aligned cube with this side length.
Referenced by WlzCMeshClosestNod3D(), WlzCMeshElmClosestPosIn3D(), WlzCMeshGetCellStats3D(), and WlzCMeshLocateNod3D().
Array of cells.
Referenced by WlzCMeshReassignGridCells3D().
List of free cell elements for re/use.
Referenced by WlzCMeshFree3D(), and WlzCMeshReassignGridCells3D().