#include <MEDFileMesh.hxx>

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) |
Private Member Functions | |
| void | checkCoherency () const throw (INTERP_KERNEL::Exception) |
| void | loadFromFile (const char *fileName) throw (INTERP_KERNEL::Exception) |
| MEDFileMeshes () | |
| MEDFileMeshes (const char *fileName) throw (INTERP_KERNEL::Exception) | |
Private Attributes | |
| std::vector < MEDCouplingAutoRefCountObjectPtr < MEDFileMeshMultiTS > > | _meshes |
| MEDFileMeshes::MEDFileMeshes | ( | ) | [private] |
| MEDFileMeshes::MEDFileMeshes | ( | const char * | fileName | ) | throw (INTERP_KERNEL::Exception) [private] |
References Med_Gen_test.fileName.
| MEDFileMeshes * MEDFileMeshes::New | ( | ) | [static] |
References ParaMEDMEM.MEDFileMeshes.MEDFileMeshes().
| MEDFileMeshes * MEDFileMeshes::New | ( | const char * | fileName | ) | throw (INTERP_KERNEL::Exception) [static] |
References Med_Gen_test.fileName.
| void MEDFileMeshes::write | ( | const char * | fileName, |
| int | mode | ||
| ) | const throw (INTERP_KERNEL::Exception) |
References Med_Gen_test.fileName, Med_Gen_test.it, and med_test3.mode.
| int MEDFileMeshes::getNumberOfMeshes | ( | ) | const throw (INTERP_KERNEL::Exception) |
References ParaMEDMEM.MEDFileMeshes._meshes.
| 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) |
| void MEDFileMeshes::checkCoherency | ( | ) | const throw (INTERP_KERNEL::Exception) [private] |
References ParaMEDMEM.MEDFileMeshes._meshes, Med_Gen_test.it, MSG, and TestMedCorba7.s.
| void MEDFileMeshes::loadFromFile | ( | const char * | fileName | ) | throw (INTERP_KERNEL::Exception) [private] |
std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileMeshMultiTS> > ParaMEDMEM.MEDFileMeshes._meshes [private] |