Version: 5.1.6

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

References MED.ePOLYGONE.

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).

References MED.GetNbConn().

TConnSlice TPolygoneInfo::GetConnSlice ( TInt  theElemId  ) 

Gives connectivities for polygon by its number.

References MED.GetNbConn().


Field Documentation

Defines the MED Entity where the polygons belongs to.

Defines the MED Geometric type of the instance.

Defines connectivity mode.

Table de connectivities.

Table de indexes.