PavIn
Pavage et Interpolation barycentrique
Paving_config.hpp
Aller à la documentation de ce fichier.
1 
9 #ifndef PAVING_CONFIG_H
10 #define PAVING_CONFIG_H
11 
12 
14 const int DIMENSION = 2;
15 
17 const int DIMTEST = 10;
18 
20 typedef double TYPECOORD;
21 
23 typedef double TYPEVAL;
24 
26 const int WINDIM_X = 1250;
27 
29 const int WINDIM_Y = 900;
30 
31 
32 #endif
const int DIMTEST
Dimension de la matrice paramétrable pour les tests de calcul de déterminant.
Definition: Paving_config.hpp:17
const int WINDIM_X
Longueur des fenêtres d'affichage.
Definition: Paving_config.hpp:26
const int WINDIM_Y
Hauteur des fenêtres d'affichage.
Definition: Paving_config.hpp:29
double TYPECOORD
Type des coordonnées des échantillons.
Definition: Paving_config.hpp:20
const int DIMENSION
Dimension courante du programme.
Definition: Paving_config.hpp:14
double TYPEVAL
Type des valeurs des échantillons.
Definition: Paving_config.hpp:23