Define a base class which represents MED Polygon entity. More...
#include <MED_Structures.hxx>

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. | |
Define a base class which represents MED Polygon entity.
| EEntiteMaillage MED.TPolygoneInfo.GetEntity | ( | ) | const |
| 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.
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().
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.