Sous_domaine_dis_base#

#include <Sous_domaine_dis_base.h>
Brief description

Cette classe est a la base de la hierarchie des sous - domaines discretises. Au moment de la discretisation du domaine, de meme qu’un Domaine_dis est creee pour chaque domaine, un Sous_domaine_dis_base est cree pour chaque Sous_Domaine et discretise.

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:`Sous\_domaine\_dis\_base <class-sous-domaine-dis-base>`
[Sous\_domaine\_dis\_base](#class-sous-domaine-dis-base)

Detailed description#

Les classes qui heritent de Sous_domaine_dis_base doivent surcharger la methode discretiser() ; L Sous_Domaine definit un sous - ensemble des elements du Domaine. De meme, le Sous_domaine_dis_base definit un sous_ensemble des attributs du Domaine_dis, en particulier des faces.

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classSous__domaine__dis__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_domaine_dis#

Definition
void Sous_domaine_dis_base::associer_domaine_dis(const Domaine_dis_base &)
Brief description

Associe un Domaine_dis a l’objet.

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 Sous_domaine_dis_base::associer_domaine_dis(const Domaine_dis_base &) <sous-domaine-dis-base-public-void-sous-domaine-dis-base-associer-domaine-dis-const-domaine-dis-base-ref>`
[void Sous_domaine_dis_base::associer_domaine_dis(const Domaine_dis_base &)](#sous-domaine-dis-base-public-void-sous-domaine-dis-base-associer-domaine-dis-const-domaine-dis-base-ref)

associer_sous_domaine#

Definition
void Sous_domaine_dis_base::associer_sous_domaine(const Sous_Domaine &)
Brief description

Associe un Sous_Domaine a l’objet.

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 Sous_domaine_dis_base::associer_sous_domaine(const Sous_Domaine &) <sous-domaine-dis-base-public-void-sous-domaine-dis-base-associer-sous-domaine-const-sous-domaine-ref>`
[void Sous_domaine_dis_base::associer_sous_domaine(const Sous_Domaine &)](#sous-domaine-dis-base-public-void-sous-domaine-dis-base-associer-sous-domaine-const-sous-domaine-ref)

discretiser#

Definition
virtual void Sous_domaine_dis_base::discretiser()=0
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:`virtual void Sous_domaine_dis_base::discretiser()=0 <sous-domaine-dis-base-public-virtual-void-sous-domaine-dis-base-discretiser-equal-0>`
[virtual void Sous_domaine_dis_base::discretiser()=0](#sous-domaine-dis-base-public-virtual-void-sous-domaine-dis-base-discretiser-equal-0)

domaine_dis#

Definition
Domaine_dis_base & Sous_domaine_dis_base::domaine_dis()
Brief description
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:`Domaine_dis_base & Sous_domaine_dis_base::domaine_dis() <sous-domaine-dis-base-public-domaine-dis-base-ref-sous-domaine-dis-base-domaine-dis>`
[Domaine_dis_base & Sous_domaine_dis_base::domaine_dis()](#sous-domaine-dis-base-public-domaine-dis-base-ref-sous-domaine-dis-base-domaine-dis)

domaine_dis#

Definition
const Domaine_dis_base & Sous_domaine_dis_base::domaine_dis() const
Brief description
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 Domaine_dis_base & Sous_domaine_dis_base::domaine_dis() const <sous-domaine-dis-base-public-const-domaine-dis-base-ref-sous-domaine-dis-base-domaine-dis-const>`
[const Domaine_dis_base & Sous_domaine_dis_base::domaine_dis() const](#sous-domaine-dis-base-public-const-domaine-dis-base-ref-sous-domaine-dis-base-domaine-dis-const)

get_info#

Definition
const Type_info * Sous_domaine_dis_base::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 * Sous_domaine_dis_base::get_info() const override <sous-domaine-dis-base-public-const-type-info-ptr-sous-domaine-dis-base-get-info-const-override>`
[const Type_info * Sous_domaine_dis_base::get_info() const override](#sous-domaine-dis-base-public-const-type-info-ptr-sous-domaine-dis-base-get-info-const-override)

sous_domaine#

Definition
Sous_Domaine & Sous_domaine_dis_base::sous_domaine()
Brief description
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:`Sous_Domaine & Sous_domaine_dis_base::sous_domaine() <sous-domaine-dis-base-public-sous-domaine-ref-sous-domaine-dis-base-sous-domaine>`
[Sous_Domaine & Sous_domaine_dis_base::sous_domaine()](#sous-domaine-dis-base-public-sous-domaine-ref-sous-domaine-dis-base-sous-domaine)

sous_domaine#

Definition
const Sous_Domaine & Sous_domaine_dis_base::sous_domaine() 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:`const Sous_Domaine & Sous_domaine_dis_base::sous_domaine() const <sous-domaine-dis-base-public-const-sous-domaine-ref-sous-domaine-dis-base-sous-domaine-const>`
[const Sous_Domaine & Sous_domaine_dis_base::sous_domaine() const](#sous-domaine-dis-base-public-const-sous-domaine-ref-sous-domaine-dis-base-sous-domaine-const)

Sous_domaine_dis_base#

Definition
Sous_domaine_dis_base::Sous_domaine_dis_base()
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:`Sous_domaine_dis_base::Sous_domaine_dis_base() <sous-domaine-dis-base-public-sous-domaine-dis-base-sous-domaine-dis-base>`
[Sous_domaine_dis_base::Sous_domaine_dis_base()](#sous-domaine-dis-base-public-sous-domaine-dis-base-sous-domaine-dis-base)

~Sous_domaine_dis_base#

Definition
Sous_domaine_dis_base::~Sous_domaine_dis_base() 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:`Sous_domaine_dis_base::~Sous_domaine_dis_base() override <sous-domaine-dis-base-public-sous-domaine-dis-base-dtor-sous-domaine-dis-base-override>`
[Sous_domaine_dis_base::~Sous_domaine_dis_base() override](#sous-domaine-dis-base-public-sous-domaine-dis-base-dtor-sous-domaine-dis-base-override)

info#

Definition
const Type_info * Sous_domaine_dis_base::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 * Sous_domaine_dis_base::info() <sous-domaine-dis-base-public-static-const-type-info-ptr-sous-domaine-dis-base-info>`
[const Type_info * Sous_domaine_dis_base::info()](#sous-domaine-dis-base-public-static-const-type-info-ptr-sous-domaine-dis-base-info)

self_cast#

Definition
const Sous_domaine_dis_base & Sous_domaine_dis_base::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 Sous_domaine_dis_base & Sous_domaine_dis_base::self_cast(const Objet_U &) <sous-domaine-dis-base-public-static-const-sous-domaine-dis-base-ref-sous-domaine-dis-base-self-cast-const-objet-u-ref>`
[const Sous_domaine_dis_base & Sous_domaine_dis_base::self_cast(const Objet_U &)](#sous-domaine-dis-base-public-static-const-sous-domaine-dis-base-ref-sous-domaine-dis-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Sous_domaine_dis_base & Sous_domaine_dis_base::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:`Sous_domaine_dis_base & Sous_domaine_dis_base::self_cast(Objet_U &) <sous-domaine-dis-base-public-static-sous-domaine-dis-base-ref-sous-domaine-dis-base-self-cast-objet-u-ref>`
[Sous_domaine_dis_base & Sous_domaine_dis_base::self_cast(Objet_U &)](#sous-domaine-dis-base-public-static-sous-domaine-dis-base-ref-sous-domaine-dis-base-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Sous_domaine_dis_base::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 & Sous_domaine_dis_base::printOn(Sortie &x) const override <sous-domaine-dis-base-protected-sortie-ref-sous-domaine-dis-base-printon-sortie-ref-x-const-override>`
[Sortie & Sous_domaine_dis_base::printOn(Sortie &x) const override](#sous-domaine-dis-base-protected-sortie-ref-sous-domaine-dis-base-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Sous_domaine_dis_base::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 & Sous_domaine_dis_base::readOn(Entree &) override <sous-domaine-dis-base-protected-entree-ref-sous-domaine-dis-base-readon-entree-ref-override>`
[Entree & Sous_domaine_dis_base::readOn(Entree &) override](#sous-domaine-dis-base-protected-entree-ref-sous-domaine-dis-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Sous_domaine_dis_base::info_obj
le_dom_dis (protected)
TRUST_Ref<Domaine_dis_base *> Sous_domaine_dis_base::le_dom_dis
le_sous_domaine (protected)
TRUST_Ref<Sous_Domaine *> Sous_domaine_dis_base::le_sous_domaine