Interface_base#

#include <Interface_base.h>

How to cite this class in this doc#

:ref:`Interface\_base <class-interface-base>`
[Interface\_base](#class-interface-base)

Detailed description#

Inherits from#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

assoscier_pb
void Interface_base::assoscier_pb(const Probleme_base &pb)
References
Referenced By
How to cite in this doc:
:ref:`void Interface_base::assoscier_pb(const Probleme_base &pb) <public-void-interface-base-assoscier-pb-const-probleme-base-ref-pb>`
[void Interface_base::assoscier_pb(const Probleme_base &pb)](#public-void-interface-base-assoscier-pb-const-probleme-base-ref-pb)
discretiser_sigma
void Interface_base::discretiser_sigma(const Nom &sig_nom, double temps)
References
Referenced By
How to cite in this doc:
:ref:`void Interface_base::discretiser_sigma(const Nom &sig_nom, double temps) <public-void-interface-base-discretiser-sigma-const-nom-ref-sig-nom-double-temps>`
[void Interface_base::discretiser_sigma(const Nom &sig_nom, double temps)](#public-void-interface-base-discretiser-sigma-const-nom-ref-sig-nom-double-temps)
get_info
const Type_info * Interface_base::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 * Interface_base::get_info() const override <public-const-type-info-ptr-interface-base-get-info-const-override>`
[const Type_info * Interface_base::get_info() const override](#public-const-type-info-ptr-interface-base-get-info-const-override)
get_sigma_champ
Champ_Don_base & Interface_base::get_sigma_champ()
References
Referenced By
How to cite in this doc:
:ref:`Champ_Don_base & Interface_base::get_sigma_champ() <public-champ-don-base-ref-interface-base-get-sigma-champ>`
[Champ_Don_base & Interface_base::get_sigma_champ()](#public-champ-don-base-ref-interface-base-get-sigma-champ)
get_sigma_champ
const Champ_Don_base & Interface_base::get_sigma_champ() const
References
How to cite in this doc:
:ref:`const Champ_Don_base & Interface_base::get_sigma_champ() const <public-const-champ-don-base-ref-interface-base-get-sigma-champ-const>`
[const Champ_Don_base & Interface_base::get_sigma_champ() const](#public-const-champ-don-base-ref-interface-base-get-sigma-champ-const)
get_sigma_tab
const DoubleTab & Interface_base::get_sigma_tab() const
References
How to cite in this doc:
:ref:`const DoubleTab & Interface_base::get_sigma_tab() const <public-const-doubletab-ref-interface-base-get-sigma-tab-const>`
[const DoubleTab & Interface_base::get_sigma_tab() const](#public-const-doubletab-ref-interface-base-get-sigma-tab-const)
Interface_base
Interface_base::Interface_base()
How to cite in this doc:
:ref:`Interface_base::Interface_base() <public-interface-base-interface-base>`
[Interface_base::Interface_base()](#public-interface-base-interface-base)
mettre_a_jour
void Interface_base::mettre_a_jour(double)
References
Referenced By
How to cite in this doc:
:ref:`void Interface_base::mettre_a_jour(double) <public-void-interface-base-mettre-a-jour-double>`
[void Interface_base::mettre_a_jour(double)](#public-void-interface-base-mettre-a-jour-double)
set_param
void Interface_base::set_param(Param &param)
References
Referenced By
How to cite in this doc:
:ref:`void Interface_base::set_param(Param &param) <public-void-interface-base-set-param-param-ref-param>`
[void Interface_base::set_param(Param &param)](#public-void-interface-base-set-param-param-ref-param)
sigma
void Interface_base::sigma(const SpanD T, const SpanD P, SpanD res, int ncomp=1, int ind=0) const
References
How to cite in this doc:
:ref:`void Interface_base::sigma(const SpanD T, const SpanD P, SpanD res, int ncomp=1, int ind=0) const <public-void-interface-base-sigma-const-spand-t-const-spand-p-spand-res-int-ncomp-equal-1-int-ind-equal-0-const>`
[void Interface_base::sigma(const SpanD T, const SpanD P, SpanD res, int ncomp=1, int ind=0) const](#public-void-interface-base-sigma-const-spand-t-const-spand-p-spand-res-int-ncomp-equal-1-int-ind-equal-0-const)
sigma_h
double Interface_base::sigma_h(const double h, const double P) const
Referenced By
How to cite in this doc:
:ref:`double Interface_base::sigma_h(const double h, const double P) const <public-double-interface-base-sigma-h-const-double-h-const-double-p-const>`
[double Interface_base::sigma_h(const double h, const double P) const](#public-double-interface-base-sigma-h-const-double-h-const-double-p-const)
sigma_h
void Interface_base::sigma_h(const SpanD H, const SpanD P, SpanD res, int ncomp=1, int ind=0) const
References
How to cite in this doc:
:ref:`void Interface_base::sigma_h(const SpanD H, const SpanD P, SpanD res, int ncomp=1, int ind=0) const <public-void-interface-base-sigma-h-const-spand-h-const-spand-p-spand-res-int-ncomp-equal-1-int-ind-equal-0-const>`
[void Interface_base::sigma_h(const SpanD H, const SpanD P, SpanD res, int ncomp=1, int ind=0) const](#public-void-interface-base-sigma-h-const-spand-h-const-spand-p-spand-res-int-ncomp-equal-1-int-ind-equal-0-const)
~Interface_base
Interface_base::~Interface_base() override
How to cite in this doc:
:ref:`Interface_base::~Interface_base() override <public-interface-base-dtor-interface-base-override>`
[Interface_base::~Interface_base() override](#public-interface-base-dtor-interface-base-override)
info
const Type_info * Interface_base::info()
How to cite in this doc:
:ref:`const Type_info * Interface_base::info() <public-static-const-type-info-ptr-interface-base-info>`
[const Type_info * Interface_base::info()](#public-static-const-type-info-ptr-interface-base-info)
self_cast
const Interface_base & Interface_base::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Interface_base & Interface_base::self_cast(const Objet_U &) <public-static-const-interface-base-ref-interface-base-self-cast-const-objet-u-ref>`
[const Interface_base & Interface_base::self_cast(const Objet_U &)](#public-static-const-interface-base-ref-interface-base-self-cast-const-objet-u-ref)
self_cast
Interface_base & Interface_base::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Interface_base & Interface_base::self_cast(Objet_U &) <public-static-interface-base-ref-interface-base-self-cast-objet-u-ref>`
[Interface_base & Interface_base::self_cast(Objet_U &)](#public-static-interface-base-ref-interface-base-self-cast-objet-u-ref)
printOn
Sortie & Interface_base::printOn(Sortie &x) const override

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

Reimplements:

How to cite in this doc:
:ref:`Sortie & Interface_base::printOn(Sortie &x) const override <protected-sortie-ref-interface-base-printon-sortie-ref-x-const-override>`
[Sortie & Interface_base::printOn(Sortie &x) const override](#protected-sortie-ref-interface-base-printon-sortie-ref-x-const-override)
readOn
Entree & Interface_base::readOn(Entree &) override

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

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`Entree & Interface_base::readOn(Entree &) override <protected-entree-ref-interface-base-readon-entree-ref-override>`
[Entree & Interface_base::readOn(Entree &) override](#protected-entree-ref-interface-base-readon-entree-ref-override)
sigma_
virtual void Interface_base::sigma_(const SpanD T, const SpanD P, SpanD res, int ncomp=1, int ind=0) const =0
Referenced By
How to cite in this doc:
:ref:`virtual void Interface_base::sigma_(const SpanD T, const SpanD P, SpanD res, int ncomp=1, int ind=0) const =0 <protected-virtual-void-interface-base-sigma-underscore-const-spand-t-const-spand-p-spand-res-int-ncomp-equal-1-int-ind-equal-0-const-equal-0>`
[virtual void Interface_base::sigma_(const SpanD T, const SpanD P, SpanD res, int ncomp=1, int ind=0) const =0](#protected-virtual-void-interface-base-sigma-underscore-const-spand-t-const-spand-p-spand-res-int-ncomp-equal-1-int-ind-equal-0-const-equal-0)
sigma_h_
virtual void Interface_base::sigma_h_(const SpanD H, const SpanD P, SpanD res, int ncomp=1, int ind=0) const =0
Referenced By
How to cite in this doc:
:ref:`virtual void Interface_base::sigma_h_(const SpanD H, const SpanD P, SpanD res, int ncomp=1, int ind=0) const =0 <protected-virtual-void-interface-base-sigma-h-underscore-const-spand-h-const-spand-p-spand-res-int-ncomp-equal-1-int-ind-equal-0-const-equal-0>`
[virtual void Interface_base::sigma_h_(const SpanD H, const SpanD P, SpanD res, int ncomp=1, int ind=0) const =0](#protected-virtual-void-interface-base-sigma-h-underscore-const-spand-h-const-spand-p-spand-res-int-ncomp-equal-1-int-ind-equal-0-const-equal-0)

Attributes Documentation#

info_obj (public)
const Type_info Interface_base::info_obj
ch_sigma_ (protected)
TRUST_Deriv<Champ_Don_base> Interface_base::ch_sigma_
pb_ (protected)
TRUST_Ref<Probleme_base *> Interface_base::pb_
sigma__ (protected)
double Interface_base::sigma__ = - 1.