
Go to the source code of this file.
Functions | |
| void | initConfig () |
| void | sauveCarteXfig (TViewId, std::ofstream &, bool AArrow, bool AFace, bool ASews, bool AGrid, bool AVertices, bool AInvert=true) |
| void | sauveCarteIntervoxelXfig (TViewId, std::ofstream &, bool AInvert=true) |
| void | transfoMmPixel (CVertex &v2d) |
| void | sauveEntete (std::ofstream &os, int nbCoul) |
| void | debutComposante (std::ofstream &os, const CVertex &min, const CVertex &max) |
| int | computeProf (const CVertex &V) |
| int | computeProf (const CVertex &V1, const CVertex &V2) |
| void | sauvePoint (std::ofstream &os, const CVertex &v, int coul, int larg) |
| void | sauveLine (std::ofstream &os, const CVertex &p1, const CVertex &p2, int coul, int larg, bool arrow, int AProf=-1) |
| void | sauveTriangle (std::ofstream &os, int coulFill, int larg, CVertex &PC, CVertex &P1, CVertex &P2) |
| void | sauveFace (std::ofstream &os, CVertex *p, int nbPts, int coulFill, int larg) |
| void | sauveDartVertex (std::ofstream &os, const CVertex &v, const CVertex &v2) |
| void | treatSews (std::ofstream &, CDart *, int, int) |
| void | treatFace (std::ofstream &, CDart *, int, int) |
| void | treatFilledFace (std::ofstream &, CDart *, int, int) |
| void | treatDartWithArrow (std::ofstream &, CDart *, int, int) |
| void | treatDartNoArrow (std::ofstream &, CDart *, int, int) |
| void | saveGridIncludingBox (std::ofstream &) |
| void | transfo3dTo2d (const CVertex &, CVertex &) |
| void | updateMinMax2d (const CVertex &, CVertex &, CVertex &, bool init=false) |
| void | getIncludingBoxForDarts (CDart *, TOrbit, CVertex &, CVertex &) |
| void | treatGrid (std::ofstream &) |
| void | treatPointel (std::ofstream &, CDart *, int) |
| void | treatLignel (std::ofstream &, CDart *, int) |
| int computeProf | ( | const CVertex & | V1, | |
| const CVertex & | V2 | |||
| ) | [private] |
| int computeProf | ( | const CVertex & | V | ) | [private] |
| void debutComposante | ( | std::ofstream & | os, | |
| const CVertex & | min, | |||
| const CVertex & | max | |||
| ) | [private] |
| void getIncludingBoxForDarts | ( | CDart * | , | |
| TOrbit | , | |||
| CVertex & | , | |||
| CVertex & | ||||
| ) | [private] |
| void initConfig | ( | ) |
| void sauveCarteIntervoxelXfig | ( | TViewId | , | |
| std::ofstream & | , | |||
| bool | AInvert = true | |||
| ) |
| void sauveCarteXfig | ( | TViewId | , | |
| std::ofstream & | , | |||
| bool | AArrow, | |||
| bool | AFace, | |||
| bool | ASews, | |||
| bool | AGrid, | |||
| bool | AVertices, | |||
| bool | AInvert = true | |||
| ) |
| void sauveDartVertex | ( | std::ofstream & | os, | |
| const CVertex & | v, | |||
| const CVertex & | v2 | |||
| ) | [private] |
| void sauveEntete | ( | std::ofstream & | os, | |
| int | nbCoul | |||
| ) | [private] |
| void sauveFace | ( | std::ofstream & | os, | |
| CVertex * | p, | |||
| int | nbPts, | |||
| int | coulFill, | |||
| int | larg | |||
| ) | [private] |
| void sauveLine | ( | std::ofstream & | os, | |
| const CVertex & | p1, | |||
| const CVertex & | p2, | |||
| int | coul, | |||
| int | larg, | |||
| bool | arrow, | |||
| int | AProf = -1 | |||
| ) | [private] |
| void sauvePoint | ( | std::ofstream & | os, | |
| const CVertex & | v, | |||
| int | coul, | |||
| int | larg | |||
| ) | [private] |
| void sauveTriangle | ( | std::ofstream & | os, | |
| int | coulFill, | |||
| int | larg, | |||
| CVertex & | PC, | |||
| CVertex & | P1, | |||
| CVertex & | P2 | |||
| ) | [private] |
| void saveGridIncludingBox | ( | std::ofstream & | ) | [private] |
| void transfo3dTo2d | ( | const CVertex & | , | |
| CVertex & | ||||
| ) | [private] |
| void transfoMmPixel | ( | CVertex & | v2d | ) | [private] |
| void treatDartNoArrow | ( | std::ofstream & | , | |
| CDart * | , | |||
| int | , | |||
| int | ||||
| ) | [private] |
| void treatDartWithArrow | ( | std::ofstream & | , | |
| CDart * | , | |||
| int | , | |||
| int | ||||
| ) | [private] |
| void treatFace | ( | std::ofstream & | , | |
| CDart * | , | |||
| int | , | |||
| int | ||||
| ) | [private] |
| void treatFilledFace | ( | std::ofstream & | , | |
| CDart * | , | |||
| int | , | |||
| int | ||||
| ) | [private] |
| void treatGrid | ( | std::ofstream & | ) | [private] |
| void treatLignel | ( | std::ofstream & | , | |
| CDart * | , | |||
| int | ||||
| ) | [private] |
| void treatPointel | ( | std::ofstream & | , | |
| CDart * | , | |||
| int | ||||
| ) | [private] |
| void treatSews | ( | std::ofstream & | , | |
| CDart * | , | |||
| int | , | |||
| int | ||||
| ) | [private] |
| void updateMinMax2d | ( | const CVertex & | , | |
| CVertex & | , | |||
| CVertex & | , | |||
| bool | init = false | |||
| ) | [private] |
1.5.8