Version: 5.1.6

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.
PElemNum myConn
 Table de connectivities.
PElemNum myFaces
 Table de faces indexes.
PElemNum 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.

References MED.ePOLYEDRE.

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

Defines the MED Entity where the polyedres belongs to.

Defines the MED Geometric type of the instance.

Defines connectivity mode.

Table de connectivities.

Table de faces indexes.

Table de indexes.