

Public Member Functions | |
| void | cartesianizeMe () |
| bool | changeNames (const std::vector< std::pair< std::string, std::string >> &modifTab) |
| MEDFileMeshes * | deepCopy () const |
| void | destroyMeshAtPos (int i) |
| std::string | getClassName () const override |
| std::vector< const BigMemoryObject * > | getDirectChildrenWithNull () const |
| std::size_t | getHeapMemorySizeWithoutChildren () const |
| MEDFileMesh * | getMeshAtPos (int i) const |
| std::vector< std::string > | getMeshesNames () const |
| MEDFileMesh * | getMeshWithName (const std::string &mname) const |
| int | getNumberOfMeshes () const |
| MEDFileMeshesIterator * | iterator () |
| void | killStructureElements () |
| bool | presenceOfStructureElements () const |
| void | pushMesh (MEDFileMesh *mesh) |
| void | resize (int newSize) |
| void | setMeshAtPos (int i, MEDFileMesh *mesh) |
| std::string | simpleRepr () const |
| void | simpleReprWithoutHeader (std::ostream &oss) const |
| void | writeLL (med_idt fid) const |
Public Member Functions inherited from MEDCoupling::RefCountObjectOnly | |
| bool | decrRef () const |
| int | getRCValue () const |
| void | incrRef () const |
| RefCountObjectOnly & | operator= (const RefCountObjectOnly &other) |
Public Member Functions inherited from MEDCoupling::BigMemoryObject | |
| std::string | debugHeapMemorySize () const |
| std::vector< const BigMemoryObject * > | getAllTheProgeny () const |
| std::vector< const BigMemoryObject * > | getDirectChildren () const |
| std::size_t | getHeapMemorySize () const |
| std::string | getHeapMemorySizeStr () const |
| bool | isObjectInTheProgeny (const BigMemoryObject *obj) const |
| virtual | ~BigMemoryObject () |
Static Public Member Functions | |
| static MEDFileMeshes * | New () |
| static MEDFileMeshes * | New (const std::string &fileName) |
| static MEDFileMeshes * | New (DataArrayByte *db) |
| static MEDFileMeshes * | New (med_idt fid) |
Static Public Member Functions inherited from MEDCoupling::BigMemoryObject | |
| static std::size_t | GetHeapMemorySizeOfObjs (const std::vector< const BigMemoryObject * > &objs) |
Additional Inherited Members | |
Protected Member Functions inherited from MEDCoupling::RefCountObject | |
| RefCountObject () | |
| RefCountObject (const RefCountObject &other) | |
| virtual | ~RefCountObject () |
Protected Member Functions inherited from MEDCoupling::RefCountObjectOnly | |
| RefCountObjectOnly () | |
| RefCountObjectOnly (const RefCountObjectOnly &other) | |
| virtual | ~RefCountObjectOnly () |
|
static |
Referenced by deepCopy(), and New().
|
static |
|
static |
|
static |
References New().
|
overridevirtual |
Reimplemented from MEDCoupling::BigMemoryObject.
| MEDFileMeshes * MEDFileMeshes::deepCopy | ( | ) | const |
References New().
|
virtual |
Implements MEDCoupling::BigMemoryObject.
|
virtual |
Implements MEDCoupling::BigMemoryObject.
| std::string MEDFileMeshes::simpleRepr | ( | ) | const |
References simpleReprWithoutHeader().
| void MEDFileMeshes::simpleReprWithoutHeader | ( | std::ostream & | oss | ) | const |
References getMeshesNames(), and getNumberOfMeshes().
Referenced by simpleRepr().
| void MEDFileMeshes::writeLL | ( | med_idt | fid | ) | const |
| int MEDFileMeshes::getNumberOfMeshes | ( | ) | const |
| MEDFileMeshesIterator * MEDFileMeshes::iterator | ( | ) |
Referenced by cartesianizeMe(), changeNames(), and killStructureElements().
| MEDFileMesh * MEDFileMeshes::getMeshAtPos | ( | int | i | ) | const |
Return a borrowed reference (caller is not responsible)
Referenced by MEDCoupling::MEDFileFields::aggregateFieldsOnSameMeshes(), getMeshWithName(), MEDCoupling::MEDFileFields::linearToQuadratic(), and MEDCoupling::MEDFileMeshesIterator::nextt().
| MEDFileMesh * MEDFileMeshes::getMeshWithName | ( | const std::string & | mname | ) | const |
Return a borrowed reference (caller is not responsible)
References getMeshAtPos(), and getMeshesNames().
Referenced by MEDCoupling::MEDFileFields::linearToQuadratic(), and MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::loadOnlyStructureOfDataRecursively().
| std::vector< std::string > MEDFileMeshes::getMeshesNames | ( | ) | const |
References MEDCoupling::MEDFileMeshMultiTS::getName().
Referenced by MEDCoupling::MEDFileFields::aggregateFieldsOnSameMeshes(), getMeshWithName(), and simpleReprWithoutHeader().
| bool MEDFileMeshes::changeNames | ( | const std::vector< std::pair< std::string, std::string >> & | modifTab | ) |
References MEDCoupling::MEDFileMeshMultiTS::changeNames(), and iterator().
| void MEDFileMeshes::cartesianizeMe | ( | ) |
References MEDCoupling::MEDFileMeshMultiTS::cartesianizeMe(), and iterator().
| void MEDFileMeshes::resize | ( | int | newSize | ) |
Referenced by MEDCoupling::MEDFileFields::aggregateFieldsOnSameMeshes().
| void MEDFileMeshes::pushMesh | ( | MEDFileMesh * | mesh | ) |
| void MEDFileMeshes::setMeshAtPos | ( | int | i, |
| MEDFileMesh * | mesh | ||
| ) |
| void MEDFileMeshes::destroyMeshAtPos | ( | int | i | ) |
| bool MEDFileMeshes::presenceOfStructureElements | ( | ) | const |
| void MEDFileMeshes::killStructureElements | ( | ) |
References iterator().