MED.TCellInfo Struct Reference

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

#include <MED_Structures.hxx>

Inheritance diagram for MED.TCellInfo:

Inheritance graph

Public Member Functions

EEntiteMaillage GetEntity () const
 Let known what MED ENTITY the cells belong to.
EGeometrieElement GetGeom () const
 Let known what MED geometrical type the cells belong to.
EConnectivite GetConnMode () const
 Let known in what connectivity the cells are writen.
virtual TInt GetConnDim () const =0
 Gives step in the connectivity sequence.
TCConnSlice GetConnSlice (TInt theElemId) const
 Gives connectivities for mesh cell by its number (const version).
TConnSlice GetConnSlice (TInt theElemId)
 Gives connectivities for mesh cell by its number.

Data Fields

EEntiteMaillage myEntity
 Defines the MED Entity where the mesh cells belongs to.
EGeometrieElement myGeom
 Defines the MED Geometric type of the instance.
EConnectivite myConnMode
 Defines connectivity mode.
TElemNum myConn
 Defines sequence which describe connectivity for ech of mesh cell.

Detailed Description

Define a base class which represents MED Cells entity.


Member Function Documentation

EEntiteMaillage MED.TCellInfo.GetEntity  )  const
 

Let known what MED ENTITY the cells belong to.

EGeometrieElement MED.TCellInfo.GetGeom  )  const
 

Let known what MED geometrical type the cells belong to.

EConnectivite MED.TCellInfo.GetConnMode  )  const
 

Let known in what connectivity the cells are writen.

virtual TInt MED.TCellInfo.GetConnDim  )  const [pure virtual]
 

Gives step in the connectivity sequence.

Implemented in MED.TTCellInfo< eVersion >.

TCConnSlice TCellInfo::GetConnSlice TInt  theElemId  )  const
 

Gives connectivities for mesh cell by its number (const version).

TConnSlice TCellInfo::GetConnSlice TInt  theElemId  ) 
 

Gives connectivities for mesh cell by its number.


Field Documentation

EEntiteMaillage MED.TCellInfo.myEntity
 

Defines the MED Entity where the mesh cells belongs to.

EGeometrieElement MED.TCellInfo.myGeom
 

Defines the MED Geometric type of the instance.

EConnectivite MED.TCellInfo.myConnMode
 

Defines connectivity mode.

TElemNum MED.TCellInfo.myConn
 

Defines sequence which describe connectivity for ech of mesh cell.