

Public Member Functions | |
| void | write (const char *fileName, int mode) const throw (INTERP_KERNEL::Exception) |
| int | getNumberOfMeshes () const throw (INTERP_KERNEL::Exception) |
| MEDFileMesh * | getMeshAtPos (int i) 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) |
Static Public Member Functions | |
| static MEDFileMeshes * | New () |
| static MEDFileMeshes * | New (const char *fileName) throw (INTERP_KERNEL::Exception) |
| MEDFileMeshes * MEDFileMeshes::New | ( | ) | [static] |
| MEDFileMeshes * MEDFileMeshes::New | ( | const char * | fileName | ) | throw (INTERP_KERNEL::Exception) [static] |
| void MEDFileMeshes::write | ( | const char * | fileName, |
| int | mode | ||
| ) | const throw (INTERP_KERNEL::Exception) |
| int MEDFileMeshes::getNumberOfMeshes | ( | ) | const throw (INTERP_KERNEL::Exception) |
| MEDFileMesh * MEDFileMeshes::getMeshAtPos | ( | int | i | ) | const throw (INTERP_KERNEL::Exception) |
| 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) |