mmg3d
|
Structure to store the surface tetrahedra of a MMG mesh. More...
#include <libmmgtypes.h>
Data Fields | |
int | ref [4] |
int | edg [6] |
int16_t | ftag [4] |
int16_t | tag [6] |
char | ori |
Structure to store the surface tetrahedra of a MMG mesh.
Structure to store the surface tetrahedra of a MMG mesh. !
! * ! *
int MMG5_xTetra::edg[6] |
edg[i] contains the reference of the edge of the tetrahedron
int16_t MMG5_xTetra::ftag[4] |
ftag[i] contains the tag associated to the face of the tetrahedron
char MMG5_xTetra::ori |
Orientation of the triangles of the tetrahedron: the $ bit of ori is set to 0 when the
face is bad orientated
int MMG5_xTetra::ref[4] |
ref[i] is the reference of the opposite triangle to the vertex of the tetrahedron;
int16_t MMG5_xTetra::tag[6] |
tag[i] contains the tag associated to the edge of the tetrahedron