MED.TPolygoneInfo Struct Reference

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

#include <MED_Structures.hxx>

Inheritance diagram for MED.TPolygoneInfo:

Inheritance graph

Public Member Functions

EEntiteMaillage GetEntity () const
 Let known what MED ENTITY the MED Polygons belong to.
EGeometrieElement GetGeom () const
 Let known what MED geometrical type the MED Polygons belong to.
EConnectivite GetConnMode () const
 Let known in what connectivity the cells are writen.
TInt GetNbConn (TInt theElemId) const
 Gives number of the connectivities for the defined polygon.
TCConnSlice GetConnSlice (TInt theElemId) const
 Gives connectivities for polygon by its number (const version).
TConnSlice GetConnSlice (TInt theElemId)
 Gives connectivities for polygon by its number.

Data Fields

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

Detailed Description

Define a base class which represents MED Polygon entity.


Member Function Documentation

EEntiteMaillage MED.TPolygoneInfo.GetEntity  )  const
 

Let known what MED ENTITY the MED Polygons belong to.

EGeometrieElement MED.TPolygoneInfo.GetGeom  )  const
 

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

EConnectivite MED.TPolygoneInfo.GetConnMode  )  const
 

Let known in what connectivity the cells are writen.

TInt TPolygoneInfo::GetNbConn TInt  theElemId  )  const
 

Gives number of the connectivities for the defined polygon.

TCConnSlice TPolygoneInfo::GetConnSlice TInt  theElemId  )  const
 

Gives connectivities for polygon by its number (const version).

TConnSlice TPolygoneInfo::GetConnSlice TInt  theElemId  ) 
 

Gives connectivities for polygon by its number.


Field Documentation

EEntiteMaillage MED.TPolygoneInfo.myEntity
 

Defines the MED Entity where the polygons belongs to.

EGeometrieElement MED.TPolygoneInfo.myGeom
 

Defines the MED Geometric type of the instance.

EConnectivite MED.TPolygoneInfo.myConnMode
 

Defines connectivity mode.

TElemNum MED.TPolygoneInfo.myConn
 

Table de connectivities.

TElemNum MED.TPolygoneInfo.myIndex
 

Table de indexes.