MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
ctvol_triangle.h
Aller à la documentation de ce fichier.
1 //####//------------------------------------------------------------
2 //####//------------------------------------------------------------
3 //####// MAGiC
4 //####// Jean Christophe Cuilliere et Vincent FRANCOIS
5 //####// Departement de Genie Mecanique - UQTR
6 //####//------------------------------------------------------------
7 //####// MAGIC est un projet de recherche de l equipe ERICCA
8 //####// du departement de genie mecanique de l Universite du Quebec a Trois Rivieres
9 //####// http://www.uqtr.ca/ericca
10 //####// http://www.uqtr.ca/
11 //####//------------------------------------------------------------
12 //####//------------------------------------------------------------
13 //####//
14 //####// ctvol_triangle.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:58:53 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 
23 #ifndef ctvol_triangleH
24 #define ctvol_triangleH
25 
27 {
28 public:
29 
30 
31  CTVOL_TRIANGLE(class MG_TRIANGLE* tri,class CTVOL_NOEUD* n1,class CTVOL_NOEUD* n2,class CTVOL_NOEUD* n3);
33 
34  long get_id();
35 
36  class CTVOL_NOEUD* get_noeud1(void);
37  class CTVOL_NOEUD* get_noeud2(void);
38  class CTVOL_NOEUD* get_noeud3(void);
39  class MG_TRIANGLE* get_triangle(void);
40 
41  class BOITE_3D get_boite_3D(void);
42 
43 private:
48 };
49 
50 
51 
52 
53 #endif
54 
55 
56 
57 
58 
class BOITE_3D get_boite_3D(void)
class MG_TRIANGLE * mgtriangle
class CTVOL_NOEUD * noeud3
class CTVOL_NOEUD * get_noeud3(void)
class CTVOL_NOEUD * noeud2
class CTVOL_NOEUD * noeud1
class CTVOL_NOEUD * get_noeud2(void)
class MG_TRIANGLE * get_triangle(void)
CTVOL_TRIANGLE(class MG_TRIANGLE *tri, class CTVOL_NOEUD *n1, class CTVOL_NOEUD *n2, class CTVOL_NOEUD *n3)
class CTVOL_NOEUD * get_noeud1(void)