Define a parent class for all named MED entities. More...
#include <MED_Structures.hxx>

Public Member Functions | |
| virtual std::string | GetName () const =0 |
| Gets its name. | |
| virtual void | SetName (const std::string &theValue)=0 |
| Set a new name. | |
| virtual void | SetName (const TString &theValue)=0 |
| Set a new name. | |
Data Fields | |
| TString | myName |
| Keeps its name. | |
Define a parent class for all named MED entities.
| virtual std::string MED.TNameInfo.GetName | ( | ) | const [pure virtual] |
Gets its name.
Implemented in MED.TTNameInfo< eVersion >.
| virtual void MED.TNameInfo.SetName | ( | const std::string & | theValue | ) | [pure virtual] |
Set a new name.
Implemented in MED.TTNameInfo< eVersion >.
| virtual void MED.TNameInfo.SetName | ( | const TString & | theValue | ) | [pure virtual] |
Set a new name.
Implemented in MED.TTNameInfo< eVersion >.
Keeps its name.