

Public Member Functions | |
| void | cartesianizeMe () |
| bool | changeNames (const std::vector< std::pair< std::string, std::string > > &modifTab) |
| MEDFileMeshMultiTS * | deepCopy () const |
| std::vector< const BigMemoryObject * > | getDirectChildrenWithNull () const |
| std::size_t | getHeapMemorySizeWithoutChildren () const |
| MEDFileJoints * | getJoints () const |
| std::string | getName () const |
| MEDFileMesh * | getOneTimeStep () const |
| void | killStructureElements () |
| bool | presenceOfStructureElements () const |
| void | setJoints (MEDFileJoints *joints) |
| void | setName (const std::string &newMeshName) |
| void | setOneTimeStep (MEDFileMesh *mesh1TimeStep) |
| void | writeLL (med_idt fid) const |
Static Public Member Functions | |
| static MEDFileMeshMultiTS * | New () |
| static MEDFileMeshMultiTS * | New (med_idt fid) |
| static MEDFileMeshMultiTS * | New (const std::string &fileName) |
| static MEDFileMeshMultiTS * | New (med_idt fid, const std::string &mName) |
| static MEDFileMeshMultiTS * | New (const std::string &fileName, const std::string &mName) |
Additional Inherited Members | |
Protected Member Functions inherited from MEDCoupling::RefCountObject | |
| RefCountObject () | |
| RefCountObject (const RefCountObject &other) | |
| virtual | ~RefCountObject () |
|
static |
Referenced by deepCopy(), New(), MEDCoupling::MEDFileMeshes::pushMesh(), and MEDCoupling::MEDFileMeshes::setMeshAtPos().
|
static |
|
static |
References New().
|
static |
|
static |
References New().
| MEDFileMeshMultiTS * MEDFileMeshMultiTS::deepCopy | ( | ) | const |
References New(), and MEDCoupling::MCAuto< T >::retn().
|
virtual |
Implements MEDCoupling::BigMemoryObject.
|
virtual |
Implements MEDCoupling::BigMemoryObject.
| std::string MEDFileMeshMultiTS::getName | ( | ) | const |
Referenced by MEDCoupling::MEDFileMeshes::getMeshesNames(), and setName().
| void MEDFileMeshMultiTS::setName | ( | const std::string & | newMeshName | ) |
References changeNames(), and getName().
| bool MEDFileMeshMultiTS::changeNames | ( | const std::vector< std::pair< std::string, std::string > > & | modifTab | ) |
References MEDCoupling::MEDFileMesh::changeNames().
Referenced by MEDCoupling::MEDFileMeshes::changeNames(), and setName().
| void MEDFileMeshMultiTS::cartesianizeMe | ( | ) |
References MEDCoupling::MEDFileMesh::cartesianize().
Referenced by MEDCoupling::MEDFileMeshes::cartesianizeMe().
| MEDFileMesh * MEDFileMeshMultiTS::getOneTimeStep | ( | ) | const |
Referenced by getJoints().
| void MEDFileMeshMultiTS::writeLL | ( | med_idt | fid | ) | const |
References getJoints(), and MEDCoupling::MEDFileMesh::setJoints().
| void MEDFileMeshMultiTS::setOneTimeStep | ( | MEDFileMesh * | mesh1TimeStep | ) |
References MEDCoupling::RefCountObjectOnly::incrRef().
Referenced by MEDCoupling::MEDFileMeshes::pushMesh(), and MEDCoupling::MEDFileMeshes::setMeshAtPos().
| MEDFileJoints * MEDFileMeshMultiTS::getJoints | ( | ) | const |
References getOneTimeStep().
Referenced by writeLL().
| void MEDFileMeshMultiTS::setJoints | ( | MEDFileJoints * | joints | ) |
Set Joints that are common to all time-stamps.
| bool MEDFileMeshMultiTS::presenceOfStructureElements | ( | ) | const |
| void MEDFileMeshMultiTS::killStructureElements | ( | ) |