Version: 5.1.6

Connectivite_Canonique_Base Class Reference

#include <MEDMEM_WrapperCells.hxx>

Inheritance diagram for Connectivite_Canonique_Base:
Inheritance graph

Public Member Functions

int DONNE_NBR_NOEUDS () const
int DONNE_NBR_FACES () const
const std::vector< int > & DONNE_SIMPLEXE_BASE (int num_face) const
const std::vector< int > & DONNE_FACE (int num_face) const
int DONNE_PREMIER_NOEUD_DE_FACE (int num_face) const

Protected Attributes

int type
int nbr_noeuds
int nbr_faces
std::vector< intpremier_noeud
std::vector< std::vector< int > > simplexe_base
std::vector< std::vector< int > > face

Friends

class Wrapper_Maille

Member Function Documentation

int Connectivite_Canonique_Base.DONNE_NBR_NOEUDS (  )  const

References nbr_noeuds.

int Connectivite_Canonique_Base.DONNE_NBR_FACES (  )  const

References nbr_faces.

const std::vector<int>& Connectivite_Canonique_Base.DONNE_SIMPLEXE_BASE ( int  num_face  )  const

References simplexe_base.

const std::vector<int>& Connectivite_Canonique_Base.DONNE_FACE ( int  num_face  )  const

References face.

int Connectivite_Canonique_Base.DONNE_PREMIER_NOEUD_DE_FACE ( int  num_face  )  const

References premier_noeud.


Friends And Related Function Documentation

friend class Wrapper_Maille [friend]

Field Documentation

std::vector< std::vector<int> > Connectivite_Canonique_Base.simplexe_base [protected]
std::vector< std::vector<int> > Connectivite_Canonique_Base.face [protected]