Woolz Image Processing  Version 1.7.5
_WlzMeshElem Struct Reference

Defines an triangular mesh element within a mesh transform. The nodes and neighbours are indexed such that: Neighbour 0 shares nodes 1 and 2, neighbour 1 shares nodes 2 and 0 and neighbour 2 shares nodes 0 and 1. All the nodes are stored in counter clockwise (CCW) order. Typedef: WlzMeshElem. More...

Data Fields

WlzMeshElemType type
 
int idx
 
unsigned int flags
 
int nodes [3]
 
int neighbours [3]
 
double strainU [3]
 
double strainA [3]
 

Detailed Description

Defines an triangular mesh element within a mesh transform. The nodes and neighbours are indexed such that: Neighbour 0 shares nodes 1 and 2, neighbour 1 shares nodes 2 and 0 and neighbour 2 shares nodes 0 and 1. All the nodes are stored in counter clockwise (CCW) order. Typedef: WlzMeshElem.

Field Documentation

WlzMeshElemType _WlzMeshElem::type
double _WlzMeshElem::strainU[3]

Constants of strain energy function.

Referenced by WlzMeshElemReplace1With2(), WlzMeshElemReplace1With3(), and WlzMeshFromObjBox().

double _WlzMeshElem::strainA[3]

Constants of strain energy function.

Referenced by WlzMeshElemReplace1With2(), WlzMeshElemReplace1With3(), and WlzMeshFromObjBox().


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