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

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. | |
Define a base class which represents MED Polyedre entity.
| EEntiteMaillage MED.TPolyedreInfo.GetEntity | ( | ) | const |
| 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.
Gives number of the faces for the defined polyedre (const version)
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.
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.