MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
st_point.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 //####// st_point.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:53:59 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 #ifndef st_pointH
23 #define st_pointH
24 
25 
26 
27 #include "st_ident.h"
28 #include "tpl_liste_entite.h"
29 
31 {
32 public:
33  ST_POINT(long num,std::string idori,double x,double y, double z);
34  ST_POINT(ST_POINT& mdd);
35  virtual ~ST_POINT();
36 
37 
38  virtual void evaluer(double *xyz) ;
39 
40 
41  double coord[3];
42 
44  virtual void get_param_NURBS(int& indx_premier_ptctr,TPL_LISTE_ENTITE<double> &param);
45 
46 };
47 
48 
49 
50 #endif
ST_POINT::coord
double coord[3]
Definition: st_point.h:41
ST_POINT::evaluer
virtual void evaluer(double *xyz)
Definition: st_point.cpp:50
ST_POINT::get_type_geometrique
virtual int get_type_geometrique(TPL_LISTE_ENTITE< double > &param)
Definition: st_point.cpp:58
ST_POINT::~ST_POINT
virtual ~ST_POINT()
Definition: st_point.cpp:45
ST_POINT
Definition: st_point.h:30
ST_POINT::ST_POINT
ST_POINT(long num, std::string idori, double x, double y, double z)
Definition: st_point.cpp:29
st_ident.h
ST_POINT::get_param_NURBS
virtual void get_param_NURBS(int &indx_premier_ptctr, TPL_LISTE_ENTITE< double > &param)
Definition: st_point.cpp:66
ST_IDENTIFICATEUR
Definition: st_ident.h:32
TPL_LISTE_ENTITE< double >
tpl_liste_entite.h