MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
Référence du fichier fct_generateur_echantillonage_estimation.cpp
#include "gestionversion.h"
#include <math.h>
#include "fct_generateur_echantillonage_estimation.h"
#include "mg_gestionnaire.h"
#include "ct_face.h"
#include "ct_point.h"
Graphe des dépendances par inclusion de fct_generateur_echantillonage_estimation.cpp:

Aller au code source de ce fichier.

Macros

#define tabxyz(a, b, c, d)   (*(tabxyz+((((a)*(pas_estimation+1)+(b))*(pas_estimation+1)+(c))*4+(d))))
 
#define tabxyz(a, b, c)   (tabxyz+((((a)*(pas_estimation+1)+(b))*(pas_estimation+1)+(c))*4))
 

Documentation des macros

◆ tabxyz [1/2]

#define tabxyz (   a,
  b,
 
)    (tabxyz+((((a)*(pas_estimation+1)+(b))*(pas_estimation+1)+(c))*4))

◆ tabxyz [2/2]

#define tabxyz (   a,
  b,
  c,
 
)    (*(tabxyz+((((a)*(pas_estimation+1)+(b))*(pas_estimation+1)+(c))*4+(d))))