solv_iteratif#

#include <solv_iteratif.h>
Brief description

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:`solv\_iteratif <class-solv-iteratif>`
[solv\_iteratif](#class-solv-iteratif)

Detailed description#

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classsolv__iteratif__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

get_info#

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

get_seuil#

Definition
double solv_iteratif::get_seuil() 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:`double solv_iteratif::get_seuil() const <solv-iteratif-public-double-solv-iteratif-get-seuil-const>`
[double solv_iteratif::get_seuil() const](#solv-iteratif-public-double-solv-iteratif-get-seuil-const)

set_seuil#

Definition
void solv_iteratif::set_seuil(double s)
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:`void solv_iteratif::set_seuil(double s) <solv-iteratif-public-void-solv-iteratif-set-seuil-double-s>`
[void solv_iteratif::set_seuil(double s)](#solv-iteratif-public-void-solv-iteratif-set-seuil-double-s)

solv_iteratif#

Definition
solv_iteratif::solv_iteratif()
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:`solv_iteratif::solv_iteratif() <solv-iteratif-public-solv-iteratif-solv-iteratif>`
[solv_iteratif::solv_iteratif()](#solv-iteratif-public-solv-iteratif-solv-iteratif)

solveur_direct#

Definition
int solv_iteratif::solveur_direct() 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 solv_iteratif::solveur_direct() const override <solv-iteratif-public-int-solv-iteratif-solveur-direct-const-override>`
[int solv_iteratif::solveur_direct() const override](#solv-iteratif-public-int-solv-iteratif-solveur-direct-const-override)

~solv_iteratif#

Definition
solv_iteratif::~solv_iteratif() 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:`solv_iteratif::~solv_iteratif() override <solv-iteratif-public-solv-iteratif-dtor-solv-iteratif-override>`
[solv_iteratif::~solv_iteratif() override](#solv-iteratif-public-solv-iteratif-dtor-solv-iteratif-override)

info#

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

self_cast#

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

self_cast#

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

printOn#

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

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

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

readOn#

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

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

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

Attributes Documentation#

info_obj (public)
const Type_info solv_iteratif::info_obj
seuil_ (protected)
double solv_iteratif::seuil_ = - 123.