Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
Data Fields
MMG5_Edge Struct Reference

Structure to store edges of a MMG mesh. More...

#include <libmmgtypes.h>

Data Fields

MMG5_int a
 
MMG5_int b
 
MMG5_int ref
 
MMG5_int base
 
int16_t tag
 

Detailed Description

Structure to store edges of a MMG mesh.

Definition at line 305 of file libmmgtypes.h.

Field Documentation

◆ a

MMG5_int MMG5_Edge::a

Definition at line 306 of file libmmgtypes.h.

◆ b

MMG5_int MMG5_Edge::b

Extremities of the edge

Definition at line 306 of file libmmgtypes.h.

◆ base

MMG5_int MMG5_Edge::base

2Donly: used to store the tria+ tria edge indices that allow to access to the edge

Definition at line 308 of file libmmgtypes.h.

◆ ref

MMG5_int MMG5_Edge::ref

Reference of the edge

Definition at line 307 of file libmmgtypes.h.

◆ tag

int16_t MMG5_Edge::tag

Binary flags

Definition at line 310 of file libmmgtypes.h.


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