Champ_Fonc_Morceaux#

#include <Champ_Fonc_Morceaux.h>

classe Champ_Fonc_Morceaux Cette classe represente un champ prenant par morceaux des valuers fonctions

How to cite this class in this doc#

:ref:`Champ\_Fonc\_Morceaux <class-champ-fonc-morceaux>`
[Champ\_Fonc\_Morceaux](#class-champ-fonc-morceaux)

Detailed description#

de l’espace et d’un autre champ scalaire passe en parametre .

Inherits from#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

Champ_Fonc_Morceaux
Champ_Fonc_Morceaux::Champ_Fonc_Morceaux()
How to cite in this doc:
:ref:`Champ_Fonc_Morceaux::Champ_Fonc_Morceaux() <public-champ-fonc-morceaux-champ-fonc-morceaux>`
[Champ_Fonc_Morceaux::Champ_Fonc_Morceaux()](#public-champ-fonc-morceaux-champ-fonc-morceaux)
duplique
int Champ_Fonc_Morceaux::duplique() const override

Reimplements:

How to cite in this doc:
:ref:`int Champ_Fonc_Morceaux::duplique() const override <public-int-champ-fonc-morceaux-duplique-const-override>`
[int Champ_Fonc_Morceaux::duplique() const override](#public-int-champ-fonc-morceaux-duplique-const-override)
get_info
const Type_info * Champ_Fonc_Morceaux::get_info() const override

Donne des informations sur le type de l’ Objet_U .

Reimplements:

How to cite in this doc:
:ref:`const Type_info * Champ_Fonc_Morceaux::get_info() const override <public-const-type-info-ptr-champ-fonc-morceaux-get-info-const-override>`
[const Type_info * Champ_Fonc_Morceaux::get_info() const override](#public-const-type-info-ptr-champ-fonc-morceaux-get-info-const-override)
taille_memoire
unsigned Champ_Fonc_Morceaux::taille_memoire() const override

Reimplements:

How to cite in this doc:
:ref:`unsigned Champ_Fonc_Morceaux::taille_memoire() const override <public-unsigned-champ-fonc-morceaux-taille-memoire-const-override>`
[unsigned Champ_Fonc_Morceaux::taille_memoire() const override](#public-unsigned-champ-fonc-morceaux-taille-memoire-const-override)
~Champ_Fonc_Morceaux
Champ_Fonc_Morceaux::~Champ_Fonc_Morceaux()
How to cite in this doc:
:ref:`Champ_Fonc_Morceaux::~Champ_Fonc_Morceaux() <public-champ-fonc-morceaux-dtor-champ-fonc-morceaux>`
[Champ_Fonc_Morceaux::~Champ_Fonc_Morceaux()](#public-champ-fonc-morceaux-dtor-champ-fonc-morceaux)
cree_instance
Objet_U * Champ_Fonc_Morceaux::cree_instance()
How to cite in this doc:
:ref:`Objet_U * Champ_Fonc_Morceaux::cree_instance() <public-static-objet-u-ptr-champ-fonc-morceaux-cree-instance>`
[Objet_U * Champ_Fonc_Morceaux::cree_instance()](#public-static-objet-u-ptr-champ-fonc-morceaux-cree-instance)
info
const Type_info * Champ_Fonc_Morceaux::info()
How to cite in this doc:
:ref:`const Type_info * Champ_Fonc_Morceaux::info() <public-static-const-type-info-ptr-champ-fonc-morceaux-info>`
[const Type_info * Champ_Fonc_Morceaux::info()](#public-static-const-type-info-ptr-champ-fonc-morceaux-info)
self_cast
const Champ_Fonc_Morceaux & Champ_Fonc_Morceaux::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Champ_Fonc_Morceaux & Champ_Fonc_Morceaux::self_cast(const Objet_U &) <public-static-const-champ-fonc-morceaux-ref-champ-fonc-morceaux-self-cast-const-objet-u-ref>`
[const Champ_Fonc_Morceaux & Champ_Fonc_Morceaux::self_cast(const Objet_U &)](#public-static-const-champ-fonc-morceaux-ref-champ-fonc-morceaux-self-cast-const-objet-u-ref)
self_cast
Champ_Fonc_Morceaux & Champ_Fonc_Morceaux::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Champ_Fonc_Morceaux & Champ_Fonc_Morceaux::self_cast(Objet_U &) <public-static-champ-fonc-morceaux-ref-champ-fonc-morceaux-self-cast-objet-u-ref>`
[Champ_Fonc_Morceaux & Champ_Fonc_Morceaux::self_cast(Objet_U &)](#public-static-champ-fonc-morceaux-ref-champ-fonc-morceaux-self-cast-objet-u-ref)
printOn
Sortie & Champ_Fonc_Morceaux::printOn(Sortie &x) const override

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

Reimplements:

References
How to cite in this doc:
:ref:`Sortie & Champ_Fonc_Morceaux::printOn(Sortie &x) const override <protected-sortie-ref-champ-fonc-morceaux-printon-sortie-ref-x-const-override>`
[Sortie & Champ_Fonc_Morceaux::printOn(Sortie &x) const override](#protected-sortie-ref-champ-fonc-morceaux-printon-sortie-ref-x-const-override)
readOn
Entree & Champ_Fonc_Morceaux::readOn(Entree &) override

Lit les valeurs du champ uniforme par morceaux a partir d’un flot d’entree.

On lit le nom du domaine (nom_domaine) le nombre de composantes du champ (nb_comp) la valeur par defaut du champ ainsi que les valeurs sur les sous domaines. Format: Champ_Fonc_Morceaux nom_domaine nb_comp { Defaut val_def sous_domaine_1 val_1 … sous_domaine_i val_i }

Reimplements:

References
How to cite in this doc:
:ref:`Entree & Champ_Fonc_Morceaux::readOn(Entree &) override <protected-entree-ref-champ-fonc-morceaux-readon-entree-ref-override>`
[Entree & Champ_Fonc_Morceaux::readOn(Entree &) override](#protected-entree-ref-champ-fonc-morceaux-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Champ_Fonc_Morceaux::info_obj