16#include <Option_Interpolation.h>
42 Cerr <<
"Option_Interpolation : wrong sharing_algo read : " <<
SHARING_ALGO << finl;
43 Cerr <<
"Available values are 0, 1 or 2 ! See the MEDCoupling Doc ! " << finl;
49 Cerr <<
"Forcing the usage of MEDCouplingRemapper ! " << finl;
Class defining operators and methods for all reading operation in an input flow (file,...
Classe de base des objets "interprete".
const Nom & que_suis_je() const
renvoie la chaine identifiant la classe.
virtual Entree & readOn(Entree &)
Lecture d'un Objet_U sur un flot d'entree Methode a surcharger.
virtual Sortie & printOn(Sortie &) const
Ecriture de l'objet sur un flot de sortie Methode a surcharger.
Entree & interpreter(Entree &) override
Helper class to factorize the readOn method of Objet_U classes.
void ajouter_flag(const char *keyword, const bool *value)
Register a boolean flag whose mere presence switches it to true.
void ajouter(const char *keyword, const int *value, Param::Nature nat=Param::OPTIONAL)
Register an integer parameter.
int lire_avec_accolades_depuis(Entree &is)
Parse the parameter block { ... } from is.
static void exit(int exit_code=-1)
Routine de sortie de TRUST dans une region Kokkos.
Classe de base des flux de sortie.