mmg3d
MMG5_Point Struct Reference

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
 
char tagdel
 

Detailed Description

Structure to store points of a MMG mesh.

Structure to store points of a MMG mesh. ! *.

Todo:
What to do with n[3], try to remove s.

! * ! *

Todo:
What to do with n[3], try to remove s. !

Field Documentation

◆ c

double MMG5_Point::c[3]

Coordinates of point

◆ flag

int MMG5_Point::flag

Flag to know if we have already treated the point

◆ n

double MMG5_Point::n[3]

Normal or Tangent for mmgs and Tangent (if needed) for mmg3d

◆ ref

int MMG5_Point::ref

Reference of point

◆ s

int MMG5_Point::s

◆ tag

int16_t MMG5_Point::tag

Contains binary flags : if $tag=23=16+4+2+1$, then the point is MG_REF, MG_GEO, MG_REQ and MG_BDY

◆ tagdel

char MMG5_Point::tagdel

Tag for delaunay

◆ tmp

int MMG5_Point::tmp

Index of point in the saved mesh (we don't count the unused points)

◆ xp

int MMG5_Point::xp

Surface point number


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