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

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. | |
| PElemNum | myConn |
| Defines sequence which describe connectivity for ech of mesh cell. | |
Define a base class which represents MED Cells entity.
| 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)
References MED.eFULL_INTERLACE, and MED.GetNbNodes().
| TConnSlice TCellInfo::GetConnSlice | ( | TInt | theElemId | ) |
Gives connectivities for mesh cell by its number.
References MED.eFULL_INTERLACE, and MED.GetNbNodes().
Defines the MED Entity where the mesh cells belongs to.
Defines the MED Geometric type of the instance.
Defines connectivity mode.
Defines sequence which describe connectivity for ech of mesh cell.