Triangulation_base#

#include <Triangulation_base.h>
Brief description

Triangulation_base Classe destinee a factoriser l’action de triangulation des interpretes.

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:`Triangulation\_base <class-triangulation-base>`
[Triangulation\_base](#class-triangulation-base)

Detailed description#

de type Trianguler et Tetraedriser .

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classTriangulation__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

dimension_application#

Definition
virtual int Triangulation_base::dimension_application() const =0
Brief description
Detailed description
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:`virtual int Triangulation_base::dimension_application() const =0 <triangulation-base-public-virtual-int-triangulation-base-dimension-application-const-equal-0>`
[virtual int Triangulation_base::dimension_application() const =0](#triangulation-base-public-virtual-int-triangulation-base-dimension-application-const-equal-0)

get_info#

Definition
const Type_info * Triangulation_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 * Triangulation_base::get_info() const override <triangulation-base-public-const-type-info-ptr-triangulation-base-get-info-const-override>`
[const Type_info * Triangulation_base::get_info() const override](#triangulation-base-public-const-type-info-ptr-triangulation-base-get-info-const-override)

interpreter_#

Definition
Entree & Triangulation_base::interpreter_(Entree &) override
Brief description
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:`Entree & Triangulation_base::interpreter_(Entree &) override <triangulation-base-public-entree-ref-triangulation-base-interpreter-underscore-entree-ref-override>`
[Entree & Triangulation_base::interpreter_(Entree &) override](#triangulation-base-public-entree-ref-triangulation-base-interpreter-underscore-entree-ref-override)

Triangulation_base#

Definition
Triangulation_base::Triangulation_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:`Triangulation_base::Triangulation_base() <triangulation-base-public-triangulation-base-triangulation-base>`
[Triangulation_base::Triangulation_base()](#triangulation-base-public-triangulation-base-triangulation-base)

trianguler#

Definition
virtual void Triangulation_base::trianguler(Domaine &) const =0
Brief description
Detailed description
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:`virtual void Triangulation_base::trianguler(Domaine &) const =0 <triangulation-base-public-virtual-void-triangulation-base-trianguler-domaine-ref-const-equal-0>`
[virtual void Triangulation_base::trianguler(Domaine &) const =0](#triangulation-base-public-virtual-void-triangulation-base-trianguler-domaine-ref-const-equal-0)

~Triangulation_base#

Definition
Triangulation_base::~Triangulation_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:`Triangulation_base::~Triangulation_base() override <triangulation-base-public-triangulation-base-dtor-triangulation-base-override>`
[Triangulation_base::~Triangulation_base() override](#triangulation-base-public-triangulation-base-dtor-triangulation-base-override)

info#

Definition
const Type_info * Triangulation_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 * Triangulation_base::info() <triangulation-base-public-static-const-type-info-ptr-triangulation-base-info>`
[const Type_info * Triangulation_base::info()](#triangulation-base-public-static-const-type-info-ptr-triangulation-base-info)

self_cast#

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

self_cast#

Definition
Triangulation_base & Triangulation_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:`Triangulation_base & Triangulation_base::self_cast(Objet_U &) <triangulation-base-public-static-triangulation-base-ref-triangulation-base-self-cast-objet-u-ref>`
[Triangulation_base & Triangulation_base::self_cast(Objet_U &)](#triangulation-base-public-static-triangulation-base-ref-triangulation-base-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Triangulation_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 & Triangulation_base::printOn(Sortie &x) const override <triangulation-base-protected-sortie-ref-triangulation-base-printon-sortie-ref-x-const-override>`
[Sortie & Triangulation_base::printOn(Sortie &x) const override](#triangulation-base-protected-sortie-ref-triangulation-base-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Triangulation_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 & Triangulation_base::readOn(Entree &) override <triangulation-base-protected-entree-ref-triangulation-base-readon-entree-ref-override>`
[Entree & Triangulation_base::readOn(Entree &) override](#triangulation-base-protected-entree-ref-triangulation-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Triangulation_base::info_obj