Sutherland#
#include <Champ_Fonc_Fonction.h>
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:`Sutherland <class-sutherland>`
[Sutherland](#class-sutherland)
Detailed description#
Inherits from#
public : Champ_Fonc_Fonction
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#
duplique#
int Sutherland::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 Sutherland::duplique() const override <sutherland-public-int-sutherland-duplique-const-override>`
[int Sutherland::duplique() const override](#sutherland-public-int-sutherland-duplique-const-override)
get_A#
const double & Sutherland::get_A() const
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 double & Sutherland::get_A() const <sutherland-public-const-double-ref-sutherland-get-a-const>`
[const double & Sutherland::get_A() const](#sutherland-public-const-double-ref-sutherland-get-a-const)
get_C#
const double & Sutherland::get_C() const
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:`const double & Sutherland::get_C() const <sutherland-public-const-double-ref-sutherland-get-c-const>`
[const double & Sutherland::get_C() const](#sutherland-public-const-double-ref-sutherland-get-c-const)
get_info#
const Type_info * Sutherland::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 * Sutherland::get_info() const override <sutherland-public-const-type-info-ptr-sutherland-get-info-const-override>`
[const Type_info * Sutherland::get_info() const override](#sutherland-public-const-type-info-ptr-sutherland-get-info-const-override)
get_prob#
Nom & Sutherland::get_prob()
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:`Nom & Sutherland::get_prob() <sutherland-public-nom-ref-sutherland-get-prob>`
[Nom & Sutherland::get_prob()](#sutherland-public-nom-ref-sutherland-get-prob)
get_Tref#
const double & Sutherland::get_Tref() const
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:`const double & Sutherland::get_Tref() const <sutherland-public-const-double-ref-sutherland-get-tref-const>`
[const double & Sutherland::get_Tref() const](#sutherland-public-const-double-ref-sutherland-get-tref-const)
lire_expression#
void Sutherland::lire_expression()
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:`void Sutherland::lire_expression() <sutherland-public-void-sutherland-lire-expression>`
[void Sutherland::lire_expression()](#sutherland-public-void-sutherland-lire-expression)
set_A#
void Sutherland::set_A(const double A)
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 Sutherland::set_A(const double A) <sutherland-public-void-sutherland-set-a-const-double-a>`
[void Sutherland::set_A(const double A)](#sutherland-public-void-sutherland-set-a-const-double-a)
set_C#
void Sutherland::set_C(const double C)
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 Sutherland::set_C(const double C) <sutherland-public-void-sutherland-set-c-const-double-c>`
[void Sutherland::set_C(const double C)](#sutherland-public-void-sutherland-set-c-const-double-c)
set_prob#
void Sutherland::set_prob(const Nom &prob)
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 Sutherland::set_prob(const Nom &prob) <sutherland-public-void-sutherland-set-prob-const-nom-ref-prob>`
[void Sutherland::set_prob(const Nom &prob)](#sutherland-public-void-sutherland-set-prob-const-nom-ref-prob)
set_Tref#
void Sutherland::set_Tref(const double Tref)
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 Sutherland::set_Tref(const double Tref) <sutherland-public-void-sutherland-set-tref-const-double-tref>`
[void Sutherland::set_Tref(const double Tref)](#sutherland-public-void-sutherland-set-tref-const-double-tref)
set_val_params#
void Sutherland::set_val_params(const Nom &prob, const double A, const double C, const double Tref)
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:`void Sutherland::set_val_params(const Nom &prob, const double A, const double C, const double Tref) <sutherland-public-void-sutherland-set-val-params-const-nom-ref-prob-const-double-a-const-double-c-const-double-tref>`
[void Sutherland::set_val_params(const Nom &prob, const double A, const double C, const double Tref)](#sutherland-public-void-sutherland-set-val-params-const-nom-ref-prob-const-double-a-const-double-c-const-double-tref)
Sutherland#
Sutherland::Sutherland()
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:`Sutherland::Sutherland() <sutherland-public-sutherland-sutherland>`
[Sutherland::Sutherland()](#sutherland-public-sutherland-sutherland)
taille_memoire#
unsigned Sutherland::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 Sutherland::taille_memoire() const override <sutherland-public-unsigned-sutherland-taille-memoire-const-override>`
[unsigned Sutherland::taille_memoire() const override](#sutherland-public-unsigned-sutherland-taille-memoire-const-override)
~Sutherland#
Sutherland::~Sutherland()
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:`Sutherland::~Sutherland() <sutherland-public-sutherland-dtor-sutherland>`
[Sutherland::~Sutherland()](#sutherland-public-sutherland-dtor-sutherland)
cree_instance#
Objet_U * Sutherland::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 * Sutherland::cree_instance() <sutherland-public-static-objet-u-ptr-sutherland-cree-instance>`
[Objet_U * Sutherland::cree_instance()](#sutherland-public-static-objet-u-ptr-sutherland-cree-instance)
info#
const Type_info * Sutherland::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 * Sutherland::info() <sutherland-public-static-const-type-info-ptr-sutherland-info>`
[const Type_info * Sutherland::info()](#sutherland-public-static-const-type-info-ptr-sutherland-info)
self_cast#
const Sutherland & Sutherland::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 Sutherland & Sutherland::self_cast(const Objet_U &) <sutherland-public-static-const-sutherland-ref-sutherland-self-cast-const-objet-u-ref>`
[const Sutherland & Sutherland::self_cast(const Objet_U &)](#sutherland-public-static-const-sutherland-ref-sutherland-self-cast-const-objet-u-ref)
self_cast#
Sutherland & Sutherland::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:`Sutherland & Sutherland::self_cast(Objet_U &) <sutherland-public-static-sutherland-ref-sutherland-self-cast-objet-u-ref>`
[Sutherland & Sutherland::self_cast(Objet_U &)](#sutherland-public-static-sutherland-ref-sutherland-self-cast-objet-u-ref)
printOn#
Sortie & Sutherland::printOn(Sortie &x) const override
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 & Sutherland::printOn(Sortie &x) const override <sutherland-protected-sortie-ref-sutherland-printon-sortie-ref-x-const-override>`
[Sortie & Sutherland::printOn(Sortie &x) const override](#sutherland-protected-sortie-ref-sutherland-printon-sortie-ref-x-const-override)
readOn#
Entree & Sutherland::readOn(Entree &) override
Lecture du Champ a partir d’un flot d’entree, (On ne sait traiter que les champs scalaires.)
Detailed description
exemple: Champ_Fonc_Fonction probleme ch 1 (nombre de composantes) { 2 0 500 0 250 (ch(0) = 0 && ch(500) = 250 }
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 & Sutherland::readOn(Entree &) override <sutherland-protected-entree-ref-sutherland-readon-entree-ref-override>`
[Entree & Sutherland::readOn(Entree &) override](#sutherland-protected-entree-ref-sutherland-readon-entree-ref-override)
Attributes Documentation#
const Type_info Sutherland::info_obj
double Sutherland::A_
double Sutherland::C_
Nom Sutherland::prob_
double Sutherland::Tref_