Woolz Image Processing
Version 1.7.5
|
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 |
double _WlzCMeshCellGrid2D5::cellSz |
Dimensions of the cell grid array in terms of the number of cells.
Referenced by WlzCMeshClosestNod2D5(), WlzCMeshElmClosestPosIn3D(), WlzCMeshLocateNod2D5(), WlzCMeshNewNod3D(), WlzCMeshReassignGridCells2D5(), and WlzCMeshReassignGridCells3D().
struct _WlzCMeshCell2D5*** _WlzCMeshCellGrid2D5::cells |
Each cell is an axis aligned cube with this side length.
Referenced by WlzCMeshClosestNod2D5(), WlzCMeshElmClosestPosIn3D(), WlzCMeshElmMinEdgLnSq3D(), WlzCMeshLocateNod2D5(), and WlzCMeshNewNod3D().
WlzCMeshCellElm2D5* _WlzCMeshCellGrid2D5::freeCE |
Array of cells.
Referenced by WlzCMeshNewNod3D(), and WlzCMeshReassignGridCells2D5().
AlcBlockStack* _WlzCMeshCellGrid2D5::allCE |
List of free cell elements for re/use.
Referenced by WlzCMeshFree2D5(), WlzCMeshNewNod3D(), and WlzCMeshReassignGridCells2D5().