Version: 9.12.0
MEDCoupling::MEDFileFieldNameScope Class Reference
Inheritance diagram for MEDCoupling::MEDFileFieldNameScope:

Public Member Functions

void copyNameScope (const MEDFileFieldNameScope &other)
 
std::string getDtUnit () const
 
std::string getMeshName () const
 
std::string getName () const
 
 MEDFileFieldNameScope ()
 
 MEDFileFieldNameScope (const std::string &fieldName, const std::string &meshName)
 
void setDtUnit (const std::string &dtUnit)
 
void setMeshName (const std::string &meshName)
 
void setName (const std::string &fieldName)
 

Protected Attributes

std::string _dt_unit
 
std::string _mesh_name
 
std::string _name
 

Constructor & Destructor Documentation

◆ MEDFileFieldNameScope() [1/2]

MEDFileFieldNameScope::MEDFileFieldNameScope ( )

◆ MEDFileFieldNameScope() [2/2]

MEDFileFieldNameScope::MEDFileFieldNameScope ( const std::string &  fieldName,
const std::string &  meshName 
)

Member Function Documentation

◆ getName()

◆ setName()

◆ getDtUnit()

◆ setDtUnit()

◆ copyNameScope()

void MEDFileFieldNameScope::copyNameScope ( const MEDFileFieldNameScope other)

◆ getMeshName()

◆ setMeshName()

Member Data Documentation

◆ _name

◆ _dt_unit

◆ _mesh_name