MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
occ_cg_op_transf_rotation.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 //####// occ_cg_op_transf_rotation.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:58:53 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 /*V2017*/
23 #include "gestionversion.h"
24 #ifdef ALL_OCC
25 #ifndef _OCC_CG_OP_ROTATION_
26 #define _OCC_CG_OP_ROTATION_
27 
28 
29 
31 class MG_CG_MODELE;
32 class MG_CG_FORME;
33 class MG_CG_OPERATEUR;
34 
35 
36 
38 {
39 public:
40  OCC_CG_OP_TRANSF_ROTATION(MG_CG_MODELE* mgcg_modele,int semantique,MG_CG_FORME* mgcg_forme_entree);
41  OCC_CG_OP_TRANSF_ROTATION(MG_CG_MODELE* mgcg_modele,int semantique,int etat,unsigned long num,MG_CG_FORME* mgcg_forme_entree,long id_mgcg_forme_sortie);
44  virtual int construire(void);
45  virtual int construire(bool fusionner_entite_similaire,
46  double precision,
47  bool importer_triangulation,
48  double epsilon_triangulation);
49 protected:
50 };
51 
52 
53 #endif
54 #endif
mg_cg_op_transf_rotation.h
gestionversion.h
OCC_CG_OP_TRANSF_ROTATION::OCC_CG_OP_TRANSF_ROTATION
OCC_CG_OP_TRANSF_ROTATION(MG_CG_MODELE *mgcg_modele, int semantique, MG_CG_FORME *mgcg_forme_entree)
Definition: occ_cg_op_transf_rotation.cpp:37
MG_CG_FORME
Definition: mg_cg_forme.h:41
MG_CG_OPERATEUR
Definition: mg_cg_operateur.h:34
MG_CG_MODELE
Definition: mg_cg_modele.h:41
OCC_CG_OP_TRANSF_ROTATION::construire
virtual int construire(void)
Definition: occ_cg_op_transf_rotation.cpp:64
OCC_CG_OP_TRANSF_ROTATION::~OCC_CG_OP_TRANSF_ROTATION
virtual ~OCC_CG_OP_TRANSF_ROTATION()
Definition: occ_cg_op_transf_rotation.cpp:59
MG_CG_OP_TRANSF_ROTATION
Definition: mg_cg_op_transf_rotation.h:34
OCC_CG_OP_TRANSF_ROTATION
Definition: occ_cg_op_transf_rotation.h:37