Triangulation_base#
#include <Triangulation_base.h>
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#
public : Interprete_geometrique_base_32_64
<int>
Inherited by#
public : Tetraedriser
public : Tetraedriser_homogene
public : Tetraedriser_homogene_compact
public : Tetraedriser_homogene_fin
public : Tetraedriser_par_prisme
public : Trianguler
public : Trianguler_H
public : Trianguler_fin
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#
dimension_application#
virtual int Triangulation_base::dimension_application() const =0
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#
const Type_info * Triangulation_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 * 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_#
Entree & Triangulation_base::interpreter_(Entree &) 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:`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#
Triangulation_base::Triangulation_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:`Triangulation_base::Triangulation_base() <triangulation-base-public-triangulation-base-triangulation-base>`
[Triangulation_base::Triangulation_base()](#triangulation-base-public-triangulation-base-triangulation-base)
trianguler#
virtual void Triangulation_base::trianguler(Domaine &) const =0
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#
Triangulation_base::~Triangulation_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:`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#
const Type_info * Triangulation_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 * 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#
const Triangulation_base & Triangulation_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 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#
Triangulation_base & Triangulation_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:`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#
Sortie & Triangulation_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 & 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#
Entree & Triangulation_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 & 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#
const Type_info Triangulation_base::info_obj