20 #ifndef __MESHCUT_MAILLAGE_HXX__
21 #define __MESHCUT_MAILLAGE_HXX__
52 std::map<TYPE_MAILLE, std::vector<int> >
RESIDU;
78 std::map<TYPE_MAILLE, int*>
CNX;
81 std::map<TYPE_MAILLE, float*>
EC;
84 std::map<std::string, std::map<TYPE_MAILLE, std::vector<int> > >
GM;
85 std::map<std::string, std::vector<int> >
GN;
112 void inputMED(std::string fichierMED);
116 void inputHL(std::string fichierHL );
117 void outputHL(std::string fichierHL);
119 void outputVRML(std::string ficVRML,
float rNoeuds,
char *renduAretes,
char *renduFaces,
float transparence);
134 bool NoeudDansHEXA8(
int n,
int n0,
int n1,
int n2,
int n3,
int n4,
int n5,
int n6,
int n7,
float epsilon);
140 double volumeTETRA(
int n1,
int n2,
int n3,
int n4);
141 double aireTRIA(
int n1,
int n2,
int n3);
142 double DET3(
int n1,
int n2,
int n3);
143 double DET2(
int n1,
int n2);