#include <MED_TStructures.hxx>
Public Types | |
typedef TTNameInfo< eVersion > | TNameInfoBase |
Public Types inherited from MED::TProfileInfo | |
typedef boost::tuple< TKey, TInt > | TInfo |
typedef std::string | TKey |
Public Member Functions | |
TTProfileInfo (const TProfileInfo::TInfo &theInfo, EModeProfil theMode) | |
Public Member Functions inherited from MED::TProfileInfo | |
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... | |
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 Member Functions inherited from MED::TTNameInfo< eVersion > | |
virtual std::string | GetName () const |
Gets its name. More... | |
virtual void | SetName (const std::string &theValue) |
Set a new name. More... | |
virtual void | SetName (const TString &theValue) |
Set a new name. More... | |
TTNameInfo (const std::string &theValue) | |
Additional Inherited Members | |
Public Attributes inherited from MED::TProfileInfo | |
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... | |
typedef TTNameInfo<eVersion> MED::TTProfileInfo< eVersion >::TNameInfoBase |
MED::TTProfileInfo< eVersion >::TTProfileInfo | ( | const TProfileInfo::TInfo & | theInfo, |
EModeProfil | theMode | ||
) |
References MED::eNO_PFLMOD, MED::TProfileInfo::myElemNum, and MED::TProfileInfo::myMode.