Discretiser#
#include <Discretiser.h>
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#
public : Interprete
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
Discretiser#
Discretiser::Discretiser()
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#
int Discretiser::duplique() const override
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#
const Type_info * Discretiser::get_info() const override
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#
Entree & Discretiser::interpreter(Entree &) override
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#
unsigned Discretiser::taille_memoire() const override
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#
Discretiser::~Discretiser()
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#
Objet_U * Discretiser::cree_instance()
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#
const Type_info * Discretiser::info()
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#
const Discretiser & Discretiser::self_cast(const Objet_U &)
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#
Discretiser & Discretiser::self_cast(Objet_U &)
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#
Sortie & Discretiser::printOn(Sortie &x) const override
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#
Entree & Discretiser::readOn(Entree &) override
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#
const Type_info Discretiser::info_obj
int Discretiser::is_deja_appele = 0