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
26
class
CTVOL_TRIANGLE
27
{
28
public
:
29
30
31
CTVOL_TRIANGLE
(
class
MG_TRIANGLE
* tri,
class
CTVOL_NOEUD
* n1,
class
CTVOL_NOEUD
* n2,
class
CTVOL_NOEUD
* n3);
32
~CTVOL_TRIANGLE
();
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
:
44
class
MG_TRIANGLE
*
mgtriangle
;
45
class
CTVOL_NOEUD
*
noeud1
;
46
class
CTVOL_NOEUD
*
noeud2
;
47
class
CTVOL_NOEUD
*
noeud3
;
48
};
49
50
51
52
53
#endif
54
55
56
57
58
CTVOL_TRIANGLE::get_noeud3
class CTVOL_NOEUD * get_noeud3(void)
Definition:
ctvol_triangle.cpp:56
CTVOL_TRIANGLE::noeud2
class CTVOL_NOEUD * noeud2
Definition:
ctvol_triangle.h:46
CTVOL_TRIANGLE::get_noeud2
class CTVOL_NOEUD * get_noeud2(void)
Definition:
ctvol_triangle.cpp:51
CTVOL_TRIANGLE::mgtriangle
class MG_TRIANGLE * mgtriangle
Definition:
ctvol_triangle.h:44
CTVOL_TRIANGLE::CTVOL_TRIANGLE
CTVOL_TRIANGLE(class MG_TRIANGLE *tri, class CTVOL_NOEUD *n1, class CTVOL_NOEUD *n2, class CTVOL_NOEUD *n3)
Definition:
ctvol_triangle.cpp:33
CTVOL_TRIANGLE::noeud3
class CTVOL_NOEUD * noeud3
Definition:
ctvol_triangle.h:47
CTVOL_TRIANGLE::~CTVOL_TRIANGLE
~CTVOL_TRIANGLE()
Definition:
ctvol_triangle.cpp:37
CTVOL_TRIANGLE
Definition:
ctvol_triangle.h:26
MG_TRIANGLE
Definition:
mg_triangle.h:38
CTVOL_TRIANGLE::get_boite_3D
class BOITE_3D get_boite_3D(void)
Definition:
ctvol_triangle.cpp:66
CTVOL_TRIANGLE::get_noeud1
class CTVOL_NOEUD * get_noeud1(void)
Definition:
ctvol_triangle.cpp:46
CTVOL_TRIANGLE::noeud1
class CTVOL_NOEUD * noeud1
Definition:
ctvol_triangle.h:45
CTVOL_TRIANGLE::get_triangle
class MG_TRIANGLE * get_triangle(void)
Definition:
ctvol_triangle.cpp:61
CTVOL_NOEUD
Definition:
ctvol_noeud.h:28
BOITE_3D
Definition:
ot_boite_3d.h:27
CTVOL_TRIANGLE::get_id
long get_id()
Definition:
ctvol_triangle.cpp:41
home
francois
tmp
lib
carte
src
ctvol_triangle.h
Généré le Vendredi 13 Juin 2025 23:00:07 pour MAGiC par
1.8.17