Woolz Image Processing  Version 1.8.3
_WlzCMeshCellGrid2D5 Struct Reference

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
 
WlzCMeshCellElm2D5freeCE
 
AlcBlockStackallCE
 

Detailed Description

A spatial grid or array of cubiod 3D cells that are used for fast 2D5 node and element location queries. Typedef: WlzCMeshCellGrid2D5.

Field Documentation

◆ nCells

WlzIVertex3 _WlzCMeshCellGrid2D5::nCells

Referenced by WlzCMeshClosestNod2D5().

◆ cellSz

double _WlzCMeshCellGrid2D5::cellSz

Dimensions of the cell grid array in terms of the number of cells.

Referenced by WlzCMeshClosestNod2D5(), WlzCMeshLocateNod2D5(), and WlzCMeshReassignGridCells2D5().

◆ cells

struct _WlzCMeshCell2D5*** _WlzCMeshCellGrid2D5::cells

Each cell is an axis aligned cube with this side length.

◆ freeCE

WlzCMeshCellElm2D5* _WlzCMeshCellGrid2D5::freeCE

Array of cells.

◆ allCE

AlcBlockStack* _WlzCMeshCellGrid2D5::allCE

List of free cell elements for re/use.

Referenced by WlzCMeshFree2D5().


The documentation for this struct was generated from the following file: