Version: 5.1.6

MED.TProfileInfo Struct Reference

The class represents MED Profile entity. More...

#include <MED_Structures.hxx>

Inheritance diagram for MED.TProfileInfo:
Inheritance graph

Public Types

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

Public Member Functions

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

Data Fields

EModeProfil myMode
 Keeps mode for the MED Profile.
PElemNum myElemNum
 Keeps sequence of cell by its number which belong to the profile.

Detailed Description

The class represents MED Profile entity.


Member Typedef Documentation

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

Member Function Documentation

EModeProfil MED.TProfileInfo.GetMode (  )  const

Let known what mode of MED Profile is used.

void MED.TProfileInfo.SetMode ( EModeProfil  theMode  ) 

Set mode for the MED Profile.

TInt TProfileInfo::GetElemNum ( TInt  theId  )  const

Get number of mesh elelemts by its order number.

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

Set number of mesh elelemts by its order number.

bool MED.TProfileInfo.IsPresent (  )  const

Let known is the MED Profile defined.

TInt MED.TProfileInfo.GetSize (  )  const

Let known size of the MED Profile.


Field Documentation

Keeps mode for the MED Profile.

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