#include <MEDCouplingFieldOverTime.hxx>

Public Member Functions | |
| void | checkCoherency () const throw (INTERP_KERNEL::Exception) |
| double | getTimeTolerance () const throw (INTERP_KERNEL::Exception) |
| std::string | simpleRepr () const |
| bool | isEqual (const MEDCouplingMultiFields *other, double meshPrec, double valsPrec) const |
| bool | isEqualWithoutConsideringStr (const MEDCouplingMultiFields *other, double meshPrec, double valsPrec) const |
| std::vector< MEDCouplingMesh * > | getMeshes () const throw (INTERP_KERNEL::Exception) |
| std::vector< MEDCouplingMesh * > | getDifferentMeshes (std::vector< int > &refs) const throw (INTERP_KERNEL::Exception) |
| std::vector< DataArrayDouble * > | getArrays () const throw (INTERP_KERNEL::Exception) |
| std::vector< DataArrayDouble * > | getDifferentArrays (std::vector< std::vector< int > > &refs) const throw (INTERP_KERNEL::Exception) |
| MEDCouplingDefinitionTime | getDefinitionTimeZone () const |
Static Public Member Functions | |
| static MEDCouplingFieldOverTime * | New (const std::vector< MEDCouplingFieldDouble * > &fs) throw (INTERP_KERNEL::Exception) |
Protected Member Functions | |
| MEDCouplingFieldOverTime () | |
Private Member Functions | |
| MEDCouplingFieldOverTime (const std::vector< MEDCouplingFieldDouble * > &fs) throw (INTERP_KERNEL::Exception) | |
| MEDCouplingFieldOverTime::MEDCouplingFieldOverTime | ( | ) | [protected] |
| MEDCouplingFieldOverTime::MEDCouplingFieldOverTime | ( | const std::vector< MEDCouplingFieldDouble * > & | fs | ) | throw (INTERP_KERNEL::Exception) [private] |
| MEDCouplingFieldOverTime * MEDCouplingFieldOverTime::New | ( | const std::vector< MEDCouplingFieldDouble * > & | fs | ) | throw (INTERP_KERNEL::Exception) [static] |
Reimplemented from ParaMEDMEM.MEDCouplingMultiFields.
| void MEDCouplingFieldOverTime::checkCoherency | ( | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Reimplemented from ParaMEDMEM.MEDCouplingMultiFields.
References ParaMEDMEM.MEDCouplingMultiFields._fs, ParaMEDMEM.MEDCouplingMesh.areCompatibleForMerge(), ParaMEDMEM.MEDCouplingFieldDouble.getEndTime(), ParaMEDMEM.MEDCouplingField.getMesh(), ParaMEDMEM.MEDCouplingFieldOverTime.getTimeTolerance(), Med_Gen_test.it, and ParaMEDMEM.NO_TIME.
| double MEDCouplingFieldOverTime::getTimeTolerance | ( | ) | const throw (INTERP_KERNEL::Exception) |
References ParaMEDMEM.MEDCouplingMultiFields._fs, and Med_Gen_test.it.
| std::string MEDCouplingFieldOverTime::simpleRepr | ( | ) | const [virtual] |
Reimplemented from ParaMEDMEM.MEDCouplingMultiFields.
References ParaMEDMEM.MEDCouplingMultiFields._fs, ParaMEDMEM.MEDCouplingDefinitionTime.appendRepr(), Med_Gen_test.dt, ParaMEDMEM.MEDCouplingFieldOverTime.getDefinitionTimeZone(), ParaMEDMEM.MEDCouplingMultiFields.getDescription(), ParaMEDMEM.MEDCouplingFieldOverTime.getDifferentMeshes(), ParaMEDMEM.MEDCouplingMultiFields.getName(), and testMEDMEM.ret.
| bool MEDCouplingFieldOverTime::isEqual | ( | const MEDCouplingMultiFields * | other, |
| double | meshPrec, | ||
| double | valsPrec | ||
| ) | const [virtual] |
Reimplemented from ParaMEDMEM.MEDCouplingMultiFields.
References ParaMEDMEM.MEDCouplingMultiFields.isEqual().
| bool MEDCouplingFieldOverTime::isEqualWithoutConsideringStr | ( | const MEDCouplingMultiFields * | other, |
| double | meshPrec, | ||
| double | valsPrec | ||
| ) | const [virtual] |
Reimplemented from ParaMEDMEM.MEDCouplingMultiFields.
References ParaMEDMEM.MEDCouplingMultiFields.isEqualWithoutConsideringStr().
| std::vector< MEDCouplingMesh * > MEDCouplingFieldOverTime::getMeshes | ( | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Reimplemented from ParaMEDMEM.MEDCouplingMultiFields.
References ParaMEDMEM.MEDCouplingFieldOverTime.checkCoherency().
| std::vector< MEDCouplingMesh * > MEDCouplingFieldOverTime::getDifferentMeshes | ( | std::vector< int > & | refs | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Reimplemented from ParaMEDMEM.MEDCouplingMultiFields.
References ParaMEDMEM.MEDCouplingMultiFields.getDifferentMeshes().
| std::vector< DataArrayDouble * > MEDCouplingFieldOverTime::getArrays | ( | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Reimplemented from ParaMEDMEM.MEDCouplingMultiFields.
References ParaMEDMEM.MEDCouplingFieldOverTime.checkCoherency().
| std::vector< DataArrayDouble * > MEDCouplingFieldOverTime::getDifferentArrays | ( | std::vector< std::vector< int > > & | refs | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Reimplemented from ParaMEDMEM.MEDCouplingMultiFields.
References ParaMEDMEM.MEDCouplingFieldOverTime.checkCoherency().
| MEDCouplingDefinitionTime MEDCouplingFieldOverTime::getDefinitionTimeZone | ( | ) | const |