37 bool ASews,
bool AGrid,
bool AVertices,
bool AInvert =
true);
43 void transfoMmPixel(CVertex & v2d);
44 void sauveEntete(std::ofstream &os,
int nbCoul);
45 void debutComposante(std::ofstream &os,
46 const CVertex & min,
const CVertex & max);
47 int computeProf(
const CVertex & V);
48 int computeProf(
const CVertex & V1,
const CVertex & V2);
49 void sauvePoint(std::ofstream &os,
const CVertex & v,
int coul,
int larg,
int AProf=-1);
50 void sauveLine(std::ofstream &os,
const CVertex & p1,
const CVertex & p2,
51 int coul,
int larg,
bool arrow,
int AProf = -1);
52 void sauveTriangle(std::ofstream & os,
int coulFill,
int larg,
53 CVertex & PC, CVertex & P1, CVertex & P2);
54 void sauveFace(std::ofstream &os, CVertex *p,
int nbPts,
55 int coulFill,
int larg,
int AProf);
57 void sauveDartVertex(std::ofstream &os,
const CVertex & v,
const CVertex & v2);
59 void treatSews(std::ofstream & ,
62 void treatFace(std::ofstream& , CDart* ,
65 void treatFilledFace(std::ofstream& , CDart* ,
68 void treatDartWithArrow(std::ofstream& , CDart* ,
69 int ,
int ,
int AProf=-1);
71 void treatDartNoArrow(std::ofstream& , CDart* ,
74 void saveGridIncludingBox(std::ofstream & );
79 void transfo3dTo2d(
const CVertex &, CVertex & );
86 void updateMinMax2d(
const CVertex& , CVertex& ,
87 CVertex & ,
bool init=
false);
90 void getIncludingBoxForDarts(CDart*, TOrbit, CVertex& ,
94 void treatGrid(std::ofstream& );
96 void treatPointel(std::ofstream& , CDart* ,
int );
97 void treatLignel(std::ofstream& , CDart* ,
int );