#include <MEDFileData.hxx>

Public Member Functions | |
| MEDFileFields * | getFields () const |
| MEDFileMeshes * | getMeshes () const |
| void | setFields (MEDFileFields *fields) throw (INTERP_KERNEL::Exception) |
| void | setMeshes (MEDFileMeshes *meshes) throw (INTERP_KERNEL::Exception) |
| int | getNumberOfFields () const throw (INTERP_KERNEL::Exception) |
| int | getNumberOfMeshes () const throw (INTERP_KERNEL::Exception) |
| void | write (const char *fileName, int mode) const throw (INTERP_KERNEL::Exception) |
Static Public Member Functions | |
| static MEDFileData * | New (const char *fileName) throw (INTERP_KERNEL::Exception) |
| static MEDFileData * | New () |
Private Member Functions | |
| MEDFileData () | |
| MEDFileData (const char *fileName) throw (INTERP_KERNEL::Exception) | |
Private Attributes | |
| MEDCouplingAutoRefCountObjectPtr < MEDFileFields > | _fields |
| MEDCouplingAutoRefCountObjectPtr < MEDFileMeshes > | _meshes |
User class.
| MEDFileData::MEDFileData | ( | ) | [private] |
| MEDFileData::MEDFileData | ( | const char * | fileName | ) | throw (INTERP_KERNEL::Exception) [private] |
| MEDFileData * MEDFileData::New | ( | const char * | fileName | ) | throw (INTERP_KERNEL::Exception) [static] |
References Med_Gen_test.fileName.
| MEDFileData * MEDFileData::New | ( | ) | [static] |
References ParaMEDMEM.MEDFileData.MEDFileData().
| MEDFileFields * MEDFileData::getFields | ( | ) | const |
References ParaMEDMEM.MEDFileData._fields.
| MEDFileMeshes * MEDFileData::getMeshes | ( | ) | const |
References ParaMEDMEM.MEDFileData._meshes.
| void MEDFileData::setFields | ( | MEDFileFields * | fields | ) | throw (INTERP_KERNEL::Exception) |
References ensightMedEnsight_test.fields.
| void MEDFileData::setMeshes | ( | MEDFileMeshes * | meshes | ) | throw (INTERP_KERNEL::Exception) |
References ensightMedEnsight_test.meshes.
| int MEDFileData::getNumberOfFields | ( | ) | const throw (INTERP_KERNEL::Exception) |
| int MEDFileData::getNumberOfMeshes | ( | ) | const throw (INTERP_KERNEL::Exception) |
| void MEDFileData::write | ( | const char * | fileName, |
| int | mode | ||
| ) | const throw (INTERP_KERNEL::Exception) |