Aretes#
#include <Aretes.h>
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:`Aretes <class-aretes>`
[Aretes](#class-aretes)
Detailed description#
Inherits from#
public : Objet_U
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#
List of Private Methods#
Complete Member Function Documentation#
affecter#
void Aretes::affecter(int &, int, int, int, int, int, int, int, const ArrOfInt &)
affecte a l’arete numero les faces f1, f2, f3, f4
Detailed description
l’arete est de type2_ type ou : type2_ = - 1 si arete coin type2_ = 0 si arete bord type2_ = 1 si arete mixte type2_ = 2 si arete interne l’arete est de type1_ dir ou : type1_ = 0 si arete XY type1_ = 1 si arete XZ type1_ = 2 si arete YZ En dimension 2 il n’y a que des aretes XY
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 Aretes::affecter(int &, int, int, int, int, int, int, int, const ArrOfInt &) <aretes-public-void-aretes-affecter-int-ref-int-int-int-int-int-int-int-const-arrofint-ref>`
[void Aretes::affecter(int &, int, int, int, int, int, int, int, const ArrOfInt &)](#aretes-public-void-aretes-affecter-int-ref-int-int-int-int-int-int-int-const-arrofint-ref)
Aretes#
Aretes::Aretes()
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:`Aretes::Aretes() <aretes-public-aretes-aretes>`
[Aretes::Aretes()](#aretes-public-aretes-aretes)
Aretes#
Aretes::Aretes(int n)
Constructeur : dimensionne les tableaux.
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:`Aretes::Aretes(int n) <aretes-public-aretes-aretes-int-n>`
[Aretes::Aretes(int n)](#aretes-public-aretes-aretes-int-n)
calculer_centre_de_gravite#
void Aretes::calculer_centre_de_gravite(Domaine_VDF &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:`void Aretes::calculer_centre_de_gravite(Domaine_VDF &domaine) <aretes-public-void-aretes-calculer-centre-de-gravite-domaine-vdf-ref-domaine>`
[void Aretes::calculer_centre_de_gravite(Domaine_VDF &domaine)](#aretes-public-void-aretes-calculer-centre-de-gravite-domaine-vdf-ref-domaine)
dimensionner#
void Aretes::dimensionner(int)
Dimensionne les tableaux.
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 Aretes::dimensionner(int) <aretes-public-void-aretes-dimensionner-int>`
[void Aretes::dimensionner(int)](#aretes-public-void-aretes-dimensionner-int)
duplique#
int Aretes::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 Aretes::duplique() const override <aretes-public-int-aretes-duplique-const-override>`
[int Aretes::duplique() const override](#aretes-public-int-aretes-duplique-const-override)
faces#
IntTab & Aretes::faces()
retourne le tableau (IntTab) des faces de dimension nb_aretes,4
Detailed description
faces(num_arete,i) 0 < = i < = 3: numeros des 4 faces qui se partagent l’arete num_arete Pour une arete interne les 4 faces existent Pour une arete bord un ou deux des numeros valent - 1.
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:`IntTab & Aretes::faces() <aretes-public-inttab-ref-aretes-faces>`
[IntTab & Aretes::faces()](#aretes-public-inttab-ref-aretes-faces)
get_info#
const Type_info * Aretes::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 * Aretes::get_info() const override <aretes-public-const-type-info-ptr-aretes-get-info-const-override>`
[const Type_info * Aretes::get_info() const override](#aretes-public-const-type-info-ptr-aretes-get-info-const-override)
taille_memoire#
unsigned Aretes::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 Aretes::taille_memoire() const override <aretes-public-unsigned-aretes-taille-memoire-const-override>`
[unsigned Aretes::taille_memoire() const override](#aretes-public-unsigned-aretes-taille-memoire-const-override)
trier#
void Aretes::trier(int &, int &, int &, int &)
reoordonne le tableaux des aretes avec d’abord les aretes coins (elles n’ont que deux faces)
Detailed description
puis les aretes bord (elles ont trois faces dont deux de bord) puis les aretes mixte (elles ont quatre faces dont deux de bord) puis les aretes_internes (elles ont quatre faces internes)
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 Aretes::trier(int &, int &, int &, int &) <aretes-public-void-aretes-trier-int-ref-int-ref-int-ref-int-ref>`
[void Aretes::trier(int &, int &, int &, int &)](#aretes-public-void-aretes-trier-int-ref-int-ref-int-ref-int-ref)
trier_pour_debog#
void Aretes::trier_pour_debog(int &, int &, int &, int &, const DoubleTab &)
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 Aretes::trier_pour_debog(int &, int &, int &, int &, const DoubleTab &) <aretes-public-void-aretes-trier-pour-debog-int-ref-int-ref-int-ref-int-ref-const-doubletab-ref>`
[void Aretes::trier_pour_debog(int &, int &, int &, int &, const DoubleTab &)](#aretes-public-void-aretes-trier-pour-debog-int-ref-int-ref-int-ref-int-ref-const-doubletab-ref)
~Aretes#
Aretes::~Aretes()
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:`Aretes::~Aretes() <aretes-public-aretes-dtor-aretes>`
[Aretes::~Aretes()](#aretes-public-aretes-dtor-aretes)
cree_instance#
Objet_U * Aretes::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 * Aretes::cree_instance() <aretes-public-static-objet-u-ptr-aretes-cree-instance>`
[Objet_U * Aretes::cree_instance()](#aretes-public-static-objet-u-ptr-aretes-cree-instance)
info#
const Type_info * Aretes::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 * Aretes::info() <aretes-public-static-const-type-info-ptr-aretes-info>`
[const Type_info * Aretes::info()](#aretes-public-static-const-type-info-ptr-aretes-info)
self_cast#
const Aretes & Aretes::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 Aretes & Aretes::self_cast(const Objet_U &) <aretes-public-static-const-aretes-ref-aretes-self-cast-const-objet-u-ref>`
[const Aretes & Aretes::self_cast(const Objet_U &)](#aretes-public-static-const-aretes-ref-aretes-self-cast-const-objet-u-ref)
self_cast#
Aretes & Aretes::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:`Aretes & Aretes::self_cast(Objet_U &) <aretes-public-static-aretes-ref-aretes-self-cast-objet-u-ref>`
[Aretes & Aretes::self_cast(Objet_U &)](#aretes-public-static-aretes-ref-aretes-self-cast-objet-u-ref)
printOn#
Sortie & Aretes::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 & Aretes::printOn(Sortie &x) const override <aretes-protected-sortie-ref-aretes-printon-sortie-ref-x-const-override>`
[Sortie & Aretes::printOn(Sortie &x) const override](#aretes-protected-sortie-ref-aretes-printon-sortie-ref-x-const-override)
readOn#
Entree & Aretes::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 & Aretes::readOn(Entree &) override <aretes-protected-entree-ref-aretes-readon-entree-ref-override>`
[Entree & Aretes::readOn(Entree &) override](#aretes-protected-entree-ref-aretes-readon-entree-ref-override)
swap#
void Aretes::swap(int, int)
appelee par trier Echange les aretes a1 et a2
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 Aretes::swap(int, int) <aretes-private-void-aretes-swap-int-int>`
[void Aretes::swap(int, int)](#aretes-private-void-aretes-swap-int-int)
Attributes Documentation#
const Type_info Aretes::info_obj
IntTab Aretes::faces_
IntVect Aretes::type1_
IntVect Aretes::type2_