#include <MEDFileField.hxx>

Public Member Functions | |
| int | getNumberOfTS () const |
| std::vector< std::pair< int, int > > | getIterations () const |
| void | writeLL (med_idt fid) const throw (INTERP_KERNEL::Exception) |
| std::vector< std::string > | getPflsReallyUsed2 () const |
| std::vector< std::string > | getLocsReallyUsed2 () const |
Static Public Member Functions | |
| static MEDFileFieldMultiTSWithoutDAS * | New (med_idt fid, const char *fieldName, int id, const std::vector< std::string > &infos, int nbOfStep) throw (INTERP_KERNEL::Exception) |
Protected Member Functions | |
| const MEDFileField1TSWithoutDAS & | getTimeStepEntry (int iteration, int order) const throw (INTERP_KERNEL::Exception) |
| MEDFileField1TSWithoutDAS & | getTimeStepEntry (int iteration, int order) throw (INTERP_KERNEL::Exception) |
| const std::vector< std::string > & | getInfo () const throw (INTERP_KERNEL::Exception) |
| std::string | getMeshName () const throw (INTERP_KERNEL::Exception) |
| std::string | getDtUnit () const throw (INTERP_KERNEL::Exception) |
| MEDFileFieldMultiTSWithoutDAS () | |
| MEDFileFieldMultiTSWithoutDAS (const char *fieldName) | |
| MEDFileFieldMultiTSWithoutDAS (med_idt fid, const char *fieldName, int id, const std::vector< std::string > &infos, int nbOfStep) throw (INTERP_KERNEL::Exception) | |
| void | finishLoading (med_idt fid, int nbPdt) throw (INTERP_KERNEL::Exception) |
| void | copyTinyInfoFrom (const MEDCouplingFieldDouble *field) throw (INTERP_KERNEL::Exception) |
| void | checkCoherencyOfTinyInfo (const MEDCouplingFieldDouble *field) const throw (INTERP_KERNEL::Exception) |
Protected Attributes | |
| std::string | _name |
| std::vector< std::string > | _infos |
| std::vector < MEDCouplingAutoRefCountObjectPtr < MEDFileField1TSWithoutDAS > > | _time_steps |
| MEDFileFieldMultiTSWithoutDAS::MEDFileFieldMultiTSWithoutDAS | ( | ) | [protected] |
| MEDFileFieldMultiTSWithoutDAS::MEDFileFieldMultiTSWithoutDAS | ( | const char * | fieldName | ) | [protected] |
| MEDFileFieldMultiTSWithoutDAS::MEDFileFieldMultiTSWithoutDAS | ( | med_idt | fid, |
| const char * | fieldName, | ||
| int | id, | ||
| const std::vector< std::string > & | infos, | ||
| int | nbOfStep | ||
| ) | throw (INTERP_KERNEL::Exception) [protected] |
| MEDFileFieldMultiTSWithoutDAS * MEDFileFieldMultiTSWithoutDAS::New | ( | med_idt | fid, |
| const char * | fieldName, | ||
| int | id, | ||
| const std::vector< std::string > & | infos, | ||
| int | nbOfStep | ||
| ) | throw (INTERP_KERNEL::Exception) [static] |
References Med_Gen_test.fieldName.
| int MEDFileFieldMultiTSWithoutDAS::getNumberOfTS | ( | ) | const |
References ParaMEDMEM.MEDFileFieldMultiTSWithoutDAS._time_steps, and testMEDMEM.ret.
| void MEDFileFieldMultiTSWithoutDAS::writeLL | ( | med_idt | fid | ) | const throw (INTERP_KERNEL::Exception) |
| std::vector< std::string > MEDFileFieldMultiTSWithoutDAS::getPflsReallyUsed2 | ( | ) | const |
| std::vector< std::string > MEDFileFieldMultiTSWithoutDAS::getLocsReallyUsed2 | ( | ) | const |
| const MEDFileField1TSWithoutDAS & MEDFileFieldMultiTSWithoutDAS::getTimeStepEntry | ( | int | iteration, |
| int | order | ||
| ) | const throw (INTERP_KERNEL::Exception) [protected] |
References Med_Gen_test.it.
| MEDFileField1TSWithoutDAS & MEDFileFieldMultiTSWithoutDAS::getTimeStepEntry | ( | int | iteration, |
| int | order | ||
| ) | throw (INTERP_KERNEL::Exception) [protected] |
References Med_Gen_test.it.
| const std::vector< std::string > & MEDFileFieldMultiTSWithoutDAS::getInfo | ( | ) | const throw (INTERP_KERNEL::Exception) [protected] |
| std::string MEDFileFieldMultiTSWithoutDAS::getMeshName | ( | ) | const throw (INTERP_KERNEL::Exception) [protected] |
| std::string MEDFileFieldMultiTSWithoutDAS::getDtUnit | ( | ) | const throw (INTERP_KERNEL::Exception) [protected] |
| void MEDFileFieldMultiTSWithoutDAS::finishLoading | ( | med_idt | fid, |
| int | nbPdt | ||
| ) | throw (INTERP_KERNEL::Exception) [protected] |
| void MEDFileFieldMultiTSWithoutDAS::copyTinyInfoFrom | ( | const MEDCouplingFieldDouble * | field | ) | throw (INTERP_KERNEL::Exception) [protected] |
References MED_test2.field, and ParaMEDMEM.DataArray.getInfoOnComponent().
| void MEDFileFieldMultiTSWithoutDAS::checkCoherencyOfTinyInfo | ( | const MEDCouplingFieldDouble * | field | ) | const throw (INTERP_KERNEL::Exception) [protected] |
References MED_test2.field, ParaMEDMEM.DataArray.getInfoOnComponent(), and MSG.
std::string ParaMEDMEM.MEDFileFieldMultiTSWithoutDAS._name [protected] |
std::vector<std::string> ParaMEDMEM.MEDFileFieldMultiTSWithoutDAS._infos [protected] |
std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileField1TSWithoutDAS> > ParaMEDMEM.MEDFileFieldMultiTSWithoutDAS._time_steps [protected] |