Woolz Image Processing
Version 1.7.5
|
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.
WlzIVertex3 _WlzCMeshCellGrid3D::nCells |
double _WlzCMeshCellGrid3D::cellSz |
Dimensions of the cell grid array in terms of the number of cells.
Referenced by WlzCMeshElmClosestPosIn3D(), WlzCMeshLocateNod3D(), WlzCMeshNewNod3D(), and WlzCMeshReassignGridCells3D().
struct _WlzCMeshCell3D*** _WlzCMeshCellGrid3D::cells |
Each cell is an axis aligned cube with this side length.
Referenced by WlzCMeshClosestNod3D(), WlzCMeshElmClosestPosIn3D(), WlzCMeshElmMinEdgLnSq3D(), WlzCMeshGetCellStats3D(), WlzCMeshLocateNod3D(), and WlzCMeshNewNod3D().
WlzCMeshCellElm3D* _WlzCMeshCellGrid3D::freeCE |
Array of cells.
Referenced by WlzCMeshNewNod3D(), and WlzCMeshReassignGridCells3D().
AlcBlockStack* _WlzCMeshCellGrid3D::allCE |
List of free cell elements for re/use.
Referenced by WlzCMeshFree3D(), WlzCMeshNewNod3D(), and WlzCMeshReassignGridCells3D().