MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
stedgeloop.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
//####// stedgeloop.h
15
//####//
16
//####//------------------------------------------------------------
17
//####//------------------------------------------------------------
18
//####// COPYRIGHT 2000-2024
19
//####// jeu 13 jun 2024 11:53:59 EDT
20
//####//------------------------------------------------------------
21
//####//------------------------------------------------------------
22
#ifndef _HEADER_STEDGELOOP_
23
#define _HEADER_STEDGELOOP_
24
25
26
27
28
#include <vector>
29
#include "
st_ident.h
"
30
31
32
33
34
class
ST_EDGE_LOOP
:
public
ST_IDENTIFICATEUR
35
{
36
public :
37
ST_EDGE_LOOP
(
long
LigneCourante,std::string idori,std::vector<long> *edge_lopp);
38
~ST_EDGE_LOOP
();
39
40
virtual
long
get_nb_oriented_edge
(
void
) ;
41
virtual
long
get_id_oriented_edge
(
long
numero) ;
42
virtual
void
est_util
(
class
ST_GESTIONNAIRE
* gest);
43
44
private
:
45
long
nb_oriented_edge
;
46
long
*
id_oriented_edge
;
47
48
};
49
50
51
#endif
ST_GESTIONNAIRE
Definition:
st_gestionnaire.h:55
ST_EDGE_LOOP::ST_EDGE_LOOP
ST_EDGE_LOOP(long LigneCourante, std::string idori, std::vector< long > *edge_lopp)
Definition:
stedgeloop.cpp:33
ST_EDGE_LOOP
Definition:
stedgeloop.h:34
ST_EDGE_LOOP::id_oriented_edge
long * id_oriented_edge
Definition:
stedgeloop.h:46
st_ident.h
ST_EDGE_LOOP::nb_oriented_edge
long nb_oriented_edge
Definition:
stedgeloop.h:45
ST_IDENTIFICATEUR
Definition:
st_ident.h:32
ST_EDGE_LOOP::est_util
virtual void est_util(class ST_GESTIONNAIRE *gest)
Definition:
stedgeloop.cpp:57
ST_EDGE_LOOP::get_id_oriented_edge
virtual long get_id_oriented_edge(long numero)
Definition:
stedgeloop.cpp:51
ST_EDGE_LOOP::~ST_EDGE_LOOP
~ST_EDGE_LOOP()
Definition:
stedgeloop.cpp:41
ST_EDGE_LOOP::get_nb_oriented_edge
virtual long get_nb_oriented_edge(void)
Definition:
stedgeloop.cpp:47
home
francois
tmp
addin
step
src
stedgeloop.h
Généré le Jeudi 12 Juin 2025 23:00:10 pour MAGiC par
1.8.17