MED.TNameInfo Struct Reference

Define a parent class for all named MED entities. More...

#include <MED_Structures.hxx>

Inheritance diagram for MED.TNameInfo:

Inheritance graph

Public Member Functions

virtual std::string GetName () const =0
 Gets its name.
virtual void SetName (const std::string &theValue)=0
 Set a new name.

Data Fields

TString myName
 Keeps its name.

Detailed Description

Define a parent class for all named MED entities.


Member Function Documentation

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 >.


Field Documentation

TString MED.TNameInfo.myName
 

Keeps its name.