Version: 5.1.6

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.
virtual void SetName (const TString &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 >.

virtual void MED.TNameInfo.SetName ( const TString theValue  )  [pure virtual]

Set a new name.

Implemented in MED.TTNameInfo< eVersion >.


Field Documentation

Keeps its name.