MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
vct_sommet.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 //####// vct_sommet.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:58:55 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 
23 #ifndef vct_sommetH
24 #define vct_sommetH
25 
26 
27 #include <vector>
28 #include "tpl_liste_entite.h"
29 #include "ot_doubleprecision.h"
31 #include "ot_mathematique.h"
32 #include"ot_tenseur.h"
33 #include "vct.h"
34 
36 {
37 public:
38 
39  VCT_SOMMET (class MG_SOMMET* face);
40  VCT_SOMMET (VCT_SOMMET& mdd);
41  virtual ~VCT_SOMMET();
42 
43 
44 
45 
46 
47 };
48 
49 
50 
51 
52 
53 #endif
vct.h
VCT_SOMMET::~VCT_SOMMET
virtual ~VCT_SOMMET()
Definition: vct_sommet.cpp:67
VCT_SOMMET
Definition: vct_sommet.h:35
vct_element_topologique.h
ot_doubleprecision.h
ot_mathematique.h
VCT_SOMMET::VCT_SOMMET
VCT_SOMMET(class MG_SOMMET *face)
Definition: vct_sommet.cpp:38
ot_tenseur.h
MG_SOMMET
Definition: mg_sommet.h:35
VCT_ELEMENT_TOPOLOGIQUE
Definition: vct_element_topologique.h:37
tpl_liste_entite.h