#include <MEDFileField.hxx>

Public Member Functions | |
| void | write (const char *fileName, int mode) const throw (INTERP_KERNEL::Exception) |
| MEDCouplingFieldDouble * | getFieldAtLevel (TypeOfField type, int iteration, int order, int meshDimRelToMax, int renumPol=0) const throw (INTERP_KERNEL::Exception) |
| MEDCouplingFieldDouble * | getFieldOnMeshAtLevel (TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const throw (INTERP_KERNEL::Exception) |
| MEDCouplingFieldDouble * | getFieldOnMeshAtLevel (TypeOfField type, int iteration, int order, const MEDCouplingMesh *mesh, int renumPol=0) const throw (INTERP_KERNEL::Exception) |
| MEDCouplingFieldDouble * | getFieldAtLevelOld (TypeOfField type, const char *mname, int iteration, int order, int meshDimRelToMax, int renumPol=0) const throw (INTERP_KERNEL::Exception) |
| DataArrayDouble * | getFieldWithProfile (TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh, DataArrayInt *&pfl) const throw (INTERP_KERNEL::Exception) |
| void | appendFieldNoProfileSBT (const MEDCouplingFieldDouble *field) throw (INTERP_KERNEL::Exception) |
| void | appendFieldProfile (const MEDCouplingFieldDouble *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) throw (INTERP_KERNEL::Exception) |
Static Public Member Functions | |
| static MEDFileFieldMultiTS * | New () |
| static MEDFileFieldMultiTS * | New (const char *fileName, const char *fieldName) throw (INTERP_KERNEL::Exception) |
Private Member Functions | |
| std::vector< std::string > | getPflsReallyUsed () const |
| std::vector< std::string > | getLocsReallyUsed () const |
| MEDFileFieldMultiTS () | |
| MEDFileFieldMultiTS (const char *fileName, const char *fieldName) throw (INTERP_KERNEL::Exception) | |
User class.
| MEDFileFieldMultiTS::MEDFileFieldMultiTS | ( | ) | [private] |
| MEDFileFieldMultiTS::MEDFileFieldMultiTS | ( | const char * | fileName, |
| const char * | fieldName | ||
| ) | throw (INTERP_KERNEL::Exception) [private] |
| MEDFileFieldMultiTS * MEDFileFieldMultiTS::New | ( | ) | [static] |
| MEDFileFieldMultiTS * MEDFileFieldMultiTS::New | ( | const char * | fileName, |
| const char * | fieldName | ||
| ) | throw (INTERP_KERNEL::Exception) [static] |
References Med_Gen_test.fieldName, and Med_Gen_test.fileName.
| void MEDFileFieldMultiTS::write | ( | const char * | fileName, |
| int | mode | ||
| ) | const throw (INTERP_KERNEL::Exception) |
References Med_Gen_test.fileName, med_test3.mode, and MEDFileUtilities.TraduceWriteMode().
| MEDCouplingFieldDouble * MEDFileFieldMultiTS::getFieldAtLevel | ( | TypeOfField | type, |
| int | iteration, | ||
| int | order, | ||
| int | meshDimRelToMax, | ||
| int | renumPol = 0 |
||
| ) | const throw (INTERP_KERNEL::Exception) |
Performs the job than MEDFileField1TS.getFieldAtLevel except that (iteration,order) couple should be specified ! If such couple does not exist an exception is thrown.
References ParaMEDMEM.MEDFileField1TSWithoutDAS.getFieldAtLevel(), and medClient_test.type.
| MEDCouplingFieldDouble * MEDFileFieldMultiTS::getFieldOnMeshAtLevel | ( | TypeOfField | type, |
| int | iteration, | ||
| int | order, | ||
| int | meshDimRelToMax, | ||
| const MEDFileMesh * | mesh, | ||
| int | renumPol = 0 |
||
| ) | const throw (INTERP_KERNEL::Exception) |
Performs the job than MEDFileField1TS.getFieldOnMeshAtLevel except that (iteration,order) couple should be specified ! If such couple does not exist an exception is thrown.
References ParaMEDMEM.MEDFileField1TSWithoutDAS.getFieldOnMeshAtLevel(), MED_test2.mesh, and medClient_test.type.
| MEDCouplingFieldDouble * MEDFileFieldMultiTS::getFieldOnMeshAtLevel | ( | TypeOfField | type, |
| int | iteration, | ||
| int | order, | ||
| const MEDCouplingMesh * | mesh, | ||
| int | renumPol = 0 |
||
| ) | const throw (INTERP_KERNEL::Exception) |
Performs the job than MEDFileField1TS.getFieldOnMeshAtLevel except that (iteration,order) couple should be specified ! If such couple does not exist an exception is thrown.
References ParaMEDMEM.MEDFileField1TSWithoutDAS.getFieldOnMeshAtLevel(), MED_test2.mesh, and medClient_test.type.
| MEDCouplingFieldDouble * MEDFileFieldMultiTS::getFieldAtLevelOld | ( | TypeOfField | type, |
| const char * | mname, | ||
| int | iteration, | ||
| int | order, | ||
| int | meshDimRelToMax, | ||
| int | renumPol = 0 |
||
| ) | const throw (INTERP_KERNEL::Exception) |
| DataArrayDouble * MEDFileFieldMultiTS::getFieldWithProfile | ( | TypeOfField | type, |
| int | iteration, | ||
| int | order, | ||
| int | meshDimRelToMax, | ||
| const MEDFileMesh * | mesh, | ||
| DataArrayInt *& | pfl | ||
| ) | const throw (INTERP_KERNEL::Exception) |
| void MEDFileFieldMultiTS::appendFieldNoProfileSBT | ( | const MEDCouplingFieldDouble * | field | ) | throw (INTERP_KERNEL::Exception) |
References MED_test2.field.
| void MEDFileFieldMultiTS::appendFieldProfile | ( | const MEDCouplingFieldDouble * | field, |
| const MEDFileMesh * | mesh, | ||
| int | meshDimRelToMax, | ||
| const DataArrayInt * | profile | ||
| ) | throw (INTERP_KERNEL::Exception) |
References MED_test2.field, and MED_test2.mesh.
| std::vector< std::string > MEDFileFieldMultiTS::getPflsReallyUsed | ( | ) | const [private, virtual] |
Implements ParaMEDMEM.MEDFieldFieldGlobs.
References ParaMEDMEM.MEDFileFieldMultiTSWithoutDAS.getPflsReallyUsed2().
| std::vector< std::string > MEDFileFieldMultiTS::getLocsReallyUsed | ( | ) | const [private, virtual] |
Implements ParaMEDMEM.MEDFieldFieldGlobs.
References ParaMEDMEM.MEDFileFieldMultiTSWithoutDAS.getLocsReallyUsed2().