MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
fct_generateur_constante.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_constante.h
15
//####//
16
//####//------------------------------------------------------------
17
//####//------------------------------------------------------------
18
//####// COPYRIGHT 2000-2024
19
//####// jeu 13 jun 2024 11:58:52 EDT
20
//####//------------------------------------------------------------
21
//####//------------------------------------------------------------
22
23
#ifndef fct_generateur_constanteH
24
#define fct_generateur_constanteH
25
26
27
28
29
#include "
fct_generateur_3d.h
"
30
31
32
class
FCT_GENERATEUR_CONSTANTE
:
public
FCT_GENERATEUR_3D
<4>
33
{
34
public
:
35
FCT_GENERATEUR_CONSTANTE
(
class
MG_GESTIONNAIRE
& mggest,
double
dn);
36
37
~FCT_GENERATEUR_CONSTANTE
();
38
void
construit
(
int
pas_echan=20,
int
pas_estim=20,
class
MG_GROUPE_TOPOLOGIQUE
* mggt=NULL);
39
void
construit
(
double
xmin,
double
ymin,
double
zmin,
double
xmax,
double
ymax,
double
zmax,
int
pas_echan=20,
int
pas_estim=20);
40
41
private
:
42
int
pas_echantillon
;
43
int
pas_estimation
;
44
MG_GESTIONNAIRE
&
gest
;
45
double
dng
;
46
};
47
48
49
50
51
52
53
54
55
56
57
#endif
FCT_GENERATEUR_3D
Definition:
fct_generateur_3d.h:36
FCT_GENERATEUR_CONSTANTE
Definition:
fct_generateur_constante.h:33
FCT_GENERATEUR_CONSTANTE::pas_estimation
int pas_estimation
Definition:
fct_generateur_constante.h:43
FCT_GENERATEUR_CONSTANTE::gest
MG_GESTIONNAIRE & gest
Definition:
fct_generateur_constante.h:44
FCT_GENERATEUR_CONSTANTE::~FCT_GENERATEUR_CONSTANTE
~FCT_GENERATEUR_CONSTANTE()
Definition:
fct_generateur_constante.cpp:37
FCT_GENERATEUR_CONSTANTE::pas_echantillon
int pas_echantillon
Definition:
fct_generateur_constante.h:42
FCT_GENERATEUR_CONSTANTE::construit
void construit(int pas_echan=20, int pas_estim=20, class MG_GROUPE_TOPOLOGIQUE *mggt=NULL)
Definition:
fct_generateur_constante.cpp:44
FCT_GENERATEUR_CONSTANTE::dng
double dng
Definition:
fct_generateur_constante.h:45
FCT_GENERATEUR_CONSTANTE::FCT_GENERATEUR_CONSTANTE
FCT_GENERATEUR_CONSTANTE(class MG_GESTIONNAIRE &mggest, double dn)
Definition:
fct_generateur_constante.cpp:33
MG_GESTIONNAIRE
Definition:
mg_gestionnaire.h:58
MG_GROUPE_TOPOLOGIQUE
Definition:
mg_groupe_topologique.h:32
fct_generateur_3d.h
home
francois
tmp
lib
carte
src
fct_generateur_constante.h
Généré le Mercredi 3 Décembre 2025 23:00:07 pour MAGiC par
1.9.1