MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
stbrepwithvoids.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 //####// stbrepwithvoids.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:53:59 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 #ifndef _HEADER_STBREPWITHVOIDS_
23 #define _HEADER_STBREPWITHVOIDS_
24 
25 
26 
27 
28 #include "st_ident.h"
29 #include <vector>
30 
31 
32 
34 {
35 public :
36  ST_BREP_WITH_VOIDS(long LigneCourante,std::string idori,long closed_shell,std::vector<long> *brep_with_voids);
38 
39  virtual long get_id_closed_shell(void) ;
40  virtual long get_nb_oriented_closed_shell(void) ;
41  virtual long get_id_oriented_closed_shell(long numero) ;
42  virtual void est_util(class ST_GESTIONNAIRE* gest);
43 
44 private:
48 };
49 
50 
51 #endif
ST_GESTIONNAIRE
Definition: st_gestionnaire.h:55
ST_BREP_WITH_VOIDS::id_oriented_closed_shell
long * id_oriented_closed_shell
Definition: stbrepwithvoids.h:47
ST_BREP_WITH_VOIDS::get_nb_oriented_closed_shell
virtual long get_nb_oriented_closed_shell(void)
Definition: stbrepwithvoids.cpp:44
ST_BREP_WITH_VOIDS::id_closed_shell
long id_closed_shell
Definition: stbrepwithvoids.h:45
ST_BREP_WITH_VOIDS
Definition: stbrepwithvoids.h:33
ST_BREP_WITH_VOIDS::est_util
virtual void est_util(class ST_GESTIONNAIRE *gest)
Definition: stbrepwithvoids.cpp:60
ST_BREP_WITH_VOIDS::ST_BREP_WITH_VOIDS
ST_BREP_WITH_VOIDS(long LigneCourante, std::string idori, long closed_shell, std::vector< long > *brep_with_voids)
Definition: stbrepwithvoids.cpp:31
st_ident.h
ST_BREP_WITH_VOIDS::get_id_oriented_closed_shell
virtual long get_id_oriented_closed_shell(long numero)
Definition: stbrepwithvoids.cpp:48
ST_IDENTIFICATEUR
Definition: st_ident.h:32
ST_BREP_WITH_VOIDS::nb_oriented_closed_shell
long nb_oriented_closed_shell
Definition: stbrepwithvoids.h:46
ST_BREP_WITH_VOIDS::get_id_closed_shell
virtual long get_id_closed_shell(void)
Definition: stbrepwithvoids.cpp:52
ST_BREP_WITH_VOIDS::~ST_BREP_WITH_VOIDS
~ST_BREP_WITH_VOIDS()
Definition: stbrepwithvoids.cpp:39