22 #ifndef _POLY_CELLULE_
23 #define _POLY_CELLULE_
35 Poly_Cellule(std::vector<Poly_Noeud*> noeuds, std::vector<Poly_Face*> faces);
std::vector< Poly_Noeud * > list_noeud
void add_noeud(Poly_Noeud *newNoeud)
Poly_Noeud * get_noeud(int num)
Poly_Face * get_face(int num)
void add_face(Poly_Face *newface)
std::vector< Poly_Face * > list_face