Champ_Fonc_Interp#

#include <Champ_Fonc_Interp.h>

How to cite this class in this doc#

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

Detailed description#

Inherits from#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

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

Reimplements:

How to cite in this doc:
:ref:`int Champ_Fonc_Interp::duplique() const override <public-int-champ-fonc-interp-duplique-const-override>`
[int Champ_Fonc_Interp::duplique() const override](#public-int-champ-fonc-interp-duplique-const-override)
get_info
const Type_info * Champ_Fonc_Interp::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_Interp::get_info() const override <public-const-type-info-ptr-champ-fonc-interp-get-info-const-override>`
[const Type_info * Champ_Fonc_Interp::get_info() const override](#public-const-type-info-ptr-champ-fonc-interp-get-info-const-override)
initialiser
int Champ_Fonc_Interp::initialiser(double) override

NE FAIT RIEN.

A surcharger dans les classes derivees. Provoque l’initialisation du champ si necessaire

Reimplements:

References
How to cite in this doc:
:ref:`int Champ_Fonc_Interp::initialiser(double) override <public-int-champ-fonc-interp-initialiser-double-override>`
[int Champ_Fonc_Interp::initialiser(double) override](#public-int-champ-fonc-interp-initialiser-double-override)
mettre_a_jour
void Champ_Fonc_Interp::mettre_a_jour(double) override

mettre_a_jour de la classe de base Champ_base :ne fait rien !

Reimplements:

References
How to cite in this doc:
:ref:`void Champ_Fonc_Interp::mettre_a_jour(double) override <public-void-champ-fonc-interp-mettre-a-jour-double-override>`
[void Champ_Fonc_Interp::mettre_a_jour(double) override](#public-void-champ-fonc-interp-mettre-a-jour-double-override)
taille_memoire
unsigned Champ_Fonc_Interp::taille_memoire() const override

Reimplements:

How to cite in this doc:
:ref:`unsigned Champ_Fonc_Interp::taille_memoire() const override <public-unsigned-champ-fonc-interp-taille-memoire-const-override>`
[unsigned Champ_Fonc_Interp::taille_memoire() const override](#public-unsigned-champ-fonc-interp-taille-memoire-const-override)
~Champ_Fonc_Interp
Champ_Fonc_Interp::~Champ_Fonc_Interp()
How to cite in this doc:
:ref:`Champ_Fonc_Interp::~Champ_Fonc_Interp() <public-champ-fonc-interp-dtor-champ-fonc-interp>`
[Champ_Fonc_Interp::~Champ_Fonc_Interp()](#public-champ-fonc-interp-dtor-champ-fonc-interp)
cree_instance
Objet_U * Champ_Fonc_Interp::cree_instance()
How to cite in this doc:
:ref:`Objet_U * Champ_Fonc_Interp::cree_instance() <public-static-objet-u-ptr-champ-fonc-interp-cree-instance>`
[Objet_U * Champ_Fonc_Interp::cree_instance()](#public-static-objet-u-ptr-champ-fonc-interp-cree-instance)
info
const Type_info * Champ_Fonc_Interp::info()
How to cite in this doc:
:ref:`const Type_info * Champ_Fonc_Interp::info() <public-static-const-type-info-ptr-champ-fonc-interp-info>`
[const Type_info * Champ_Fonc_Interp::info()](#public-static-const-type-info-ptr-champ-fonc-interp-info)
self_cast
const Champ_Fonc_Interp & Champ_Fonc_Interp::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Champ_Fonc_Interp & Champ_Fonc_Interp::self_cast(const Objet_U &) <public-static-const-champ-fonc-interp-ref-champ-fonc-interp-self-cast-const-objet-u-ref>`
[const Champ_Fonc_Interp & Champ_Fonc_Interp::self_cast(const Objet_U &)](#public-static-const-champ-fonc-interp-ref-champ-fonc-interp-self-cast-const-objet-u-ref)
self_cast
Champ_Fonc_Interp & Champ_Fonc_Interp::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Champ_Fonc_Interp & Champ_Fonc_Interp::self_cast(Objet_U &) <public-static-champ-fonc-interp-ref-champ-fonc-interp-self-cast-objet-u-ref>`
[Champ_Fonc_Interp & Champ_Fonc_Interp::self_cast(Objet_U &)](#public-static-champ-fonc-interp-ref-champ-fonc-interp-self-cast-objet-u-ref)
init_fields
void Champ_Fonc_Interp::init_fields()
References
Referenced By
How to cite in this doc:
:ref:`void Champ_Fonc_Interp::init_fields() <protected-void-champ-fonc-interp-init-fields>`
[void Champ_Fonc_Interp::init_fields()](#protected-void-champ-fonc-interp-init-fields)
printOn
Sortie & Champ_Fonc_Interp::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_Interp::printOn(Sortie &x) const override <protected-sortie-ref-champ-fonc-interp-printon-sortie-ref-x-const-override>`
[Sortie & Champ_Fonc_Interp::printOn(Sortie &x) const override](#protected-sortie-ref-champ-fonc-interp-printon-sortie-ref-x-const-override)
readOn
Entree & Champ_Fonc_Interp::readOn(Entree &) override

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

Reimplements:

References
How to cite in this doc:
:ref:`Entree & Champ_Fonc_Interp::readOn(Entree &) override <protected-entree-ref-champ-fonc-interp-readon-entree-ref-override>`
[Entree & Champ_Fonc_Interp::readOn(Entree &) override](#protected-entree-ref-champ-fonc-interp-readon-entree-ref-override)
update_fields
void Champ_Fonc_Interp::update_fields()
References
Referenced By
How to cite in this doc:
:ref:`void Champ_Fonc_Interp::update_fields() <protected-void-champ-fonc-interp-update-fields>`
[void Champ_Fonc_Interp::update_fields()](#protected-void-champ-fonc-interp-update-fields)

Attributes Documentation#

info_obj (public)
const Type_info Champ_Fonc_Interp::info_obj
default_value_ (protected)
double Champ_Fonc_Interp::default_value_ = 1e + 38
dom_dist_ (protected)
TRUST_Ref<Domaine *> Champ_Fonc_Interp::dom_dist_
dom_loc_ (protected)
TRUST_Ref<Domaine *> Champ_Fonc_Interp::dom_loc_
espace_stockage_ (protected)
TRUST_Deriv<Champ_base> Champ_Fonc_Interp::espace_stockage_
is_elem_trgt_ (protected)
bool Champ_Fonc_Interp::is_elem_trgt_ = true
is_initialized_ (protected)
bool Champ_Fonc_Interp::is_initialized_ = false
pb_dist_ (protected)
TRUST_Ref<Probleme_base *> Champ_Fonc_Interp::pb_dist_
pb_loc_ (protected)
TRUST_Ref<Probleme_base *> Champ_Fonc_Interp::pb_loc_
use_dec_ (protected)
int Champ_Fonc_Interp::use_dec_ = - 123
valeurs_elem_ (protected)
DoubleTab Champ_Fonc_Interp::valeurs_elem_
valeurs_faces_elem_ (protected)
DoubleTab Champ_Fonc_Interp::valeurs_faces_elem_