Partitionneur_Partition#
#include <Partitionneur_Partition.h>
Partitionneur de domaine en fonction du partitionnement d’un autre domaine.
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:`Partitionneur\_Partition <class-partitionneur-partition>`
[Partitionneur\_Partition](#class-partitionneur-partition)
Detailed description#
Inherits from#
public : Partitionneur_base_32_64
<int>
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
associer_domaine#
void Partitionneur_Partition::associer_domaine(const Domaine &domaine) override
Premiere etape d’initialisation du partitionneur: on associe un domaine.
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:`void Partitionneur_Partition::associer_domaine(const Domaine &domaine) override <partitionneur-partition-public-void-partitionneur-partition-associer-domaine-const-domaine-ref-domaine-override>`
[void Partitionneur_Partition::associer_domaine(const Domaine &domaine) override](#partitionneur-partition-public-void-partitionneur-partition-associer-domaine-const-domaine-ref-domaine-override)
construire_partition#
void Partitionneur_Partition::construire_partition(IntVect &elem_part, int &nb_parts_tot) const override
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 Partitionneur_Partition::construire_partition(IntVect &elem_part, int &nb_parts_tot) const override <partitionneur-partition-public-void-partitionneur-partition-construire-partition-intvect-ref-elem-part-int-ref-nb-parts-tot-const-override>`
[void Partitionneur_Partition::construire_partition(IntVect &elem_part, int &nb_parts_tot) const override](#partitionneur-partition-public-void-partitionneur-partition-construire-partition-intvect-ref-elem-part-int-ref-nb-parts-tot-const-override)
duplique#
int Partitionneur_Partition::duplique() const override
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:`int Partitionneur_Partition::duplique() const override <partitionneur-partition-public-int-partitionneur-partition-duplique-const-override>`
[int Partitionneur_Partition::duplique() const override](#partitionneur-partition-public-int-partitionneur-partition-duplique-const-override)
get_info#
const Type_info * Partitionneur_Partition::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 * Partitionneur_Partition::get_info() const override <partitionneur-partition-public-const-type-info-ptr-partitionneur-partition-get-info-const-override>`
[const Type_info * Partitionneur_Partition::get_info() const override](#partitionneur-partition-public-const-type-info-ptr-partitionneur-partition-get-info-const-override)
initialiser#
void Partitionneur_Partition::initialiser()
Deuxieme etape d’initialisation: on definit le nombre de tranches.
Detailed description
(on peut utiliser readOn a la place).
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 Partitionneur_Partition::initialiser() <partitionneur-partition-public-void-partitionneur-partition-initialiser>`
[void Partitionneur_Partition::initialiser()](#partitionneur-partition-public-void-partitionneur-partition-initialiser)
Partitionneur_Partition#
Partitionneur_Partition::Partitionneur_Partition()
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:`Partitionneur_Partition::Partitionneur_Partition() <partitionneur-partition-public-partitionneur-partition-partitionneur-partition>`
[Partitionneur_Partition::Partitionneur_Partition()](#partitionneur-partition-public-partitionneur-partition-partitionneur-partition)
set_param#
void Partitionneur_Partition::set_param(Param ¶m) override
Detailed description
Reimplements:
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 Partitionneur_Partition::set_param(Param ¶m) override <partitionneur-partition-public-void-partitionneur-partition-set-param-param-ref-param-override>`
[void Partitionneur_Partition::set_param(Param ¶m) override](#partitionneur-partition-public-void-partitionneur-partition-set-param-param-ref-param-override)
taille_memoire#
unsigned Partitionneur_Partition::taille_memoire() const override
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:`unsigned Partitionneur_Partition::taille_memoire() const override <partitionneur-partition-public-unsigned-partitionneur-partition-taille-memoire-const-override>`
[unsigned Partitionneur_Partition::taille_memoire() const override](#partitionneur-partition-public-unsigned-partitionneur-partition-taille-memoire-const-override)
~Partitionneur_Partition#
Partitionneur_Partition::~Partitionneur_Partition()
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:`Partitionneur_Partition::~Partitionneur_Partition() <partitionneur-partition-public-partitionneur-partition-dtor-partitionneur-partition>`
[Partitionneur_Partition::~Partitionneur_Partition()](#partitionneur-partition-public-partitionneur-partition-dtor-partitionneur-partition)
cree_instance#
Objet_U * Partitionneur_Partition::cree_instance()
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:`Objet_U * Partitionneur_Partition::cree_instance() <partitionneur-partition-public-static-objet-u-ptr-partitionneur-partition-cree-instance>`
[Objet_U * Partitionneur_Partition::cree_instance()](#partitionneur-partition-public-static-objet-u-ptr-partitionneur-partition-cree-instance)
info#
const Type_info * Partitionneur_Partition::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 * Partitionneur_Partition::info() <partitionneur-partition-public-static-const-type-info-ptr-partitionneur-partition-info>`
[const Type_info * Partitionneur_Partition::info()](#partitionneur-partition-public-static-const-type-info-ptr-partitionneur-partition-info)
self_cast#
const Partitionneur_Partition & Partitionneur_Partition::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 Partitionneur_Partition & Partitionneur_Partition::self_cast(const Objet_U &) <partitionneur-partition-public-static-const-partitionneur-partition-ref-partitionneur-partition-self-cast-const-objet-u-ref>`
[const Partitionneur_Partition & Partitionneur_Partition::self_cast(const Objet_U &)](#partitionneur-partition-public-static-const-partitionneur-partition-ref-partitionneur-partition-self-cast-const-objet-u-ref)
self_cast#
Partitionneur_Partition & Partitionneur_Partition::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:`Partitionneur_Partition & Partitionneur_Partition::self_cast(Objet_U &) <partitionneur-partition-public-static-partitionneur-partition-ref-partitionneur-partition-self-cast-objet-u-ref>`
[Partitionneur_Partition & Partitionneur_Partition::self_cast(Objet_U &)](#partitionneur-partition-public-static-partitionneur-partition-ref-partitionneur-partition-self-cast-objet-u-ref)
printOn#
Sortie & Partitionneur_Partition::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
Detailed description
Reimplements:
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:`Sortie & Partitionneur_Partition::printOn(Sortie &x) const override <partitionneur-partition-protected-sortie-ref-partitionneur-partition-printon-sortie-ref-x-const-override>`
[Sortie & Partitionneur_Partition::printOn(Sortie &x) const override](#partitionneur-partition-protected-sortie-ref-partitionneur-partition-printon-sortie-ref-x-const-override)
readOn#
Entree & Partitionneur_Partition::readOn(Entree &) override
La syntaxe est { Domaine NOM_DOM }.
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 & Partitionneur_Partition::readOn(Entree &) override <partitionneur-partition-protected-entree-ref-partitionneur-partition-readon-entree-ref-override>`
[Entree & Partitionneur_Partition::readOn(Entree &) override](#partitionneur-partition-protected-entree-ref-partitionneur-partition-readon-entree-ref-override)
Attributes Documentation#
const Type_info Partitionneur_Partition::info_obj
Nom Partitionneur_Partition::dom_calcul_
TRUST_Ref<Domaine *> Partitionneur_Partition::ref_domaine_calcul_
TRUST_Ref<Domaine *> Partitionneur_Partition::ref_domaine_interpol_