Woolz Image Processing  Version 1.8.3
_WlzCMeshCellGrid2D Struct Reference

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

Data Fields

WlzIVertex2 nCells
 
double cellSz
 
struct _WlzCMeshCell2D ** cells
 
WlzCMeshCellElm2DfreeCE
 
AlcBlockStackallCE
 

Detailed Description

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

Field Documentation

◆ nCells

WlzIVertex2 _WlzCMeshCellGrid2D::nCells

◆ cellSz

double _WlzCMeshCellGrid2D::cellSz

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

Referenced by WlzCMeshElmClosestPosIn2D(), WlzCMeshLocateNod2D(), and WlzCMeshReassignGridCells2D().

◆ cells

struct _WlzCMeshCell2D** _WlzCMeshCellGrid2D::cells

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

Referenced by WlzCMeshGetCellStats2D(), and WlzCMeshVerify2D().

◆ freeCE

WlzCMeshCellElm2D* _WlzCMeshCellGrid2D::freeCE

Array of cells.

◆ allCE

AlcBlockStack* _WlzCMeshCellGrid2D::allCE

List of free cell elements for re/use.

Referenced by WlzCMeshFree2D().


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