Discretiser#

#include <Discretiser.h>
Brief description

classe Discretiser Discretise un probleme:

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:`Discretiser <class-discretiser>`
[Discretiser](#class-discretiser)

Detailed description#

{DANS LE JEU DE DONNEES] Discretiser pb dis Discretise le probleme “pb” avec la discretisation “dis” ou “dis” est une Discretisation_base VDF ou VEF pour le moment.

Inherits from#

Inheritance graph#

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

../../../../../_images/classDiscretiser__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

Discretiser#

Definition
Discretiser::Discretiser()
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:`Discretiser::Discretiser() <discretiser-public-discretiser-discretiser>`
[Discretiser::Discretiser()](#discretiser-public-discretiser-discretiser)

duplique#

Definition
int Discretiser::duplique() const override
Brief description
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:`int Discretiser::duplique() const override <discretiser-public-int-discretiser-duplique-const-override>`
[int Discretiser::duplique() const override](#discretiser-public-int-discretiser-duplique-const-override)

get_info#

Definition
const Type_info * Discretiser::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 * Discretiser::get_info() const override <discretiser-public-const-type-info-ptr-discretiser-get-info-const-override>`
[const Type_info * Discretiser::get_info() const override](#discretiser-public-const-type-info-ptr-discretiser-get-info-const-override)

interpreter#

Definition
Entree & Discretiser::interpreter(Entree &) override
Brief description
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:`Entree & Discretiser::interpreter(Entree &) override <discretiser-public-entree-ref-discretiser-interpreter-entree-ref-override>`
[Entree & Discretiser::interpreter(Entree &) override](#discretiser-public-entree-ref-discretiser-interpreter-entree-ref-override)

taille_memoire#

Definition
unsigned Discretiser::taille_memoire() const override
Brief description
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:`unsigned Discretiser::taille_memoire() const override <discretiser-public-unsigned-discretiser-taille-memoire-const-override>`
[unsigned Discretiser::taille_memoire() const override](#discretiser-public-unsigned-discretiser-taille-memoire-const-override)

~Discretiser#

Definition
Discretiser::~Discretiser()
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:`Discretiser::~Discretiser() <discretiser-public-discretiser-dtor-discretiser>`
[Discretiser::~Discretiser()](#discretiser-public-discretiser-dtor-discretiser)

cree_instance#

Definition
Objet_U * Discretiser::cree_instance()
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:`Objet_U * Discretiser::cree_instance() <discretiser-public-static-objet-u-ptr-discretiser-cree-instance>`
[Objet_U * Discretiser::cree_instance()](#discretiser-public-static-objet-u-ptr-discretiser-cree-instance)

info#

Definition
const Type_info * Discretiser::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 * Discretiser::info() <discretiser-public-static-const-type-info-ptr-discretiser-info>`
[const Type_info * Discretiser::info()](#discretiser-public-static-const-type-info-ptr-discretiser-info)

self_cast#

Definition
const Discretiser & Discretiser::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 Discretiser & Discretiser::self_cast(const Objet_U &) <discretiser-public-static-const-discretiser-ref-discretiser-self-cast-const-objet-u-ref>`
[const Discretiser & Discretiser::self_cast(const Objet_U &)](#discretiser-public-static-const-discretiser-ref-discretiser-self-cast-const-objet-u-ref)

self_cast#

Definition
Discretiser & Discretiser::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:`Discretiser & Discretiser::self_cast(Objet_U &) <discretiser-public-static-discretiser-ref-discretiser-self-cast-objet-u-ref>`
[Discretiser & Discretiser::self_cast(Objet_U &)](#discretiser-public-static-discretiser-ref-discretiser-self-cast-objet-u-ref)

printOn#

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

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

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 & Discretiser::printOn(Sortie &x) const override <discretiser-protected-sortie-ref-discretiser-printon-sortie-ref-x-const-override>`
[Sortie & Discretiser::printOn(Sortie &x) const override](#discretiser-protected-sortie-ref-discretiser-printon-sortie-ref-x-const-override)

readOn#

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

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

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:`Entree & Discretiser::readOn(Entree &) override <discretiser-protected-entree-ref-discretiser-readon-entree-ref-override>`
[Entree & Discretiser::readOn(Entree &) override](#discretiser-protected-entree-ref-discretiser-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Discretiser::info_obj
is_deja_appele (protected)
int Discretiser::is_deja_appele = 0