![]() |
Moka controlers
|
#include <cmath>#include <cstring>#include "controler-gmap.hh"#include "view-precompile.hh"#include "g-map-vertex.hh"Go to the source code of this file.
Macros | |
| #define | RINT(V) ((double) ((int) (V))) |
| #define | WEIGHTING(k, v1, v2) ( (1-(k)) * (v1) + (k) * (v2) ) |
Typedefs | |
| typedef char | coulXfig [8] |
Variables | |
| bool | drawArrows |
| bool | drawFaces |
| bool | drawSews |
| bool | drawGrid |
| bool | drawVertices |
| int | MAX_PROF =999 |
| int | COUL_DART =0 |
| int | COUL_SEW [4] ={1,2,3,4} |
| int | COUL_DART_NO_SEW0 =5 |
| int | COUL_SEL [NB_SELECTION_LEVELS] = { 6 , 7 , 8 } |
| int | COUL_LAST [NB_SELECTION_LEVELS] = { 9 , 10 , 11 } |
| int | COUL_VERTEX =12 |
| int | COUL_GRID =13 |
| int | COUL_AXE_X =14 |
| int | COUL_AXE_Y =15 |
| int | COUL_AXE_Z =16 |
| int | COUL_FILL_FACE =17 |
| int | COUL_POINTEL =18 |
| int | COUL_LIGNEL =19 |
| int | COUL_DART_VERTEX =20 |
| int | LARG_DART =1 |
| int | LARG_SEL [NB_SELECTION_LEVELS] = {1,1,1} |
| int | LARG_LAST [NB_SELECTION_LEVELS] = {2,2,2} |
| int | LARG_SEW [4] ={1,1,1,1} |
| int | LARG_GRID =1 |
| int | LARG_AXE_X =1 |
| int | LARG_AXE_Y =1 |
| int | LARG_AXE_Z =1 |
| int | LARG_FILL_FACE =1 |
| int | RAYON_POINTEL =5 |
| int | LARG_LIGNEL =3 |
| int | RAYON_DART_VERTEX =3 |
| float | COEF_REDUC_LIGNEL =0.75 |
| int | COEF_DE_REDUCTION =5 |
| float | RAYON =100/COEF_DE_REDUCTION |
| int | NB_COUL_USER =21 |
| coulXfig * | COUL_USER = NULL |
| #define RINT | ( | V | ) | ((double) ((int) (V))) |
Definition at line 32 of file controler-gmap-export-xfig.cc.
| #define WEIGHTING | ( | k, | |
| v1, | |||
| v2 | |||
| ) | ( (1-(k)) * (v1) + (k) * (v2) ) |
Definition at line 362 of file controler-gmap-export-xfig.cc.
| typedef char coulXfig[8] |
Definition at line 91 of file controler-gmap-export-xfig.cc.
| int COEF_DE_REDUCTION =5 |
Definition at line 88 of file controler-gmap-export-xfig.cc.
| float COEF_REDUC_LIGNEL =0.75 |
Definition at line 87 of file controler-gmap-export-xfig.cc.
| int COUL_AXE_X =14 |
Definition at line 67 of file controler-gmap-export-xfig.cc.
| int COUL_AXE_Y =15 |
Definition at line 68 of file controler-gmap-export-xfig.cc.
| int COUL_AXE_Z =16 |
Definition at line 69 of file controler-gmap-export-xfig.cc.
| int COUL_DART =0 |
Definition at line 56 of file controler-gmap-export-xfig.cc.
| int COUL_DART_NO_SEW0 =5 |
Definition at line 60 of file controler-gmap-export-xfig.cc.
| int COUL_DART_VERTEX =20 |
Definition at line 73 of file controler-gmap-export-xfig.cc.
| int COUL_FILL_FACE =17 |
Definition at line 70 of file controler-gmap-export-xfig.cc.
| int COUL_GRID =13 |
Definition at line 66 of file controler-gmap-export-xfig.cc.
| int COUL_LAST[NB_SELECTION_LEVELS] = { 9 , 10 , 11 } |
Definition at line 63 of file controler-gmap-export-xfig.cc.
| int COUL_LIGNEL =19 |
Definition at line 72 of file controler-gmap-export-xfig.cc.
| int COUL_POINTEL =18 |
Definition at line 71 of file controler-gmap-export-xfig.cc.
| int COUL_SEL[NB_SELECTION_LEVELS] = { 6 , 7 , 8 } |
Definition at line 62 of file controler-gmap-export-xfig.cc.
| int COUL_SEW[4] ={1,2,3,4} |
Definition at line 58 of file controler-gmap-export-xfig.cc.
| coulXfig* COUL_USER = NULL |
Definition at line 92 of file controler-gmap-export-xfig.cc.
| int COUL_VERTEX =12 |
Definition at line 65 of file controler-gmap-export-xfig.cc.
| bool drawArrows |
Definition at line 37 of file controler-gmap-export-xfig.cc.
| bool drawFaces |
Definition at line 38 of file controler-gmap-export-xfig.cc.
| bool drawGrid |
Definition at line 40 of file controler-gmap-export-xfig.cc.
| bool drawSews |
Definition at line 39 of file controler-gmap-export-xfig.cc.
| bool drawVertices |
Definition at line 41 of file controler-gmap-export-xfig.cc.
| int LARG_AXE_X =1 |
Definition at line 80 of file controler-gmap-export-xfig.cc.
| int LARG_AXE_Y =1 |
Definition at line 81 of file controler-gmap-export-xfig.cc.
| int LARG_AXE_Z =1 |
Definition at line 82 of file controler-gmap-export-xfig.cc.
| int LARG_DART =1 |
Definition at line 75 of file controler-gmap-export-xfig.cc.
| int LARG_FILL_FACE =1 |
Definition at line 83 of file controler-gmap-export-xfig.cc.
| int LARG_GRID =1 |
Definition at line 79 of file controler-gmap-export-xfig.cc.
| int LARG_LAST[NB_SELECTION_LEVELS] = {2,2,2} |
Definition at line 77 of file controler-gmap-export-xfig.cc.
| int LARG_LIGNEL =3 |
Definition at line 85 of file controler-gmap-export-xfig.cc.
| int LARG_SEL[NB_SELECTION_LEVELS] = {1,1,1} |
Definition at line 76 of file controler-gmap-export-xfig.cc.
| int LARG_SEW[4] ={1,1,1,1} |
Definition at line 78 of file controler-gmap-export-xfig.cc.
| int MAX_PROF =999 |
Definition at line 54 of file controler-gmap-export-xfig.cc.
| int NB_COUL_USER =21 |
Definition at line 90 of file controler-gmap-export-xfig.cc.
| float RAYON =100/COEF_DE_REDUCTION |
Definition at line 89 of file controler-gmap-export-xfig.cc.
| int RAYON_DART_VERTEX =3 |
Definition at line 86 of file controler-gmap-export-xfig.cc.
| int RAYON_POINTEL =5 |
Definition at line 84 of file controler-gmap-export-xfig.cc.