![]() |
MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
|
#include <poly_face.h>
Fonctions membres publiques | |
Poly_Face () | |
Poly_Face (std::vector< int > noeuds) | |
Poly_Face (Poly_Face &mdd) | |
~Poly_Face () | |
int | get_noeud (int num) |
int | get_last_noeud (void) |
void | add_noeud (int numNoeud) |
int | get_nb_noeud (void) |
void | supprimer_noeud (int num) |
Attributs protégés | |
std::vector< int > | list_noeud |
Définition à la ligne 27 du fichier poly_face.h.
Poly_Face::Poly_Face | ( | ) |
Définition à la ligne 24 du fichier poly_face.cpp.
Poly_Face::Poly_Face | ( | std::vector< int > | noeuds | ) |
Définition à la ligne 28 du fichier poly_face.cpp.
Poly_Face::Poly_Face | ( | Poly_Face & | mdd | ) |
Définition à la ligne 32 du fichier poly_face.cpp.
Poly_Face::~Poly_Face | ( | ) |
Définition à la ligne 36 du fichier poly_face.cpp.
void Poly_Face::add_noeud | ( | int | numNoeud | ) |
Définition à la ligne 42 du fichier poly_face.cpp.
Références list_noeud.
Référencé par Poly_Voro::construit(), et Poly_Voro::fusion_noeuds().
int Poly_Face::get_last_noeud | ( | void | ) |
Définition à la ligne 41 du fichier poly_face.cpp.
Références list_noeud.
Référencé par Poly_Build_OCC::construit().
int Poly_Face::get_nb_noeud | ( | void | ) |
Définition à la ligne 43 du fichier poly_face.cpp.
Références list_noeud.
Référencé par Poly_Build_OCC::construit(), et Poly_Voro::fusion_noeuds().
int Poly_Face::get_noeud | ( | int | num | ) |
Définition à la ligne 40 du fichier poly_face.cpp.
Références list_noeud.
Référencé par Poly_Build_OCC::construit(), et Poly_Voro::fusion_noeuds().
void Poly_Face::supprimer_noeud | ( | int | num | ) |
Définition à la ligne 44 du fichier poly_face.cpp.
Références list_noeud.
Référencé par Poly_Voro::fusion_noeuds().
|
protected |
Définition à la ligne 42 du fichier poly_face.h.
Référencé par add_noeud(), get_last_noeud(), get_nb_noeud(), get_noeud(), et supprimer_noeud().