Woolz Image Processing  Version 1.8.3
_WlzCMeshCellGrid3D Struct Reference

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

Detailed Description

A spatial grid or array of square 3D cells that are used for fast node and element location queries. Typedef: WlzCMeshCellGrid3D.

Field Documentation

◆ nCells

WlzIVertex3 _WlzCMeshCellGrid3D::nCells

Referenced by WlzCMeshGetCellStats3D().

◆ cellSz

double _WlzCMeshCellGrid3D::cellSz

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

Referenced by WlzCMeshElmClosestPosIn3D(), WlzCMeshLocateNod3D(), and WlzCMeshReassignGridCells3D().

◆ cells

struct _WlzCMeshCell3D*** _WlzCMeshCellGrid3D::cells

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

Referenced by WlzCMeshGetCellStats3D().

◆ freeCE

WlzCMeshCellElm3D* _WlzCMeshCellGrid3D::freeCE

Array of cells.

◆ allCE

AlcBlockStack* _WlzCMeshCellGrid3D::allCE

List of free cell elements for re/use.

Referenced by WlzCMeshFree3D().


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