

Public Member Functions | |
| bool | changeMeshName (const std::string &oldMeshName, const std::string &newMeshName) |
| bool | changeMeshNames (const std::vector< std::pair< std::string, std::string > > &modifTab) |
| void | dealWithStructureElements () |
| MEDFileData * | deepCopy () const |
| std::string | getClassName () const override |
| std::vector< const BigMemoryObject * > | getDirectChildrenWithNull () const |
| MEDFileFields * | getFields () const |
| std::string | getHeader () const |
| std::size_t | getHeapMemorySizeWithoutChildren () const |
| MEDFileMeshes * | getMeshes () const |
| int | getNumberOfFields () const |
| int | getNumberOfMeshes () const |
| int | getNumberOfParams () const |
| MEDFileParameters * | getParams () const |
| void | setFields (MEDFileFields *fields) |
| void | setHeader (const std::string &header) |
| void | setMeshes (MEDFileMeshes *meshes) |
| void | setParams (MEDFileParameters *params) |
| std::string | simpleRepr () const |
| bool | unPolyzeMeshes () |
| 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 MCAuto< MEDFileData > | Aggregate (const std::vector< const MEDFileData * > &mfds) |
| static MEDFileData * | New () |
| static MEDFileData * | New (const std::string &fileName) |
| static MEDFileData * | New (DataArrayByte *db) |
| static MEDFileData * | 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 () |
User class.
|
static |
|
static |
|
static |
|
static |
|
overridevirtual |
Reimplemented from MEDCoupling::BigMemoryObject.
| MEDFileData* MEDCoupling::MEDFileData::deepCopy | ( | ) | const |
|
virtual |
Implements MEDCoupling::BigMemoryObject.
|
virtual |
Implements MEDCoupling::BigMemoryObject.
| MEDFileFields* MEDCoupling::MEDFileData::getFields | ( | ) | const |
| MEDFileMeshes* MEDCoupling::MEDFileData::getMeshes | ( | ) | const |
| MEDFileParameters* MEDCoupling::MEDFileData::getParams | ( | ) | const |
| void MEDCoupling::MEDFileData::setFields | ( | MEDFileFields * | fields | ) |
| void MEDCoupling::MEDFileData::setMeshes | ( | MEDFileMeshes * | meshes | ) |
| void MEDCoupling::MEDFileData::setParams | ( | MEDFileParameters * | params | ) |
| int MEDCoupling::MEDFileData::getNumberOfFields | ( | ) | const |
| int MEDCoupling::MEDFileData::getNumberOfMeshes | ( | ) | const |
| int MEDCoupling::MEDFileData::getNumberOfParams | ( | ) | const |
| std::string MEDCoupling::MEDFileData::simpleRepr | ( | ) | const |
| std::string MEDCoupling::MEDFileData::getHeader | ( | ) | const |
| void MEDCoupling::MEDFileData::setHeader | ( | const std::string & | header | ) |
| bool MEDCoupling::MEDFileData::changeMeshNames | ( | const std::vector< std::pair< std::string, std::string > > & | modifTab | ) |
| bool MEDCoupling::MEDFileData::changeMeshName | ( | const std::string & | oldMeshName, |
| const std::string & | newMeshName | ||
| ) |
| bool MEDCoupling::MEDFileData::unPolyzeMeshes | ( | ) |
| void MEDCoupling::MEDFileData::dealWithStructureElements | ( | ) |
|
static |
| void MEDCoupling::MEDFileData::writeLL | ( | med_idt | fid | ) | const |