MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
stfaceobound.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 //####// stfaceobound.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:53:59 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 #ifndef _HEADER_STFACEOBOUND_
23 #define _HEADER_STFACEOBOUND_
24 
25 
26 
27 
28 #include "st_ident.h"
29 
30 
31 
32 
33 
35 {
36 public :
37  ST_FACE_OUTER_BOUND(int LigneCourante,std::string idori,int edge_lopp,char *sens);
38 
39  virtual void est_util(class ST_GESTIONNAIRE* gest);
40 
41  virtual int get_id_edge_loop(void) const ;
42  virtual int get_orientation(void) const;
43 private:
46 
47 };
48 
49 
50 #endif
ST_FACE_OUTER_BOUND
Definition: stfaceobound.h:34
ST_GESTIONNAIRE
Definition: st_gestionnaire.h:55
ST_FACE_OUTER_BOUND::get_id_edge_loop
virtual int get_id_edge_loop(void) const
Definition: stfaceobound.cpp:38
ST_FACE_OUTER_BOUND::id_edge_loop
int id_edge_loop
Definition: stfaceobound.h:44
ST_FACE_OUTER_BOUND::ST_FACE_OUTER_BOUND
ST_FACE_OUTER_BOUND(int LigneCourante, std::string idori, int edge_lopp, char *sens)
Definition: stfaceobound.cpp:31
ST_FACE_OUTER_BOUND::est_util
virtual void est_util(class ST_GESTIONNAIRE *gest)
Definition: stfaceobound.cpp:48
st_ident.h
ST_FACE_OUTER_BOUND::get_orientation
virtual int get_orientation(void) const
Definition: stfaceobound.cpp:42
ST_IDENTIFICATEUR
Definition: st_ident.h:32
ST_FACE_OUTER_BOUND::orientation
int orientation
Definition: stfaceobound.h:45