Aretes#

#include <Aretes.h>
Brief description

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#

Inheritance graph#

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

../../../../../_images/classAretes__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

List of Private Methods#

Complete Member Function Documentation#

affecter#

Definition
void Aretes::affecter(int &, int, int, int, int, int, int, int, const ArrOfInt &)
Brief description

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#

Definition
Aretes::Aretes()
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:`Aretes::Aretes() <aretes-public-aretes-aretes>`
[Aretes::Aretes()](#aretes-public-aretes-aretes)

Aretes#

Definition
Aretes::Aretes(int n)
Brief description

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#

Definition
void Aretes::calculer_centre_de_gravite(Domaine_VDF &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:`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#

Definition
void Aretes::dimensionner(int)
Brief description

Dimensionne les tableaux.

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::dimensionner(int) <aretes-public-void-aretes-dimensionner-int>`
[void Aretes::dimensionner(int)](#aretes-public-void-aretes-dimensionner-int)

duplique#

Definition
int Aretes::duplique() const override
Brief description
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#

Definition
IntTab & Aretes::faces()
Brief description

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#

Definition
const Type_info * Aretes::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 * 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#

Definition
unsigned Aretes::taille_memoire() const override
Brief description
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#

Definition
void Aretes::trier(int &, int &, int &, int &)
Brief description

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#

Definition
void Aretes::trier_pour_debog(int &, int &, int &, int &, const DoubleTab &)
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:`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#

Definition
Aretes::~Aretes()
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:`Aretes::~Aretes() <aretes-public-aretes-dtor-aretes>`
[Aretes::~Aretes()](#aretes-public-aretes-dtor-aretes)

cree_instance#

Definition
Objet_U * Aretes::cree_instance()
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:`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#

Definition
const Type_info * Aretes::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 * 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#

Definition
const Aretes & Aretes::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 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#

Definition
Aretes & Aretes::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:`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#

Definition
Sortie & Aretes::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 & 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#

Definition
Entree & Aretes::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 & 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#

Definition
void Aretes::swap(int, int)
Brief description

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#

info_obj (public)
const Type_info Aretes::info_obj
faces_ (private)
IntTab Aretes::faces_
type1_ (private)
IntVect Aretes::type1_
type2_ (private)
IntVect Aretes::type2_