

Public Member Functions | |
| const char * | getName () const throw (INTERP_KERNEL::Exception) |
| MEDFileMesh * | getOneTimeStep () const throw (INTERP_KERNEL::Exception) |
| void | write (const char *fileName, int mode) const throw (INTERP_KERNEL::Exception) |
| void | setOneTimeStep (MEDFileMesh *mesh1TimeStep) throw (INTERP_KERNEL::Exception) |
Static Public Member Functions | |
| static MEDFileMeshMultiTS * | New () |
| static MEDFileMeshMultiTS * | New (const char *fileName) throw (INTERP_KERNEL::Exception) |
| static MEDFileMeshMultiTS * | New (const char *fileName, const char *mName) throw (INTERP_KERNEL::Exception) |
| MEDFileMeshMultiTS * MEDFileMeshMultiTS::New | ( | ) | [static] |
Referenced by ParaMEDMEM::MEDFileMeshes::pushMesh(), and ParaMEDMEM::MEDFileMeshes::setMeshAtPos().
| MEDFileMeshMultiTS * MEDFileMeshMultiTS::New | ( | const char * | fileName | ) | throw (INTERP_KERNEL::Exception) [static] |
| MEDFileMeshMultiTS * MEDFileMeshMultiTS::New | ( | const char * | fileName, |
| const char * | mName | ||
| ) | throw (INTERP_KERNEL::Exception) [static] |
| const char * MEDFileMeshMultiTS::getName | ( | ) | const throw (INTERP_KERNEL::Exception) |
| MEDFileMesh * MEDFileMeshMultiTS::getOneTimeStep | ( | ) | const throw (INTERP_KERNEL::Exception) |
| void MEDFileMeshMultiTS::write | ( | const char * | fileName, |
| int | mode | ||
| ) | const throw (INTERP_KERNEL::Exception) |
| void MEDFileMeshMultiTS::setOneTimeStep | ( | MEDFileMesh * | mesh1TimeStep | ) | throw (INTERP_KERNEL::Exception) |
Referenced by ParaMEDMEM::MEDFileMeshes::pushMesh(), and ParaMEDMEM::MEDFileMeshes::setMeshAtPos().