#include <MEDFileFieldGlobs.hxx>
◆ MEDFileFieldNameScope() [1/2]
| MEDFileFieldNameScope::MEDFileFieldNameScope |
( |
| ) |
|
◆ MEDFileFieldNameScope() [2/2]
| MEDFileFieldNameScope::MEDFileFieldNameScope |
( |
const std::string & |
fieldName, |
|
|
const std::string & |
meshName |
|
) |
| |
◆ getName()
| std::string MEDFileFieldNameScope::getName |
( |
| ) |
const |
Returns the name of this field.
- Returns
- std::string - a string containing the field name.
References _name.
Referenced by MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::getFieldOnMeshAtLevel(), MEDCoupling::MEDFileFields::getFieldsNames(), MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::getFieldWithProfile(), MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::getMeshIdFromMeshName(), MEDCoupling::MEDFileAnyTypeField1TS::getName(), MEDCoupling::MEDFileAnyTypeFieldMultiTS::getName(), MEDCoupling::MEDFileFields::getPosFromFieldName(), MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::loadOnlyStructureOfDataRecursively(), MEDCoupling::MEDFileAnyTypeFieldMultiTSWithoutSDA::loadStructureOrStructureAndBigArraysRecursively(), MEDCoupling::MEDFileAnyTypeFieldMultiTSWithoutSDA::pushBackTimeStep(), MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::readDescription(), MEDCoupling::MEDFileFields::simpleRepr(), MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::simpleRepr(), and MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::writeDescription().
◆ setName()
| void MEDFileFieldNameScope::setName |
( |
const std::string & |
fieldName | ) |
|
◆ getDescription()
| std::string MEDFileFieldNameScope::getDescription |
( |
| ) |
const |
◆ setDescription()
| void MEDFileFieldNameScope::setDescription |
( |
const std::string & |
description | ) |
|
◆ getDtUnit()
| std::string MEDFileFieldNameScope::getDtUnit |
( |
| ) |
const |
◆ setDtUnit()
| void MEDFileFieldNameScope::setDtUnit |
( |
const std::string & |
dtUnit | ) |
|
◆ copyNameScope()
◆ getMeshName()
| std::string MEDFileFieldNameScope::getMeshName |
( |
| ) |
const |
Returns the mesh name.
- Returns
- std::string - a string holding the mesh name.
- Exceptions
-
| If | _field_per_mesh.empty() |
References _mesh_name.
Referenced by MEDCoupling::MEDFileAnyTypeFieldMultiTSWithoutSDA::changeMeshNames(), MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::getFieldAtLevel(), MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::getFieldAtTopLevel(), MEDCoupling::MEDFileFields::getMeshesNames(), MEDCoupling::MEDFileAnyTypeField1TS::getMeshName(), MEDCoupling::MEDFileAnyTypeFieldMultiTS::getMeshName(), MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::loadOnlyStructureOfDataRecursively(), MEDCoupling::MEDFileAnyTypeFieldMultiTSWithoutSDA::loadStructureOrStructureAndBigArraysRecursively(), MEDFileFieldLin2QuadVisitor::newFieldEntry(), MEDCoupling::MEDFileFields::partOfThisLyingOnSpecifiedMeshName(), MEDCoupling::MEDFileAnyTypeFieldMultiTSWithoutSDA::pushBackTimeStep(), MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::splitDiscretizations(), MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::splitMultiDiscrPerGeoTypes(), and MEDCoupling::MEDFileAnyTypeFieldMultiTSWithoutSDA::writeLL().
◆ setMeshName()
| void MEDFileFieldNameScope::setMeshName |
( |
const std::string & |
meshName | ) |
|
◆ _name
| std::string MEDCoupling::MEDFileFieldNameScope::_name |
|
protected |
◆ _dt_unit
| std::string MEDCoupling::MEDFileFieldNameScope::_dt_unit |
|
protected |
◆ _mesh_name
| std::string MEDCoupling::MEDFileFieldNameScope::_mesh_name |
|
protected |
◆ _description
| std::string MEDCoupling::MEDFileFieldNameScope::_description |
|
protected |