Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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::MEDFileFieldNameScope ( )
MEDFileFieldNameScope::MEDFileFieldNameScope ( const std::string &  fieldName,
const std::string &  meshName 
)

Member Function Documentation

Member Data Documentation

std::string MEDCoupling::MEDFileFieldNameScope::_name
protected