MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
sat_coedge.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 //####// sat_coedge.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:54:00 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 #ifndef sat_COEDGEH
23 #define sat_COEDGEH
24 
25 #include "sat_identificateur.h"
26 
27 
29 {
30 public:
31  SAT_COEDGE(unsigned long num);
32  SAT_COEDGE();
33  virtual ~SAT_COEDGE();
34 
39  class SAT_EDGE* edge;
42  int sense;
43 };
44 
45 
46 
47 
48 #endif
SAT_COEDGE::sense
int sense
Definition: sat_coedge.h:42
SAT_COEDGE::owning_loop
class SAT_LOOP * owning_loop
Definition: sat_coedge.h:40
SAT_COEDGE::attrib
class SAT_ATTRIB * attrib
Definition: sat_coedge.h:35
SAT_COEDGE::SAT_COEDGE
SAT_COEDGE()
Definition: sat_coedge.cpp:31
sat_identificateur.h
SAT_COEDGE::next_coedge
class SAT_COEDGE * next_coedge
Definition: sat_coedge.h:36
SAT_COEDGE::partner_coedge
class SAT_COEDGE * partner_coedge
Definition: sat_coedge.h:38
SAT_COEDGE::~SAT_COEDGE
virtual ~SAT_COEDGE()
Definition: sat_coedge.cpp:35
SAT_COEDGE::pcurve
class SAT_PCURVE * pcurve
Definition: sat_coedge.h:41
SAT_LOOP
Definition: sat_loop.h:29
SAT_ATTRIB
Definition: sat_attrib.h:28
SAT_COEDGE::edge
class SAT_EDGE * edge
Definition: sat_coedge.h:39
SAT_PCURVE
Definition: sat_pcurve.h:27
SAT_COEDGE::previous_coedge
class SAT_COEDGE * previous_coedge
Definition: sat_coedge.h:37
SAT_COEDGE
Definition: sat_coedge.h:28
SAT_IDENTIFICATEUR
Definition: sat_identificateur.h:31
SAT_EDGE
Definition: sat_edge.h:28