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

Public Member Functions | |
| TInt | GetDim () const |
| Gets dimension of the mesh. | |
| TInt | GetSpaceDim () const |
| EMaillage | GetType () const |
| Gets type of the mesh. | |
| virtual std::string | GetDesc () const =0 |
| Get description for the mesh. | |
| virtual void | SetDesc (const std::string &theValue)=0 |
| Sets description for the mesh. | |
Data Fields | |
| TInt | myDim |
| Dimension of the mesh (0, 1, 2 or 3) | |
| TInt | mySpaceDim |
| EMaillage | myType |
| Type of the mesh. | |
| TString | myDesc |
| Description of the mesh. | |
Define a base class which represents MED Mesh entity.
| TInt MED.TMeshInfo.GetDim | ( | ) | const |
Gets dimension of the mesh.
| TInt MED.TMeshInfo.GetSpaceDim | ( | ) | const |
| EMaillage MED.TMeshInfo.GetType | ( | ) | const |
Gets type of the mesh.
| virtual std::string MED.TMeshInfo.GetDesc | ( | ) | const [pure virtual] |
Get description for the mesh.
Implemented in MED.TTMeshInfo< eVersion >.
| virtual void MED.TMeshInfo.SetDesc | ( | const std::string & | theValue | ) | [pure virtual] |
Sets description for the mesh.
Implemented in MED.TTMeshInfo< eVersion >.
Dimension of the mesh (0, 1, 2 or 3)
Type of the mesh.
Description of the mesh.