Version: 9.12.0
MED::TMeshInfo Struct Referenceabstract

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

#include <MED_Structures.hxx>

Inheritance diagram for MED::TMeshInfo:

Public Member Functions

TInt GetDim () const
 Gets dimension of the mesh. More...
 
TInt GetSpaceDim () const
 
EMaillage GetType () const
 Gets type of the mesh. More...
 
virtual std::string GetDesc () const =0
 Get description for the mesh. More...
 
virtual void SetDesc (const std::string &theValue)=0
 Sets description for the mesh. More...
 
virtual std::string GetName () const =0
 Gets its name. More...
 
virtual void SetName (const std::string &theValue)=0
 Set a new name. More...
 
virtual void SetName (const TString &theValue)=0
 Set a new name. More...
 

Data Fields

TInt myDim
 Dimension of the mesh (0, 1, 2 or 3) More...
 
TInt mySpaceDim
 
EMaillage myType
 Type of the mesh. More...
 
TString myDesc
 Description of the mesh. More...
 
TString myName
 Keeps its name. More...
 

Detailed Description

Define a base class which represents MED Mesh entity.

Member Function Documentation

◆ GetDesc()

virtual std::string MED::TMeshInfo::GetDesc ( ) const
pure virtual

Get description for the mesh.

Implemented in MED::TTMeshInfo.

◆ GetDim()

TInt MED::TMeshInfo::GetDim ( ) const

Gets dimension of the mesh.

Referenced by MED::TWrapper::GetEntityInfo().

◆ GetName()

virtual std::string MED::TNameInfo::GetName ( ) const
pure virtualinherited

Gets its name.

Implemented in MED::TTNameInfo.

◆ GetSpaceDim()

TInt MED::TMeshInfo::GetSpaceDim ( ) const

◆ GetType()

EMaillage MED::TMeshInfo::GetType ( ) const

Gets type of the mesh.

Referenced by MED::TWrapper::GetEntityInfo().

◆ SetDesc()

virtual void MED::TMeshInfo::SetDesc ( const std::string &  theValue)
pure virtual

Sets description for the mesh.

Implemented in MED::TTMeshInfo.

◆ SetName() [1/2]

virtual void MED::TNameInfo::SetName ( const std::string &  theValue)
pure virtualinherited

Set a new name.

Implemented in MED::TTNameInfo.

Referenced by MED::TWrapper::GetFieldInfo().

◆ SetName() [2/2]

virtual void MED::TNameInfo::SetName ( const TString theValue)
pure virtualinherited

Set a new name.

Implemented in MED::TTNameInfo.

Field Documentation

◆ myDesc

◆ myDim

◆ myName

◆ mySpaceDim

◆ myType