MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
storientedclosedshell.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
//####// storientedclosedshell.cpp
15
//####//
16
//####//------------------------------------------------------------
17
//####//------------------------------------------------------------
18
//####// COPYRIGHT 2000-2024
19
//####// jeu 13 jun 2024 11:53:59 EDT
20
//####//------------------------------------------------------------
21
//####//------------------------------------------------------------
22
23
24
25
26
#include "
st_ident.h
"
27
#include "
st_gestionnaire.h
"
28
#include "
storientedclosedshell.h
"
29
30
31
32
33
ST_ORIENTED_CLOSED_SHELL::ST_ORIENTED_CLOSED_SHELL
(
long
LigneCourante,std::string idori,
long
id_closed_shell,
int
sens):
ST_IDENTIFICATEUR
(LigneCourante,idori),id_closed_shell(id_closed_shell),orientation(sens)
34
{
35
}
36
37
ST_ORIENTED_CLOSED_SHELL::~ST_ORIENTED_CLOSED_SHELL
()
38
{
39
}
40
41
42
long
ST_ORIENTED_CLOSED_SHELL::get_id_closed_shell
(
void
)
43
{
44
return
id_closed_shell
;
45
}
46
47
int
ST_ORIENTED_CLOSED_SHELL::get_orientation
(
void
)
48
{
49
return
orientation
;
50
}
51
52
53
void
ST_ORIENTED_CLOSED_SHELL::est_util
(
ST_GESTIONNAIRE
* gest)
54
{
55
util
=
true
;
56
gest->
lst_closed_shell
.
getid
(
id_closed_shell
)->
est_util
(gest);
57
}
ST_GESTIONNAIRE
Definition:
st_gestionnaire.h:55
ST_ORIENTED_CLOSED_SHELL::~ST_ORIENTED_CLOSED_SHELL
~ST_ORIENTED_CLOSED_SHELL()
Definition:
storientedclosedshell.cpp:37
ST_ORIENTED_CLOSED_SHELL::get_orientation
virtual int get_orientation(void)
Definition:
storientedclosedshell.cpp:47
st_gestionnaire.h
storientedclosedshell.h
ST_CLOSED_SHELL::est_util
virtual void est_util(class ST_GESTIONNAIRE *gest)
Definition:
stclosedshell.cpp:59
st_ident.h
ST_IDENTIFICATEUR
Definition:
st_ident.h:32
ST_ORIENTED_CLOSED_SHELL::id_closed_shell
long id_closed_shell
Definition:
storientedclosedshell.h:45
ST_ORIENTED_CLOSED_SHELL::ST_ORIENTED_CLOSED_SHELL
ST_ORIENTED_CLOSED_SHELL(long LigneCourante, std::string idori, long id_closed_shell, int sens)
Definition:
storientedclosedshell.cpp:33
TPL_MAP_ENTITE::getid
virtual X getid(unsigned long num)
Definition:
tpl_map_entite.h:96
ST_ORIENTED_CLOSED_SHELL::est_util
virtual void est_util(class ST_GESTIONNAIRE *gest)
Definition:
storientedclosedshell.cpp:53
ST_IDENTIFICATEUR::util
bool util
Definition:
st_ident.h:46
ST_ORIENTED_CLOSED_SHELL::get_id_closed_shell
virtual long get_id_closed_shell(void)
Definition:
storientedclosedshell.cpp:42
ST_ORIENTED_CLOSED_SHELL::orientation
int orientation
Definition:
storientedclosedshell.h:46
ST_GESTIONNAIRE::lst_closed_shell
TPL_MAP_ENTITE< class ST_CLOSED_SHELL * > lst_closed_shell
Definition:
st_gestionnaire.h:82
home
francois
tmp
addin
step
src
storientedclosedshell.cpp
Généré le Jeudi 12 Juin 2025 23:00:10 pour MAGiC par
1.8.17