Public Member Functions | |
std::string | simpleRepr () const |
void | simpleReprWithoutHeader (std::ostream &oss) const |
void | write (const char *fileName, int mode) const throw (INTERP_KERNEL::Exception) |
void | write (med_idt fid) const throw (INTERP_KERNEL::Exception) |
int | getNumberOfMeshes () const throw (INTERP_KERNEL::Exception) |
MEDFileMesh * | getMeshAtPos (int i) const throw (INTERP_KERNEL::Exception) |
MEDFileMesh * | getMeshWithName (const char *mname) const throw (INTERP_KERNEL::Exception) |
std::vector< std::string > | getMeshesNames () const throw (INTERP_KERNEL::Exception) |
void | resize (int newSize) throw (INTERP_KERNEL::Exception) |
void | pushMesh (MEDFileMesh *mesh) throw (INTERP_KERNEL::Exception) |
void | setMeshAtPos (int i, MEDFileMesh *mesh) throw (INTERP_KERNEL::Exception) |
void | destroyMeshAtPos (int i) throw (INTERP_KERNEL::Exception) |
![]() | |
bool | decrRef () const |
void | incrRef () const |
Static Public Member Functions | |
static MEDFileMeshes * | New () |
static MEDFileMeshes * | New (const char *fileName) throw (INTERP_KERNEL::Exception) |
Additional Inherited Members | |
![]() | |
RefCountObject () | |
RefCountObject (const RefCountObject &other) | |
virtual | ~RefCountObject () |
|
static |
|
static |
std::string MEDFileMeshes::simpleRepr | ( | ) | const |
References simpleReprWithoutHeader().
void MEDFileMeshes::simpleReprWithoutHeader | ( | std::ostream & | oss | ) | const |
References getMeshesNames(), and getNumberOfMeshes().
Referenced by simpleRepr().
void MEDFileMeshes::write | ( | const char * | fileName, |
int | mode | ||
) | const throw (INTERP_KERNEL::Exception) |
void MEDFileMeshes::write | ( | med_idt | fid | ) | const throw (INTERP_KERNEL::Exception) |
int MEDFileMeshes::getNumberOfMeshes | ( | ) | const throw (INTERP_KERNEL::Exception) |
Referenced by simpleReprWithoutHeader().
MEDFileMesh * MEDFileMeshes::getMeshAtPos | ( | int | i | ) | const throw (INTERP_KERNEL::Exception) |
MEDFileMesh * MEDFileMeshes::getMeshWithName | ( | const char * | mname | ) | const throw (INTERP_KERNEL::Exception) |
std::vector< std::string > MEDFileMeshes::getMeshesNames | ( | ) | const throw (INTERP_KERNEL::Exception) |
References ParaMEDMEM::MEDFileMeshMultiTS::getName().
Referenced by simpleReprWithoutHeader().
void MEDFileMeshes::resize | ( | int | newSize | ) | throw (INTERP_KERNEL::Exception) |
void MEDFileMeshes::pushMesh | ( | MEDFileMesh * | mesh | ) | throw (INTERP_KERNEL::Exception) |
void MEDFileMeshes::setMeshAtPos | ( | int | i, |
MEDFileMesh * | mesh | ||
) | throw (INTERP_KERNEL::Exception) |
void MEDFileMeshes::destroyMeshAtPos | ( | int | i | ) | throw (INTERP_KERNEL::Exception) |