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::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 |
Static Public Member Functions | |
static MEDFileMeshes * | New () |
static MEDFileMeshes * | New (med_idt fid) |
static MEDFileMeshes * | New (DataArrayByte *db) |
static MEDFileMeshes * | New (const std::string &fileName) |
Additional Inherited Members | |
Protected Member Functions inherited from MEDCoupling::RefCountObject | |
RefCountObject () | |
RefCountObject (const RefCountObject &other) | |
virtual | ~RefCountObject () |
|
static |
Referenced by MEDCoupling::MEDFileData::Aggregate(), deepCopy(), and New().
|
static |
|
static |
|
static |
References New().
MEDFileMeshes * MEDFileMeshes::deepCopy | ( | ) | const |
References deepCopy(), New(), and MEDCoupling::MCAuto< T >::retn().
Referenced by deepCopy().
|
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 MEDCoupling::MEDFileData::simpleRepr(), and 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 getMeshWithName(), MEDCoupling::MEDFileMeshesIterator::nextt(), and MEDCoupling::MEDFileData::unPolyzeMeshes().
MEDFileMesh * MEDFileMeshes::getMeshWithName | ( | const std::string & | mname | ) | const |
Return a borrowed reference (caller is not responsible)
References getMeshAtPos(), and getMeshesNames().
Referenced by MEDCoupling::MEDFileAnyTypeField1TSWithoutSDA::loadOnlyStructureOfDataRecursively().
std::vector< std::string > MEDFileMeshes::getMeshesNames | ( | ) | const |
References MEDCoupling::MEDFileMeshMultiTS::getName().
Referenced by getMeshWithName(), and simpleReprWithoutHeader().
bool MEDFileMeshes::changeNames | ( | const std::vector< std::pair< std::string, std::string > > & | modifTab | ) |
References MEDCoupling::MEDFileMeshMultiTS::changeNames(), and iterator().
Referenced by MEDCoupling::MEDFileData::changeMeshNames().
void MEDFileMeshes::cartesianizeMe | ( | ) |
References MEDCoupling::MEDFileMeshMultiTS::cartesianizeMe(), and iterator().
void MEDFileMeshes::resize | ( | int | newSize | ) |
void MEDFileMeshes::pushMesh | ( | MEDFileMesh * | mesh | ) |
References MEDCoupling::MEDFileMeshMultiTS::New(), and MEDCoupling::MEDFileMeshMultiTS::setOneTimeStep().
Referenced by MEDCoupling::MEDFileData::Aggregate().
void MEDFileMeshes::setMeshAtPos | ( | int | i, |
MEDFileMesh * | mesh | ||
) |
void MEDFileMeshes::destroyMeshAtPos | ( | int | i | ) |
bool MEDFileMeshes::presenceOfStructureElements | ( | ) | const |
void MEDFileMeshes::killStructureElements | ( | ) |
References iterator().