Woolz Image Processing  Version 1.8.3
_WlzCMesh2D5 Struct Reference

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

Data Fields

int type
 
int linkcount
 
void * freeptr
 
double maxSqEdgLen
 
WlzDBox3 bBox
 
WlzCMeshCellGrid2D5 cGrid
 
struct _WlzCMeshRes res
 

Detailed Description

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

Field Documentation

◆ type

◆ linkcount

int _WlzCMesh2D5::linkcount

Core.

Referenced by WlzCMeshFree2D5().

◆ freeptr

void* _WlzCMesh2D5::freeptr

Core.

◆ maxSqEdgLen

double _WlzCMesh2D5::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 WlzCMeshCopy2D5(), WlzCMeshSetElm2D5(), and WlzCMeshUpdateMaxSqEdgLen2D5().

◆ bBox

WlzDBox3 _WlzCMesh2D5::bBox

Axis aligned bounding box of the mesh.

Referenced by WlzCMeshClosestNod2D5(), WlzCMeshCopy2D5(), WlzCMeshReassignGridCells2D5(), and WlzCMeshUpdateBBox2D5().

◆ cGrid

WlzCMeshCellGrid2D5 _WlzCMesh2D5::cGrid

Cell grid for fast node and element location queries.

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

◆ res


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