Woolz Image Processing  Version 1.8.3
_WlzCMesh2D Struct Reference

A graph based mesh model for 2D boundary conforming simplical meshes. The mesh inherits it's core fields from the Woolz core domain. Typedef: WlzCMesh2D. More...

Data Fields

int type
 
int linkcount
 
void * freeptr
 
double maxSqEdgLen
 
WlzDBox2 bBox
 
WlzCMeshCellGrid2D cGrid
 
struct _WlzCMeshRes res
 

Detailed Description

A graph based mesh model for 2D boundary conforming simplical meshes. The mesh inherits it's core fields from the Woolz core domain. Typedef: WlzCMesh2D.

Field Documentation

◆ type

◆ linkcount

int _WlzCMesh2D::linkcount

Core.

Referenced by WlzCMeshFree2D().

◆ freeptr

void* _WlzCMesh2D::freeptr

Core.

◆ maxSqEdgLen

double _WlzCMesh2D::maxSqEdgLen

Maximum of squared edge lengths which can be used to restrict geometric searches. This may not be correct if nodes have been deleted or modified so it should not be relied upon for any more than an upper limit.

Referenced by WlzCMeshCopy2D(), WlzCMeshSetElm2D(), and WlzCMeshUpdateMaxSqEdgLen2D().

◆ bBox

WlzDBox2 _WlzCMesh2D::bBox

Axis aligned bounding box of the mesh.

Referenced by WlzCMeshCopy2D(), WlzCMeshFromBalLBTDom2D(), WlzCMeshReassignGridCells2D(), and WlzCMeshUpdateBBox2D().

◆ cGrid

WlzCMeshCellGrid2D _WlzCMesh2D::cGrid

◆ res


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