MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
stl_import.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 //####// stl_import.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:58:54 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 
23 #ifndef stl_importH
24 #define stl_importH
25 
26 
27 
28 
29 
30 
31 
32 
33 
34 
36 {
37 public:
38  STL_IMPORT();
39  virtual ~STL_IMPORT();
40  int importer(class MG_GESTIONNAIRE& gest,char *path);
41  int importer_en_otant_bruit(class MG_GESTIONNAIRE& gest,char *path);
42 
43 
44 private:
45 
46 
47 
48 };
49 
50 
51 
52 
53 
54 #endif
55 
56 
57 
STL_IMPORT::STL_IMPORT
STL_IMPORT()
Definition: stl_import.cpp:42
STL_IMPORT::importer
int importer(class MG_GESTIONNAIRE &gest, char *path)
Definition: stl_import.cpp:75
MG_GESTIONNAIRE
Definition: mg_gestionnaire.h:57
STL_IMPORT::importer_en_otant_bruit
int importer_en_otant_bruit(class MG_GESTIONNAIRE &gest, char *path)
Definition: stl_import.cpp:177
STL_IMPORT
Definition: stl_import.h:35
STL_IMPORT::~STL_IMPORT
virtual ~STL_IMPORT()
Definition: stl_import.cpp:46