MED.TPolyedreInfo Struct Reference

Define a base class which represents MED Polyedre entity. More...

#include <MED_Structures.hxx>

Inheritance diagram for MED.TPolyedreInfo:

Inheritance graph

Public Member Functions

EEntiteMaillage GetEntity () const
 Let known what MED ENTITY the MED Polyedres belong to.
EGeometrieElement GetGeom () const
 Let known what MED geometrical type the MED Polyedres belong to.
EConnectivite GetConnMode () const
 Let known in what connectivity the cells are writen.
TInt GetNbFaces (TInt theElemId) const
 Gives number of the faces for the defined polyedre (const version).
TInt GetNbNodes (TInt theElemId) const
 Gives number of the nodes for the defined polyedre.
TCConnSliceArr GetConnSliceArr (TInt theElemId) const
 Gives sequence of the face connectivities for polyedre by its number (const version).
TConnSliceArr GetConnSliceArr (TInt theElemId)
 Gives sequence of the face connectivities for polyedre by its number.

Data Fields

EEntiteMaillage myEntity
 Defines the MED Entity where the polyedres belongs to.
EGeometrieElement myGeom
 Defines the MED Geometric type of the instance.
EConnectivite myConnMode
 Defines connectivity mode.
TElemNum myConn
 Table de connectivities.
TElemNum myFaces
 Table de faces indexes.
TElemNum myIndex
 Table de indexes.

Detailed Description

Define a base class which represents MED Polyedre entity.


Member Function Documentation

EEntiteMaillage MED.TPolyedreInfo.GetEntity  )  const
 

Let known what MED ENTITY the MED Polyedres belong to.

EGeometrieElement MED.TPolyedreInfo.GetGeom  )  const
 

Let known what MED geometrical type the MED Polyedres belong to.

EConnectivite MED.TPolyedreInfo.GetConnMode  )  const
 

Let known in what connectivity the cells are writen.

TInt TPolyedreInfo::GetNbFaces TInt  theElemId  )  const
 

Gives number of the faces for the defined polyedre (const version).

TInt TPolyedreInfo::GetNbNodes TInt  theElemId  )  const
 

Gives number of the nodes for the defined polyedre.

TCConnSliceArr TPolyedreInfo::GetConnSliceArr TInt  theElemId  )  const
 

Gives sequence of the face connectivities for polyedre by its number (const version).

TConnSliceArr TPolyedreInfo::GetConnSliceArr TInt  theElemId  ) 
 

Gives sequence of the face connectivities for polyedre by its number.


Field Documentation

EEntiteMaillage MED.TPolyedreInfo.myEntity
 

Defines the MED Entity where the polyedres belongs to.

EGeometrieElement MED.TPolyedreInfo.myGeom
 

Defines the MED Geometric type of the instance.

EConnectivite MED.TPolyedreInfo.myConnMode
 

Defines connectivity mode.

TElemNum MED.TPolyedreInfo.myConn
 

Table de connectivities.

TElemNum MED.TPolyedreInfo.myFaces
 

Table de faces indexes.

TElemNum MED.TPolyedreInfo.myIndex
 

Table de indexes.