Woolz Image Processing Version 1.4.0
_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

Constants of strain energy function.

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

Constants of strain energy function.

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


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