Trianguler_H#

#include <Trianguler_H.h>
Brief description

Classe Trianguler_H Cette classe est un interprete qui sert a lire et executer.

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:`Trianguler\_H <class-trianguler-h>`
[Trianguler\_H](#class-trianguler-h)

Detailed description#

la directive Trianguler_H : Trianguler_H nom_domaine Cette directive est a utiliser en discretisation VEF pour obtenir un maillage triangulaire a partir d’un maillage constitue de rectangles.

Inherits from#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

dimension_application#

Definition
int Trianguler_H::dimension_application() 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 Trianguler_H::dimension_application() const override <trianguler-h-public-int-trianguler-h-dimension-application-const-override>`
[int Trianguler_H::dimension_application() const override](#trianguler-h-public-int-trianguler-h-dimension-application-const-override)

duplique#

Definition
int Trianguler_H::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 Trianguler_H::duplique() const override <trianguler-h-public-int-trianguler-h-duplique-const-override>`
[int Trianguler_H::duplique() const override](#trianguler-h-public-int-trianguler-h-duplique-const-override)

get_info#

Definition
const Type_info * Trianguler_H::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 * Trianguler_H::get_info() const override <trianguler-h-public-const-type-info-ptr-trianguler-h-get-info-const-override>`
[const Type_info * Trianguler_H::get_info() const override](#trianguler-h-public-const-type-info-ptr-trianguler-h-get-info-const-override)

taille_memoire#

Definition
unsigned Trianguler_H::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 Trianguler_H::taille_memoire() const override <trianguler-h-public-unsigned-trianguler-h-taille-memoire-const-override>`
[unsigned Trianguler_H::taille_memoire() const override](#trianguler-h-public-unsigned-trianguler-h-taille-memoire-const-override)

trianguler#

Definition
void Trianguler_H::trianguler(Domaine &) const override
Brief description

Triangule tous les element d’un domaine: transforme les elements goemetriques du domaine en triangles.

Detailed description

Pour l’instant on ne sait trianguler que des Rectangles (on les coupe en 2).

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 Trianguler_H::trianguler(Domaine &) const override <trianguler-h-public-void-trianguler-h-trianguler-domaine-ref-const-override>`
[void Trianguler_H::trianguler(Domaine &) const override](#trianguler-h-public-void-trianguler-h-trianguler-domaine-ref-const-override)

Trianguler_H#

Definition
Trianguler_H::Trianguler_H()
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:`Trianguler_H::Trianguler_H() <trianguler-h-public-trianguler-h-trianguler-h>`
[Trianguler_H::Trianguler_H()](#trianguler-h-public-trianguler-h-trianguler-h)

~Trianguler_H#

Definition
Trianguler_H::~Trianguler_H()
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:`Trianguler_H::~Trianguler_H() <trianguler-h-public-trianguler-h-dtor-trianguler-h>`
[Trianguler_H::~Trianguler_H()](#trianguler-h-public-trianguler-h-dtor-trianguler-h)

cree_instance#

Definition
Objet_U * Trianguler_H::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 * Trianguler_H::cree_instance() <trianguler-h-public-static-objet-u-ptr-trianguler-h-cree-instance>`
[Objet_U * Trianguler_H::cree_instance()](#trianguler-h-public-static-objet-u-ptr-trianguler-h-cree-instance)

info#

Definition
const Type_info * Trianguler_H::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 * Trianguler_H::info() <trianguler-h-public-static-const-type-info-ptr-trianguler-h-info>`
[const Type_info * Trianguler_H::info()](#trianguler-h-public-static-const-type-info-ptr-trianguler-h-info)

self_cast#

Definition
const Trianguler_H & Trianguler_H::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 Trianguler_H & Trianguler_H::self_cast(const Objet_U &) <trianguler-h-public-static-const-trianguler-h-ref-trianguler-h-self-cast-const-objet-u-ref>`
[const Trianguler_H & Trianguler_H::self_cast(const Objet_U &)](#trianguler-h-public-static-const-trianguler-h-ref-trianguler-h-self-cast-const-objet-u-ref)

self_cast#

Definition
Trianguler_H & Trianguler_H::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:`Trianguler_H & Trianguler_H::self_cast(Objet_U &) <trianguler-h-public-static-trianguler-h-ref-trianguler-h-self-cast-objet-u-ref>`
[Trianguler_H & Trianguler_H::self_cast(Objet_U &)](#trianguler-h-public-static-trianguler-h-ref-trianguler-h-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Trianguler_H::printOn(Sortie &x) const override
Brief description

Simple appel a: Interprete::printOn(Sortie&)

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 & Trianguler_H::printOn(Sortie &x) const override <trianguler-h-protected-sortie-ref-trianguler-h-printon-sortie-ref-x-const-override>`
[Sortie & Trianguler_H::printOn(Sortie &x) const override](#trianguler-h-protected-sortie-ref-trianguler-h-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Trianguler_H::readOn(Entree &) override
Brief description

Simple appel a: Interprete::readOn(Entree&)

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 & Trianguler_H::readOn(Entree &) override <trianguler-h-protected-entree-ref-trianguler-h-readon-entree-ref-override>`
[Entree & Trianguler_H::readOn(Entree &) override](#trianguler-h-protected-entree-ref-trianguler-h-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Trianguler_H::info_obj