Operateur_Statistique_tps_base#

#include <Operateur_Statistique_tps_base.h>
Brief description

classe Operateur_Statistique_tps_base Represente des operations statistiques sur les champs.

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Operateur\_Statistique\_tps\_base <class-operateur-statistique-tps-base>`
[Operateur\_Statistique\_tps\_base](#class-operateur-statistique-tps-base)

Detailed description#

Des operateurs statistiques sont utilises pour le postraitement.

Inherits from#

Inherited by#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classOperateur__Statistique__tps__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer#

Definition
virtual void Operateur_Statistique_tps_base::associer(const Domaine_dis_base &, const Champ_Generique_base &, double, double)=0
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`virtual void Operateur_Statistique_tps_base::associer(const Domaine_dis_base &, const Champ_Generique_base &, double, double)=0 <operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-associer-const-domaine-dis-base-ref-const-champ-generique-base-ref-double-double-equal-0>`
[virtual void Operateur_Statistique_tps_base::associer(const Domaine_dis_base &, const Champ_Generique_base &, double, double)=0](#operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-associer-const-domaine-dis-base-ref-const-champ-generique-base-ref-double-double-equal-0)

associer#

Definition
void Operateur_Statistique_tps_base::associer(const Nom &loc_post)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Operateur_Statistique_tps_base::associer(const Nom &loc_post) <operateur-statistique-tps-base-public-void-operateur-statistique-tps-base-associer-const-nom-ref-loc-post>`
[void Operateur_Statistique_tps_base::associer(const Nom &loc_post)](#operateur-statistique-tps-base-public-void-operateur-statistique-tps-base-associer-const-nom-ref-loc-post)

associer_op_stat#

Definition
virtual void Operateur_Statistique_tps_base::associer_op_stat(const Operateur_Statistique_tps_base &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`virtual void Operateur_Statistique_tps_base::associer_op_stat(const Operateur_Statistique_tps_base &) <operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-associer-op-stat-const-operateur-statistique-tps-base-ref>`
[virtual void Operateur_Statistique_tps_base::associer_op_stat(const Operateur_Statistique_tps_base &)](#operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-associer-op-stat-const-operateur-statistique-tps-base-ref)

calculer_valeurs#

Definition
virtual DoubleTab Operateur_Statistique_tps_base::calculer_valeurs() const =0
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`virtual DoubleTab Operateur_Statistique_tps_base::calculer_valeurs() const =0 <operateur-statistique-tps-base-public-virtual-doubletab-operateur-statistique-tps-base-calculer-valeurs-const-equal-0>`
[virtual DoubleTab Operateur_Statistique_tps_base::calculer_valeurs() const =0](#operateur-statistique-tps-base-public-virtual-doubletab-operateur-statistique-tps-base-calculer-valeurs-const-equal-0)

completer#

Definition
virtual void Operateur_Statistique_tps_base::completer(const Probleme_base &, const Nom &post_name)=0
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`virtual void Operateur_Statistique_tps_base::completer(const Probleme_base &, const Nom &post_name)=0 <operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-completer-const-probleme-base-ref-const-nom-ref-post-name-equal-0>`
[virtual void Operateur_Statistique_tps_base::completer(const Probleme_base &, const Nom &post_name)=0](#operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-completer-const-probleme-base-ref-const-nom-ref-post-name-equal-0)

completer_post_statistiques#

Definition
int Operateur_Statistique_tps_base::completer_post_statistiques(const Domaine &dom, const int is_axi, Format_Post_base &format)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Operateur_Statistique_tps_base::completer_post_statistiques(const Domaine &dom, const int is_axi, Format_Post_base &format) <operateur-statistique-tps-base-public-int-operateur-statistique-tps-base-completer-post-statistiques-const-domaine-ref-dom-const-int-is-axi-format-post-base-ref-format>`
[int Operateur_Statistique_tps_base::completer_post_statistiques(const Domaine &dom, const int is_axi, Format_Post_base &format)](#operateur-statistique-tps-base-public-int-operateur-statistique-tps-base-completer-post-statistiques-const-domaine-ref-dom-const-int-is-axi-format-post-base-ref-format)

data_a_sauvegarder#

Definition
virtual std::vector<YAML_data> Operateur_Statistique_tps_base::data_a_sauvegarder() const
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`virtual std::vector<YAML_data> Operateur_Statistique_tps_base::data_a_sauvegarder() const <operateur-statistique-tps-base-public-virtual-std-vector-yaml-data-operateur-statistique-tps-base-data-a-sauvegarder-const>`
[virtual std::vector<YAML_data> Operateur_Statistique_tps_base::data_a_sauvegarder() const](#operateur-statistique-tps-base-public-virtual-std-vector-yaml-data-operateur-statistique-tps-base-data-a-sauvegarder-const)

fixer_tstat_deb#

Definition
virtual void Operateur_Statistique_tps_base::fixer_tstat_deb(double, double)=0
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`virtual void Operateur_Statistique_tps_base::fixer_tstat_deb(double, double)=0 <operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-fixer-tstat-deb-double-double-equal-0>`
[virtual void Operateur_Statistique_tps_base::fixer_tstat_deb(double, double)=0](#operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-fixer-tstat-deb-double-double-equal-0)

fixer_tstat_fin#

Definition
virtual void Operateur_Statistique_tps_base::fixer_tstat_fin(double)=0
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`virtual void Operateur_Statistique_tps_base::fixer_tstat_fin(double)=0 <operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-fixer-tstat-fin-double-equal-0>`
[virtual void Operateur_Statistique_tps_base::fixer_tstat_fin(double)=0](#operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-fixer-tstat-fin-double-equal-0)

get_info#

Definition
const Type_info * Operateur_Statistique_tps_base::get_info() const override
Brief description

Donne des informations sur le type de l’ Objet_U .

Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Operateur_Statistique_tps_base::get_info() const override <operateur-statistique-tps-base-public-const-type-info-ptr-operateur-statistique-tps-base-get-info-const-override>`
[const Type_info * Operateur_Statistique_tps_base::get_info() const override](#operateur-statistique-tps-base-public-const-type-info-ptr-operateur-statistique-tps-base-get-info-const-override)

initialiser#

Definition
virtual void Operateur_Statistique_tps_base::initialiser(double val)=0
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`virtual void Operateur_Statistique_tps_base::initialiser(double val)=0 <operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-initialiser-double-val-equal-0>`
[virtual void Operateur_Statistique_tps_base::initialiser(double val)=0](#operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-initialiser-double-val-equal-0)

integrale#

Definition
virtual const Integrale_tps_Champ & Operateur_Statistique_tps_base::integrale() const =0
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`virtual const Integrale_tps_Champ & Operateur_Statistique_tps_base::integrale() const =0 <operateur-statistique-tps-base-public-virtual-const-integrale-tps-champ-ref-operateur-statistique-tps-base-integrale-const-equal-0>`
[virtual const Integrale_tps_Champ & Operateur_Statistique_tps_base::integrale() const =0](#operateur-statistique-tps-base-public-virtual-const-integrale-tps-champ-ref-operateur-statistique-tps-base-integrale-const-equal-0)

le_nom#

Definition
const Nom & Operateur_Statistique_tps_base::le_nom() const override=0
Brief description

Donne le nom de l’ Objet_U Methode a surcharger : renvoie “neant” dans cette implementation.

Detailed description

Reimplements:

Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Nom & Operateur_Statistique_tps_base::le_nom() const override=0 <operateur-statistique-tps-base-public-const-nom-ref-operateur-statistique-tps-base-le-nom-const-override-equal-0>`
[const Nom & Operateur_Statistique_tps_base::le_nom() const override=0](#operateur-statistique-tps-base-public-const-nom-ref-operateur-statistique-tps-base-le-nom-const-override-equal-0)

localisation_post#

Definition
const Nom & Operateur_Statistique_tps_base::localisation_post() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Nom & Operateur_Statistique_tps_base::localisation_post() const <operateur-statistique-tps-base-public-const-nom-ref-operateur-statistique-tps-base-localisation-post-const>`
[const Nom & Operateur_Statistique_tps_base::localisation_post() const](#operateur-statistique-tps-base-public-const-nom-ref-operateur-statistique-tps-base-localisation-post-const)

mettre_a_jour#

Definition
virtual void Operateur_Statistique_tps_base::mettre_a_jour(double temps)=0
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`virtual void Operateur_Statistique_tps_base::mettre_a_jour(double temps)=0 <operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-mettre-a-jour-double-temps-equal-0>`
[virtual void Operateur_Statistique_tps_base::mettre_a_jour(double temps)=0](#operateur-statistique-tps-base-public-virtual-void-operateur-statistique-tps-base-mettre-a-jour-double-temps-equal-0)

Operateur_Statistique_tps_base#

Definition
Operateur_Statistique_tps_base::Operateur_Statistique_tps_base()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Operateur_Statistique_tps_base::Operateur_Statistique_tps_base() <operateur-statistique-tps-base-public-operateur-statistique-tps-base-operateur-statistique-tps-base>`
[Operateur_Statistique_tps_base::Operateur_Statistique_tps_base()](#operateur-statistique-tps-base-public-operateur-statistique-tps-base-operateur-statistique-tps-base)

temps#

Definition
virtual double Operateur_Statistique_tps_base::temps() const =0
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`virtual double Operateur_Statistique_tps_base::temps() const =0 <operateur-statistique-tps-base-public-virtual-double-operateur-statistique-tps-base-temps-const-equal-0>`
[virtual double Operateur_Statistique_tps_base::temps() const =0](#operateur-statistique-tps-base-public-virtual-double-operateur-statistique-tps-base-temps-const-equal-0)

tstat_deb#

Definition
double Operateur_Statistique_tps_base::tstat_deb() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Operateur_Statistique_tps_base::tstat_deb() const <operateur-statistique-tps-base-public-double-operateur-statistique-tps-base-tstat-deb-const>`
[double Operateur_Statistique_tps_base::tstat_deb() const](#operateur-statistique-tps-base-public-double-operateur-statistique-tps-base-tstat-deb-const)

tstat_dernier_calcul#

Definition
double Operateur_Statistique_tps_base::tstat_dernier_calcul() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Operateur_Statistique_tps_base::tstat_dernier_calcul() const <operateur-statistique-tps-base-public-double-operateur-statistique-tps-base-tstat-dernier-calcul-const>`
[double Operateur_Statistique_tps_base::tstat_dernier_calcul() const](#operateur-statistique-tps-base-public-double-operateur-statistique-tps-base-tstat-dernier-calcul-const)

tstat_fin#

Definition
double Operateur_Statistique_tps_base::tstat_fin() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Operateur_Statistique_tps_base::tstat_fin() const <operateur-statistique-tps-base-public-double-operateur-statistique-tps-base-tstat-fin-const>`
[double Operateur_Statistique_tps_base::tstat_fin() const](#operateur-statistique-tps-base-public-double-operateur-statistique-tps-base-tstat-fin-const)

~Operateur_Statistique_tps_base#

Definition
Operateur_Statistique_tps_base::~Operateur_Statistique_tps_base() override
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Operateur_Statistique_tps_base::~Operateur_Statistique_tps_base() override <operateur-statistique-tps-base-public-operateur-statistique-tps-base-dtor-operateur-statistique-tps-base-override>`
[Operateur_Statistique_tps_base::~Operateur_Statistique_tps_base() override](#operateur-statistique-tps-base-public-operateur-statistique-tps-base-dtor-operateur-statistique-tps-base-override)

info#

Definition
const Type_info * Operateur_Statistique_tps_base::info()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Operateur_Statistique_tps_base::info() <operateur-statistique-tps-base-public-static-const-type-info-ptr-operateur-statistique-tps-base-info>`
[const Type_info * Operateur_Statistique_tps_base::info()](#operateur-statistique-tps-base-public-static-const-type-info-ptr-operateur-statistique-tps-base-info)

self_cast#

Definition
const Operateur_Statistique_tps_base & Operateur_Statistique_tps_base::self_cast(const Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Operateur_Statistique_tps_base & Operateur_Statistique_tps_base::self_cast(const Objet_U &) <operateur-statistique-tps-base-public-static-const-operateur-statistique-tps-base-ref-operateur-statistique-tps-base-self-cast-const-objet-u-ref>`
[const Operateur_Statistique_tps_base & Operateur_Statistique_tps_base::self_cast(const Objet_U &)](#operateur-statistique-tps-base-public-static-const-operateur-statistique-tps-base-ref-operateur-statistique-tps-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Operateur_Statistique_tps_base & Operateur_Statistique_tps_base::self_cast(Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Operateur_Statistique_tps_base & Operateur_Statistique_tps_base::self_cast(Objet_U &) <operateur-statistique-tps-base-public-static-operateur-statistique-tps-base-ref-operateur-statistique-tps-base-self-cast-objet-u-ref>`
[Operateur_Statistique_tps_base & Operateur_Statistique_tps_base::self_cast(Objet_U &)](#operateur-statistique-tps-base-public-static-operateur-statistique-tps-base-ref-operateur-statistique-tps-base-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Operateur_Statistique_tps_base::printOn(Sortie &x) const override
Brief description

Imprime le nom et le type de l’operateur sur un flot de sortie.

Detailed description

Reimplements:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Sortie & Operateur_Statistique_tps_base::printOn(Sortie &x) const override <operateur-statistique-tps-base-protected-sortie-ref-operateur-statistique-tps-base-printon-sortie-ref-x-const-override>`
[Sortie & Operateur_Statistique_tps_base::printOn(Sortie &x) const override](#operateur-statistique-tps-base-protected-sortie-ref-operateur-statistique-tps-base-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Operateur_Statistique_tps_base::readOn(Entree &) override
Brief description

NE FAIT RIEN.

Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Entree & Operateur_Statistique_tps_base::readOn(Entree &) override <operateur-statistique-tps-base-protected-entree-ref-operateur-statistique-tps-base-readon-entree-ref-override>`
[Entree & Operateur_Statistique_tps_base::readOn(Entree &) override](#operateur-statistique-tps-base-protected-entree-ref-operateur-statistique-tps-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Operateur_Statistique_tps_base::info_obj
localisation_post_ (protected)
Nom Operateur_Statistique_tps_base::localisation_post_
tstat_deb_ (protected)
double Operateur_Statistique_tps_base::tstat_deb_ = - 123.
tstat_dernier_calcul_ (protected)
double Operateur_Statistique_tps_base::tstat_dernier_calcul_ = - 123.
tstat_fin_ (protected)
double Operateur_Statistique_tps_base::tstat_fin_ = - 123.