MED::TMeshInfo Struct Referenceabstract

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

#include <MED_Structures.hxx>

Public Member Functions

virtual std::string GetDesc () const =0
 Get description for the mesh. More...
 
TInt GetDim () const
 Gets dimension of the mesh. More...
 
TInt GetSpaceDim () const
 
EMaillage GetType () const
 Gets type of the mesh. More...
 
virtual void SetDesc (const std::string &theValue)=0
 Sets description for the mesh. More...
 
- Public Member Functions inherited from MED::TNameInfo
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...
 
- Public Member Functions inherited from MED::TBase
virtual ~TBase ()
 

Public Attributes

TString myDesc
 Description of the mesh. More...
 
TInt myDim
 Dimension of the mesh (0, 1, 2 or 3) More...
 
TInt mySpaceDim
 
EMaillage myType
 Type of the mesh. More...
 
- Public Attributes inherited from MED::TNameInfo
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< eVersion >.

◆ GetDim()

TInt MED::TMeshInfo::GetDim ( ) const

Gets dimension of the mesh.

Referenced by MED::V2_2::TVWrapper::GetEntityInfo().

◆ GetSpaceDim()

TInt MED::TMeshInfo::GetSpaceDim ( ) const

◆ GetType()

EMaillage MED::TMeshInfo::GetType ( ) const

Gets type of the mesh.

Referenced by MED::V2_2::TVWrapper::GetEntityInfo().

◆ SetDesc()

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

Sets description for the mesh.

Implemented in MED::TTMeshInfo< eVersion >.

Member Data Documentation

◆ myDesc

◆ myDim

◆ mySpaceDim

◆ myType


The documentation for this struct was generated from the following file: