17#ifndef Champ_Generique_Moyenne_included
18#define Champ_Generique_Moyenne_included
20#include <Champ_Generique_Statistiques_base.h>
21#include <TRUSTTabs_forward.h>
22#include <Op_Moyenne.h>
51 inline double temps()
const override
53 return Op_Moyenne_.integrale().le_champ_calcule().temps();
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
class Champ_Generique_Moyenne OWN_PTR(Champ_base) intended to post-process an average of a generic fi...
void nommer_source() override
const Champ_base & get_champ(OWN_PTR(Champ_base)&espace_stockage) const override
const Noms get_property(const Motcle &query) const override
Returns the requested property.
void set_param(Param ¶m) const override
int comprend_champ_post(const Motcle &identifiant) const override
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
void completer(const Postraitement_base &post) override
double temps() const override
const Integrale_tps_Champ & integrale() const override
const Operateur_Statistique_tps_base & Operateur_Statistique() const override
bool has_champ_post(const Motcle &nom) const override
const Champ_base & get_champ_without_evaluation(OWN_PTR(Champ_base)&espace_stockage) const override
const Champ_Generique_base & get_champ_post(const Motcle &nom) const override
Champ_Generique_Statistiques_base()
class Champ_Generique_base
class Champ_base This class is the base of the fields hierarchy.
Class defining operators and methods for all reading operation in an input flow (file,...
A character string (Nom) in uppercase.
An array of character strings (VECT(Nom)).
class Operateur_Statistique_tps_base
Helper class to factorize the readOn method of Objet_U classes.
Base class for all post-processing objects.