16#ifndef Champ_Fonc_MED_Table_Temps_included
17#define Champ_Fonc_MED_Table_Temps_included
19#include <Champ_Fonc_MED.h>
20#include <Champ_lu_proto.h>
33 void lire_donnees_champ(
const std::string& fileName,
const std::string& meshName,
const std::string& fieldName, ArrOfDouble& temps_sauv,
int& size,
int& nbcomp,
Nom& type_champ)
override;
34 void lire(
double tps,
int given_iteration = -1)
override;
: class Champ_Fonc_MED_Table_Temps
bool instationnaire() const override
void lire_donnees_champ(const std::string &fileName, const std::string &meshName, const std::string &fieldName, ArrOfDouble &temps_sauv, int &size, int &nbcomp, Nom &type_champ) override
virtual Champ_Fonc_base & le_champ0()
void set_param(Param ¶m) const override
void lire(double tps, int given_iteration=-1) override
OWN_PTR(Champ_Fonc_base) vrai_champ0_
virtual const Champ_Fonc_base & le_champ0() const
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
class Champ_Fonc_MED Load a field from a MED file for a given time.
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
Class defining operators and methods for all reading operation in an input flow (file,...
A character string (Nom) in uppercase.
class Nom: a character string for naming TRUST objects.
Helper class to factorize the readOn method of Objet_U classes.