Woolz Image Processing
Version 1.8.3
|
A spatial grid or array of cubiod 3D cells that are used for fast 2D5 node and element location queries. Typedef: WlzCMeshCellGrid2D5. More...
Data Fields | |
WlzIVertex3 | nCells |
double | cellSz |
struct _WlzCMeshCell2D5 *** | cells |
WlzCMeshCellElm2D5 * | freeCE |
AlcBlockStack * | allCE |
A spatial grid or array of cubiod 3D cells that are used for fast 2D5 node and element location queries. Typedef: WlzCMeshCellGrid2D5.
WlzIVertex3 _WlzCMeshCellGrid2D5::nCells |
Referenced by WlzCMeshClosestNod2D5().
double _WlzCMeshCellGrid2D5::cellSz |
Dimensions of the cell grid array in terms of the number of cells.
Referenced by WlzCMeshClosestNod2D5(), WlzCMeshLocateNod2D5(), and WlzCMeshReassignGridCells2D5().
struct _WlzCMeshCell2D5*** _WlzCMeshCellGrid2D5::cells |
Each cell is an axis aligned cube with this side length.
WlzCMeshCellElm2D5* _WlzCMeshCellGrid2D5::freeCE |
Array of cells.
AlcBlockStack* _WlzCMeshCellGrid2D5::allCE |
List of free cell elements for re/use.
Referenced by WlzCMeshFree2D5().