Sous_domaine_dis_base#
#include <Sous_domaine_dis_base.h>
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#
public : Objet_U
Inherited by#
public : Sous_domaine_VF
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#
associer_domaine_dis#
void Sous_domaine_dis_base::associer_domaine_dis(const Domaine_dis_base &)
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#
void Sous_domaine_dis_base::associer_sous_domaine(const Sous_Domaine &)
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#
virtual void Sous_domaine_dis_base::discretiser()=0
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#
Domaine_dis_base & Sous_domaine_dis_base::domaine_dis()
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#
const Domaine_dis_base & Sous_domaine_dis_base::domaine_dis() 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 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#
const Type_info * Sous_domaine_dis_base::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 * 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#
Sous_Domaine & Sous_domaine_dis_base::sous_domaine()
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#
const Sous_Domaine & Sous_domaine_dis_base::sous_domaine() 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 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#
Sous_domaine_dis_base::Sous_domaine_dis_base()
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#
Sous_domaine_dis_base::~Sous_domaine_dis_base() override
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#
const Type_info * Sous_domaine_dis_base::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 * 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#
const Sous_domaine_dis_base & Sous_domaine_dis_base::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 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#
Sous_domaine_dis_base & Sous_domaine_dis_base::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:`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#
Sortie & Sous_domaine_dis_base::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 & 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#
Entree & Sous_domaine_dis_base::readOn(Entree &) override
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#
const Type_info Sous_domaine_dis_base::info_obj
TRUST_Ref<Domaine_dis_base *> Sous_domaine_dis_base::le_dom_dis
TRUST_Ref<Sous_Domaine *> Sous_domaine_dis_base::le_sous_domaine