Version: 5.1.6

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 Space dimension.
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
 Space dimension (0, 1, 2 or 3).
TInt myMeshDim
 dimension of mesh elements
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 Space dimension.

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

Space dimension (0, 1, 2 or 3).

dimension of mesh elements

Type of the mesh.

Description of the mesh.