Extruder_en20#

#include <Extruder_en20.h>
Brief description

Classe Extruder_en20 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:`Extruder\_en20 <class-extruder-en20>`
[Extruder\_en20](#class-extruder-en20)

Detailed description#

la directive Extruder_en20 : Extruder_en20 nom_domaine Cette directive est a utiliser en discretisation VEF 2D pour obtenir un maillage 3D par extrusion puis decoupage.

Inherits from#

Inheritance graph#

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

../../../../../_images/classExtruder__en20__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

List of Private Methods#

Complete Member Function Documentation#

duplique#

Definition
int Extruder_en20::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 Extruder_en20::duplique() const override <extruder-en20-public-int-extruder-en20-duplique-const-override>`
[int Extruder_en20::duplique() const override](#extruder-en20-public-int-extruder-en20-duplique-const-override)

extruder#

Definition
void Extruder_en20::extruder(Domaine &)
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 raffiner que des Rectangles (on les coupe en 4).

References
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:`void Extruder_en20::extruder(Domaine &) <extruder-en20-public-void-extruder-en20-extruder-domaine-ref>`
[void Extruder_en20::extruder(Domaine &)](#extruder-en20-public-void-extruder-en20-extruder-domaine-ref)

Extruder_en20#

Definition
Extruder_en20::Extruder_en20()
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:`Extruder_en20::Extruder_en20() <extruder-en20-public-extruder-en20-extruder-en20>`
[Extruder_en20::Extruder_en20()](#extruder-en20-public-extruder-en20-extruder-en20)

get_info#

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

interpreter_#

Definition
Entree & Extruder_en20::interpreter_(Entree &) override
Brief description

Fonction principale de l’interprete Extruder_en20 Triangule tout le domaine.

Detailed description

specifie par la directive. On triangule le domaine grace a la methode: void Extruder_en20::extruder(Domaine& domaine) const Extruder signifie ici transformer en triangle des elements geometrique d’un domaine.

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 & Extruder_en20::interpreter_(Entree &) override <extruder-en20-public-entree-ref-extruder-en20-interpreter-underscore-entree-ref-override>`
[Entree & Extruder_en20::interpreter_(Entree &) override](#extruder-en20-public-entree-ref-extruder-en20-interpreter-underscore-entree-ref-override)

setDirection#

Definition
void Extruder_en20::setDirection(double lx, double ly, double lz)
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 Extruder_en20::setDirection(double lx, double ly, double lz) <extruder-en20-public-void-extruder-en20-setdirection-double-lx-double-ly-double-lz>`
[void Extruder_en20::setDirection(double lx, double ly, double lz)](#extruder-en20-public-void-extruder-en20-setdirection-double-lx-double-ly-double-lz)

setNbTranches#

Definition
void Extruder_en20::setNbTranches(int n)
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 Extruder_en20::setNbTranches(int n) <extruder-en20-public-void-extruder-en20-setnbtranches-int-n>`
[void Extruder_en20::setNbTranches(int n)](#extruder-en20-public-void-extruder-en20-setnbtranches-int-n)

taille_memoire#

Definition
unsigned Extruder_en20::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 Extruder_en20::taille_memoire() const override <extruder-en20-public-unsigned-extruder-en20-taille-memoire-const-override>`
[unsigned Extruder_en20::taille_memoire() const override](#extruder-en20-public-unsigned-extruder-en20-taille-memoire-const-override)

~Extruder_en20#

Definition
Extruder_en20::~Extruder_en20()
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:`Extruder_en20::~Extruder_en20() <extruder-en20-public-extruder-en20-dtor-extruder-en20>`
[Extruder_en20::~Extruder_en20()](#extruder-en20-public-extruder-en20-dtor-extruder-en20)

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

extruder_dvt#

Definition
void Extruder_en20::extruder_dvt(Domaine &, Faces &, int, int)
Brief description
Detailed description
References
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:`void Extruder_en20::extruder_dvt(Domaine &, Faces &, int, int) <extruder-en20-protected-void-extruder-en20-extruder-dvt-domaine-ref-faces-ref-int-int>`
[void Extruder_en20::extruder_dvt(Domaine &, Faces &, int, int)](#extruder-en20-protected-void-extruder-en20-extruder-dvt-domaine-ref-faces-ref-int-int)

printOn#

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

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

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

readOn#

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

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

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 & Extruder_en20::readOn(Entree &) override <extruder-en20-protected-entree-ref-extruder-en20-readon-entree-ref-override>`
[Entree & Extruder_en20::readOn(Entree &) override](#extruder-en20-protected-entree-ref-extruder-en20-readon-entree-ref-override)

traiter_faces_dvt#

Definition
void Extruder_en20::traiter_faces_dvt(Faces &, Faces &, int, int, int)
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:`void Extruder_en20::traiter_faces_dvt(Faces &, Faces &, int, int, int) <extruder-en20-private-void-extruder-en20-traiter-faces-dvt-faces-ref-faces-ref-int-int-int>`
[void Extruder_en20::traiter_faces_dvt(Faces &, Faces &, int, int, int)](#extruder-en20-private-void-extruder-en20-traiter-faces-dvt-faces-ref-faces-ref-int-int-int)

Attributes Documentation#

info_obj (public)
const Type_info Extruder_en20::info_obj
direction (protected)
ArrOfDouble Extruder_en20::direction
NZ (protected)
int Extruder_en20::NZ = - 10