Extruder#
#include <Extruder.h>
Classe Extruder 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 <class-extruder>`
[Extruder](#class-extruder)
Detailed description#
Inherits from#
public : Interprete_geometrique_base_32_64
<int>
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#
List of Private Methods#
Complete Member Function Documentation#
duplique#
int Extruder::duplique() const override
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::duplique() const override <extruder-public-int-extruder-duplique-const-override>`
[int Extruder::duplique() const override](#extruder-public-int-extruder-duplique-const-override)
Extruder#
Extruder::Extruder()
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::Extruder() <extruder-public-extruder-extruder>`
[Extruder::Extruder()](#extruder-public-extruder-extruder)
extruder#
void Extruder::extruder(Domaine &)
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).
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::extruder(Domaine &) <extruder-public-void-extruder-extruder-domaine-ref>`
[void Extruder::extruder(Domaine &)](#extruder-public-void-extruder-extruder-domaine-ref)
get_info#
const Type_info * Extruder::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 * Extruder::get_info() const override <extruder-public-const-type-info-ptr-extruder-get-info-const-override>`
[const Type_info * Extruder::get_info() const override](#extruder-public-const-type-info-ptr-extruder-get-info-const-override)
interpreter_#
Entree & Extruder::interpreter_(Entree &) override
Fonction principale de l’interprete Extruder Triangule 1 a 1 toutes les domaines du domaine.
Detailed description
specifie par la directive. On triangule le domaine grace a la methode: void Extruder::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::interpreter_(Entree &) override <extruder-public-entree-ref-extruder-interpreter-underscore-entree-ref-override>`
[Entree & Extruder::interpreter_(Entree &) override](#extruder-public-entree-ref-extruder-interpreter-underscore-entree-ref-override)
setDirection#
void Extruder::setDirection(double lx, double ly, double lz)
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::setDirection(double lx, double ly, double lz) <extruder-public-void-extruder-setdirection-double-lx-double-ly-double-lz>`
[void Extruder::setDirection(double lx, double ly, double lz)](#extruder-public-void-extruder-setdirection-double-lx-double-ly-double-lz)
setNbTranches#
void Extruder::setNbTranches(int n)
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::setNbTranches(int n) <extruder-public-void-extruder-setnbtranches-int-n>`
[void Extruder::setNbTranches(int n)](#extruder-public-void-extruder-setnbtranches-int-n)
taille_memoire#
unsigned Extruder::taille_memoire() const override
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::taille_memoire() const override <extruder-public-unsigned-extruder-taille-memoire-const-override>`
[unsigned Extruder::taille_memoire() const override](#extruder-public-unsigned-extruder-taille-memoire-const-override)
~Extruder#
Extruder::~Extruder()
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::~Extruder() <extruder-public-extruder-dtor-extruder>`
[Extruder::~Extruder()](#extruder-public-extruder-dtor-extruder)
cree_instance#
Objet_U * Extruder::cree_instance()
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::cree_instance() <extruder-public-static-objet-u-ptr-extruder-cree-instance>`
[Objet_U * Extruder::cree_instance()](#extruder-public-static-objet-u-ptr-extruder-cree-instance)
info#
const Type_info * Extruder::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 * Extruder::info() <extruder-public-static-const-type-info-ptr-extruder-info>`
[const Type_info * Extruder::info()](#extruder-public-static-const-type-info-ptr-extruder-info)
self_cast#
const Extruder & Extruder::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 Extruder & Extruder::self_cast(const Objet_U &) <extruder-public-static-const-extruder-ref-extruder-self-cast-const-objet-u-ref>`
[const Extruder & Extruder::self_cast(const Objet_U &)](#extruder-public-static-const-extruder-ref-extruder-self-cast-const-objet-u-ref)
self_cast#
Extruder & Extruder::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:`Extruder & Extruder::self_cast(Objet_U &) <extruder-public-static-extruder-ref-extruder-self-cast-objet-u-ref>`
[Extruder & Extruder::self_cast(Objet_U &)](#extruder-public-static-extruder-ref-extruder-self-cast-objet-u-ref)
extruder_dvt#
void Extruder::extruder_dvt(Domaine &, Faces &, int, int)
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::extruder_dvt(Domaine &, Faces &, int, int) <extruder-protected-void-extruder-extruder-dvt-domaine-ref-faces-ref-int-int>`
[void Extruder::extruder_dvt(Domaine &, Faces &, int, int)](#extruder-protected-void-extruder-extruder-dvt-domaine-ref-faces-ref-int-int)
extruder_dvt_hexa#
void Extruder::extruder_dvt_hexa(Domaine &, Faces &, int, int)
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::extruder_dvt_hexa(Domaine &, Faces &, int, int) <extruder-protected-void-extruder-extruder-dvt-hexa-domaine-ref-faces-ref-int-int>`
[void Extruder::extruder_dvt_hexa(Domaine &, Faces &, int, int)](#extruder-protected-void-extruder-extruder-dvt-hexa-domaine-ref-faces-ref-int-int)
extruder_hexa#
void Extruder::extruder_hexa(Domaine &)
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::extruder_hexa(Domaine &) <extruder-protected-void-extruder-extruder-hexa-domaine-ref>`
[void Extruder::extruder_hexa(Domaine &)](#extruder-protected-void-extruder-extruder-hexa-domaine-ref)
printOn#
Sortie & Extruder::printOn(Sortie &x) const override
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::printOn(Sortie &x) const override <extruder-protected-sortie-ref-extruder-printon-sortie-ref-x-const-override>`
[Sortie & Extruder::printOn(Sortie &x) const override](#extruder-protected-sortie-ref-extruder-printon-sortie-ref-x-const-override)
readOn#
Entree & Extruder::readOn(Entree &) override
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::readOn(Entree &) override <extruder-protected-entree-ref-extruder-readon-entree-ref-override>`
[Entree & Extruder::readOn(Entree &) override](#extruder-protected-entree-ref-extruder-readon-entree-ref-override)
traiter_faces_dvt#
void Extruder::traiter_faces_dvt(Faces &, Faces &, int, int, int)
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::traiter_faces_dvt(Faces &, Faces &, int, int, int) <extruder-private-void-extruder-traiter-faces-dvt-faces-ref-faces-ref-int-int-int>`
[void Extruder::traiter_faces_dvt(Faces &, Faces &, int, int, int)](#extruder-private-void-extruder-traiter-faces-dvt-faces-ref-faces-ref-int-int-int)
traiter_faces_dvt_hexa#
void Extruder::traiter_faces_dvt_hexa(Faces &, int)
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::traiter_faces_dvt_hexa(Faces &, int) <extruder-private-void-extruder-traiter-faces-dvt-hexa-faces-ref-int>`
[void Extruder::traiter_faces_dvt_hexa(Faces &, int)](#extruder-private-void-extruder-traiter-faces-dvt-hexa-faces-ref-int)
Attributes Documentation#
const Type_info Extruder::info_obj
ArrOfDouble Extruder::direction
int Extruder::NZ = - 10