MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
fct_generateur_frontiere.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 //####// fct_generateur_frontiere.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:58:52 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 
23 #ifndef fct_generateur_frontiereH
24 #define fct_generateur_frontiereH
25 
26 
27 
29 #include "ct_point.h"
30 
31 
33 {
34 public:
35  FCT_GENERATEUR_FRONTIERE(class MG_GESTIONNAIRE& mggest,double dn,double eps,int ind1=4,double ind2=0.25,double *lst_pt_ctrl=NULL,int nbpt=0);
37  void construit(int pas_echan=20,int pas_estima=20,class MG_GROUPE_TOPOLOGIQUE* mggt=NULL);
38 
39 private:
40 
41  void echantillonner(class MG_GROUPE_TOPOLOGIQUE* mggt=NULL);
42 
44  double epsilon;
45  double *point_controle;
47 
48 
49 
50 };
51 
52 
53 
54 
55 
56 
57 #endif
fct_generateur_echantillonage_estimation.h
FCT_GENERATEUR_FRONTIERE
Definition: fct_generateur_frontiere.h:32
FCT_GENERATEUR_FRONTIERE::point_controle
double * point_controle
Definition: fct_generateur_frontiere.h:45
MG_GESTIONNAIRE
Definition: mg_gestionnaire.h:57
FCT_GENERATEUR_FRONTIERE::FCT_GENERATEUR_FRONTIERE
FCT_GENERATEUR_FRONTIERE(class MG_GESTIONNAIRE &mggest, double dn, double eps, int ind1=4, double ind2=0.25, double *lst_pt_ctrl=NULL, int nbpt=0)
Definition: fct_generateur_frontiere.cpp:38
FCT_GENERATEUR_FRONTIERE::construit
void construit(int pas_echan=20, int pas_estima=20, class MG_GROUPE_TOPOLOGIQUE *mggt=NULL)
Definition: fct_generateur_frontiere.cpp:346
FCT_GENERATEUR_FRONTIERE::gest
MG_GESTIONNAIRE & gest
Definition: fct_generateur_frontiere.h:43
FCT_GENERATEUR_FRONTIERE::~FCT_GENERATEUR_FRONTIERE
~FCT_GENERATEUR_FRONTIERE()
Definition: fct_generateur_frontiere.cpp:42
FCT_GENERATEUR_FRONTIERE::nb_pt_ctrl
int nb_pt_ctrl
Definition: fct_generateur_frontiere.h:46
MG_GROUPE_TOPOLOGIQUE
Definition: mg_groupe_topologique.h:31
FCT_GENERATEUR_FRONTIERE::epsilon
double epsilon
Definition: fct_generateur_frontiere.h:44
ct_point.h
FCT_GENERATEUR_ECHANTILLONAGE_ESTIMATION
Definition: fct_generateur_echantillonage_estimation.h:31
FCT_GENERATEUR_FRONTIERE::echantillonner
void echantillonner(class MG_GROUPE_TOPOLOGIQUE *mggt=NULL)
Definition: fct_generateur_frontiere.cpp:47