mmgs
|
Structure to store points of a MMG mesh. More...
#include <libmmgtypes.h>
Data Fields | |
double | c [3] |
double | n [3] |
int | ref |
int | xp |
int | tmp |
int | flag |
int | s |
int16_t | tag |
int8_t | tagdel |
Structure to store points of a MMG mesh.
double MMG5_Point::c[3] |
Coordinates of point
int MMG5_Point::flag |
Flag to know if we have already treated the point
double MMG5_Point::n[3] |
Normal or Tangent for mmgs and Tangent (if needed) for mmg3d
int MMG5_Point::ref |
Reference of point
int MMG5_Point::s |
int16_t MMG5_Point::tag |
Contains binary flags : if , then the point is MG_REF, MG_GEO, MG_REQ and MG_BDY
int8_t MMG5_Point::tagdel |
Tag for delaunay
int MMG5_Point::tmp |
Index of point in the saved mesh (we don't count the unused points)
int MMG5_Point::xp |
Surface point number