MED::TProfileInfo Struct Reference

The class represents MED Profile entity. More...

#include <MED_Structures.hxx>

Public Types

typedef boost::tuple< TKey, TIntTInfo
 
typedef std::string TKey
 

Public Member Functions

TInt GetElemNum (TInt theId) const
 Get number of mesh elelemts by its order number. More...
 
EModeProfil GetMode () const
 Let known what mode of MED Profile is used. More...
 
TInt GetSize () const
 Let known size of the MED Profile. More...
 
bool IsPresent () const
 Let known is the MED Profile defined. More...
 
void SetElemNum (TInt theId, TInt theVal)
 Set number of mesh elelemts by its order number. More...
 
void SetMode (EModeProfil theMode)
 Set mode for the MED Profile. 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

PElemNum myElemNum
 Keeps sequence of cell by its number which belong to the profile. More...
 
EModeProfil myMode
 Keeps mode for the MED Profile. More...
 
- Public Attributes inherited from MED::TNameInfo
TString myName
 Keeps its name. More...
 

Detailed Description

The class represents MED Profile entity.

Member Typedef Documentation

◆ TInfo

typedef boost::tuple<TKey,TInt> MED::TProfileInfo::TInfo

◆ TKey

typedef std::string MED::TProfileInfo::TKey

Member Function Documentation

◆ GetElemNum()

TInt TProfileInfo::GetElemNum ( TInt  theId) const

Get number of mesh elelemts by its order number.

References myElemNum.

◆ GetMode()

EModeProfil MED::TProfileInfo::GetMode ( ) const

Let known what mode of MED Profile is used.

◆ GetSize()

TInt MED::TProfileInfo::GetSize ( ) const

Let known size of the MED Profile.

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

◆ IsPresent()

bool MED::TProfileInfo::IsPresent ( ) const

Let known is the MED Profile defined.

◆ SetElemNum()

void TProfileInfo::SetElemNum ( TInt  theId,
TInt  theVal 
)

Set number of mesh elelemts by its order number.

◆ SetMode()

void MED::TProfileInfo::SetMode ( EModeProfil  theMode)

Set mode for the MED Profile.

Member Data Documentation

◆ myElemNum

PElemNum MED::TProfileInfo::myElemNum

Keeps sequence of cell by its number which belong to the profile.

Referenced by GetElemNum(), MED::V2_2::TVWrapper::GetProfileInfo(), MED::V2_2::TVWrapper::SetProfileInfo(), and MED::TTProfileInfo< eVersion >::TTProfileInfo().

◆ myMode

EModeProfil MED::TProfileInfo::myMode

Keeps mode for the MED Profile.

Referenced by MED::TTProfileInfo< eVersion >::TTProfileInfo().


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