

Public Member Functions | |
| MEDCouplingRemapper () | |
| ~MEDCouplingRemapper () | |
| int | prepare (const MEDCouplingMesh *srcMesh, const MEDCouplingMesh *targetMesh, const char *method) throw (INTERP_KERNEL::Exception) |
| int | prepareEx (const MEDCouplingFieldTemplate *src, const MEDCouplingFieldTemplate *target) throw (INTERP_KERNEL::Exception) |
| void | transfer (const MEDCouplingFieldDouble *srcField, MEDCouplingFieldDouble *targetField, double dftValue) throw (INTERP_KERNEL::Exception) |
| void | reverseTransfer (MEDCouplingFieldDouble *srcField, const MEDCouplingFieldDouble *targetField, double dftValue) throw (INTERP_KERNEL::Exception) |
| MEDCouplingFieldDouble * | transferField (const MEDCouplingFieldDouble *srcField, double dftValue) throw (INTERP_KERNEL::Exception) |
| MEDCouplingFieldDouble * | reverseTransferField (const MEDCouplingFieldDouble *targetField, double dftValue) throw (INTERP_KERNEL::Exception) |
| bool | setOptionInt (const std::string &key, int value) |
| bool | setOptionDouble (const std::string &key, double value) |
| bool | setOptionString (const std::string &key, const std::string &value) |
Static Public Member Functions | |
| static void | printMatrix (const std::vector< std::map< int, double > > &m) |
| MEDCouplingRemapper::MEDCouplingRemapper | ( | ) |
| MEDCouplingRemapper::~MEDCouplingRemapper | ( | ) |
| int MEDCouplingRemapper::prepare | ( | const MEDCouplingMesh * | srcMesh, |
| const MEDCouplingMesh * | targetMesh, | ||
| const char * | method | ||
| ) | throw (INTERP_KERNEL::Exception) |
References ParaMEDMEM::RefCountObject::incrRef().
| int MEDCouplingRemapper::prepareEx | ( | const MEDCouplingFieldTemplate * | src, |
| const MEDCouplingFieldTemplate * | target | ||
| ) | throw (INTERP_KERNEL::Exception) |
| void MEDCouplingRemapper::transfer | ( | const MEDCouplingFieldDouble * | srcField, |
| MEDCouplingFieldDouble * | targetField, | ||
| double | dftValue | ||
| ) | throw (INTERP_KERNEL::Exception) |
| void MEDCouplingRemapper::reverseTransfer | ( | MEDCouplingFieldDouble * | srcField, |
| const MEDCouplingFieldDouble * | targetField, | ||
| double | dftValue | ||
| ) | throw (INTERP_KERNEL::Exception) |
| MEDCouplingFieldDouble * MEDCouplingRemapper::transferField | ( | const MEDCouplingFieldDouble * | srcField, |
| double | dftValue | ||
| ) | throw (INTERP_KERNEL::Exception) |
| MEDCouplingFieldDouble * MEDCouplingRemapper::reverseTransferField | ( | const MEDCouplingFieldDouble * | targetField, |
| double | dftValue | ||
| ) | throw (INTERP_KERNEL::Exception) |
| bool MEDCouplingRemapper::setOptionInt | ( | const std::string & | key, |
| int | value | ||
| ) |
Reimplemented from INTERP_KERNEL::InterpolationOptions.
| bool MEDCouplingRemapper::setOptionDouble | ( | const std::string & | key, |
| double | value | ||
| ) |
Reimplemented from INTERP_KERNEL::InterpolationOptions.
| bool MEDCouplingRemapper::setOptionString | ( | const std::string & | key, |
| const std::string & | value | ||
| ) |
Reimplemented from INTERP_KERNEL::InterpolationOptions.
| void MEDCouplingRemapper::printMatrix | ( | const std::vector< std::map< int, double > > & | m | ) | [static] |