MED.TMeshInfo Struct Reference

Define a base class which represents MED Mesh entity. More...

#include <MED_Structures.hxx>

Inheritance diagram for MED.TMeshInfo:

Inheritance graph

Public Member Functions

TInt GetDim () const
 Gets dimension of the mesh.
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).
EMaillage myType
 Type of the mesh.
TString myDesc
 Description of the mesh.

Detailed Description

Define a base class which represents MED Mesh entity.


Member Function Documentation

TInt MED.TMeshInfo.GetDim  )  const
 

Gets dimension of the mesh.

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


Field Documentation

TInt MED.TMeshInfo.myDim
 

Dimension of the mesh (0, 1, 2 or 3).

EMaillage MED.TMeshInfo.myType
 

Type of the mesh.

TString MED.TMeshInfo.myDesc
 

Description of the mesh.