#include <MEDFileMesh.hxx>

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) |
Private Member Functions | |
| void | loadFromFile (const char *fileName, const char *mName) throw (INTERP_KERNEL::Exception) |
| MEDFileMeshMultiTS () | |
| MEDFileMeshMultiTS (const char *fileName) throw (INTERP_KERNEL::Exception) | |
| MEDFileMeshMultiTS (const char *fileName, const char *mName) throw (INTERP_KERNEL::Exception) | |
Private Attributes | |
| std::vector < MEDCouplingAutoRefCountObjectPtr < MEDFileMesh > > | _mesh_one_ts |
| MEDFileMeshMultiTS::MEDFileMeshMultiTS | ( | ) | [private] |
| MEDFileMeshMultiTS::MEDFileMeshMultiTS | ( | const char * | fileName | ) | throw (INTERP_KERNEL::Exception) [private] |
| MEDFileMeshMultiTS::MEDFileMeshMultiTS | ( | const char * | fileName, |
| const char * | mName | ||
| ) | throw (INTERP_KERNEL::Exception) [private] |
References Med_Gen_test.fileName.
| MEDFileMeshMultiTS * MEDFileMeshMultiTS::New | ( | ) | [static] |
| MEDFileMeshMultiTS * MEDFileMeshMultiTS::New | ( | const char * | fileName | ) | throw (INTERP_KERNEL::Exception) [static] |
References Med_Gen_test.fileName.
| MEDFileMeshMultiTS * MEDFileMeshMultiTS::New | ( | const char * | fileName, |
| const char * | mName | ||
| ) | throw (INTERP_KERNEL::Exception) [static] |
References Med_Gen_test.fileName.
| const char * MEDFileMeshMultiTS::getName | ( | ) | const throw (INTERP_KERNEL::Exception) |
References ParaMEDMEM.MEDFileMeshMultiTS._mesh_one_ts.
| MEDFileMesh * MEDFileMeshMultiTS::getOneTimeStep | ( | ) | const throw (INTERP_KERNEL::Exception) |
References ParaMEDMEM.MEDFileMeshMultiTS._mesh_one_ts.
| void MEDFileMeshMultiTS::write | ( | const char * | fileName, |
| int | mode | ||
| ) | const throw (INTERP_KERNEL::Exception) |
References Med_Gen_test.fileName, Med_Gen_test.it, and med_test3.mode.
| void MEDFileMeshMultiTS::setOneTimeStep | ( | MEDFileMesh * | mesh1TimeStep | ) | throw (INTERP_KERNEL::Exception) |
| void MEDFileMeshMultiTS::loadFromFile | ( | const char * | fileName, |
| const char * | mName | ||
| ) | throw (INTERP_KERNEL::Exception) [private] |
References Med_Gen_test.fileName, and ParaMEDMEM.MEDFileMesh.New().
std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileMesh> > ParaMEDMEM.MEDFileMeshMultiTS._mesh_one_ts [private] |