Version: 9.12.0
MED::TNameInfo Struct Referenceabstract

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

#include <MED_Structures.hxx>

Inheritance diagram for MED::TNameInfo:

Public Member Functions

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

Data Fields

TString myName
 Keeps its name. More...
 

Detailed Description

Define a parent class for all named MED entities.

Member Function Documentation

◆ GetName()

virtual std::string MED::TNameInfo::GetName ( ) const
pure virtual

Gets its name.

Implemented in MED::TTNameInfo.

◆ SetName() [1/2]

virtual void MED::TNameInfo::SetName ( const std::string &  theValue)
pure virtual

Set a new name.

Implemented in MED::TTNameInfo.

Referenced by MED::TWrapper::GetFieldInfo().

◆ SetName() [2/2]

virtual void MED::TNameInfo::SetName ( const TString theValue)
pure virtual

Set a new name.

Implemented in MED::TTNameInfo.

Field Documentation

◆ myName