#include <MED_TStructures.hxx>
Public Types | |
typedef TTNameInfo< eVersion > | TNameInfoBase |
Public Member Functions | |
virtual std::string | GetDesc () const |
Get description for the mesh. More... | |
virtual void | SetDesc (const std::string &theValue) |
Sets description for the mesh. More... | |
TTMeshInfo (const PMeshInfo &theInfo) | |
TTMeshInfo (TInt theDim, TInt theSpaceDim, const std::string &theValue, EMaillage theType, const std::string &theDesc) | |
Public Member Functions inherited from MED::TMeshInfo | |
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... | |
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::TMeshInfo | |
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... | |
typedef TTNameInfo<eVersion> MED::TTMeshInfo< eVersion >::TNameInfoBase |
MED::TTMeshInfo< eVersion >::TTMeshInfo | ( | const PMeshInfo & | theInfo | ) |
MED::TTMeshInfo< eVersion >::TTMeshInfo | ( | TInt | theDim, |
TInt | theSpaceDim, | ||
const std::string & | theValue, | ||
EMaillage | theType, | ||
const std::string & | theDesc | ||
) |
|
virtual |
Get description for the mesh.
Implements MED::TMeshInfo.
References MED::GetString(), and MED::TMeshInfo::myDesc.
|
virtual |
Sets description for the mesh.
Implements MED::TMeshInfo.
References MED::TMeshInfo::myDesc, and MED::SetString().
Referenced by MED::TTMeshInfo< eVersion >::TTMeshInfo().