MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
stfaceobound.cpp
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.cpp
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:53:59 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 
23 
24 
25 #include <string.h>
26 #include "stfaceobound.h"
27 #include "st_ident.h"
28 #include "st_gestionnaire.h"
29 
30 
31 ST_FACE_OUTER_BOUND::ST_FACE_OUTER_BOUND(int LigneCourante,std::string idori,int edge_loop,char *sens):ST_IDENTIFICATEUR(LigneCourante,idori),id_edge_loop(edge_loop)
32 {
33  if (strcmp(sens,"T")==0) orientation=1;
34  else orientation=(-1);
35 }
36 
37 
39 {
40  return id_edge_loop;
41 }
43 {
44  return orientation;
45 }
46 
47 
49 {
50  util=true;
52 }
virtual void est_util(class ST_GESTIONNAIRE *gest)
Definition: stedgeloop.cpp:57
virtual void est_util(class ST_GESTIONNAIRE *gest)
virtual int get_id_edge_loop(void) const
virtual int get_orientation(void) const
ST_FACE_OUTER_BOUND(int LigneCourante, std::string idori, int edge_lopp, char *sens)
TPL_MAP_ENTITE< class ST_EDGE_LOOP * > lst_edge_loop
virtual X getid(unsigned long num)