Prisme_32_64#

#include <Prisme.h>
Brief description

Classe Prisme Cette represente l’element geometrique Prisme.

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:`Prisme\_32\_64 <class-template-prisme-32-64>`
[Prisme\_32\_64](#class-template-prisme-32-64)

Detailed description#

Un prisme est un polyedre ayant 5 faces, 6 sommets et deux types de face: 2 triangles a 3 sommets 3 quadrangles a 4 sommets

Inherits from#

Inheritance graph#

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

../../../../../_images/classPrisme__32__64__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

calculer_volumes#

Definition
void Prisme_32_64<_SIZE_>::calculer_volumes(DoubleVect_t &vols) const override
Brief description

NE FAIT RIEN: A CODER Calcule les volumes des elements du domaine associe.

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:`void Prisme_32_64<_SIZE_>::calculer_volumes(DoubleVect_t &vols) const override <prisme-32-64-public-void-prisme-32-64-size-calculer-volumes-doublevect-t-ref-vols-const-override>`
[void Prisme_32_64<_SIZE_>::calculer_volumes(DoubleVect_t &vols) const override](#prisme-32-64-public-void-prisme-32-64-size-calculer-volumes-doublevect-t-ref-vols-const-override)

contient#

Definition
int Prisme_32_64<_SIZE_>::contient(const ArrOfDouble &pos, int_t elem) const override
Brief description

NE FAIT RIEN: A CODER, renvoie toujours 0.

Detailed description

Renvoie 1 si l’element “element” du domaine associe a l’element geometrique contient le point de coordonnees specifiees par le parametre “pos”. Renvoie 0 sinon.

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:`int Prisme_32_64<_SIZE_>::contient(const ArrOfDouble &pos, int_t elem) const override <prisme-32-64-public-int-prisme-32-64-size-contient-const-arrofdouble-ref-pos-int-t-elem-const-override>`
[int Prisme_32_64<_SIZE_>::contient(const ArrOfDouble &pos, int_t elem) const override](#prisme-32-64-public-int-prisme-32-64-size-contient-const-arrofdouble-ref-pos-int-t-elem-const-override)

contient#

Definition
int Prisme_32_64<_SIZE_>::contient(const SmallArrOfTID_t &soms, int_t elem) const override
Brief description

NE FAIT RIEN: A CODER, renvoie toujours 0 Renvoie 1 si les sommets specifies par le parametre “pos”.

Detailed description

sont les sommets de l’element “element” du domaine associe a l’element geometrique.

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:`int Prisme_32_64<_SIZE_>::contient(const SmallArrOfTID_t &soms, int_t elem) const override <prisme-32-64-public-int-prisme-32-64-size-contient-const-smallarroftid-t-ref-soms-int-t-elem-const-override>`
[int Prisme_32_64<_SIZE_>::contient(const SmallArrOfTID_t &soms, int_t elem) const override](#prisme-32-64-public-int-prisme-32-64-size-contient-const-smallarroftid-t-ref-soms-int-t-elem-const-override)

duplique#

Definition
int Prisme_32_64<_T_>::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 Prisme_32_64<_T_>::duplique() const override <prisme-32-64-public-int-prisme-32-64-t-duplique-const-override>`
[int Prisme_32_64<_T_>::duplique() const override](#prisme-32-64-public-int-prisme-32-64-t-duplique-const-override)

est_structure#

Definition
bool Prisme_32_64<_SIZE_>::est_structure() 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:`bool Prisme_32_64<_SIZE_>::est_structure() const override <prisme-32-64-public-bool-prisme-32-64-size-est-structure-const-override>`
[bool Prisme_32_64<_SIZE_>::est_structure() const override](#prisme-32-64-public-bool-prisme-32-64-size-est-structure-const-override)

face_sommet#

Definition
int Prisme_32_64<_SIZE_>::face_sommet(int i, int j) const override
Brief description

Renvoie le numero du j - ieme sommet de la i - ieme face de l’element.

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 Prisme_32_64<_SIZE_>::face_sommet(int i, int j) const override <prisme-32-64-public-int-prisme-32-64-size-face-sommet-int-i-int-j-const-override>`
[int Prisme_32_64<_SIZE_>::face_sommet(int i, int j) const override](#prisme-32-64-public-int-prisme-32-64-size-face-sommet-int-i-int-j-const-override)

face_sommet0#

Definition
int Prisme_32_64<_SIZE_>::face_sommet0(int i) const
Brief description

Renvoie le numero du i - ieme sommet de la face 0.

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:`int Prisme_32_64<_SIZE_>::face_sommet0(int i) const <prisme-32-64-public-int-prisme-32-64-size-face-sommet0-int-i-const>`
[int Prisme_32_64<_SIZE_>::face_sommet0(int i) const](#prisme-32-64-public-int-prisme-32-64-size-face-sommet0-int-i-const)

face_sommet1#

Definition
int Prisme_32_64<_SIZE_>::face_sommet1(int i) const
Brief description

Renvoie le numero du i - ieme sommet de la face 1.

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:`int Prisme_32_64<_SIZE_>::face_sommet1(int i) const <prisme-32-64-public-int-prisme-32-64-size-face-sommet1-int-i-const>`
[int Prisme_32_64<_SIZE_>::face_sommet1(int i) const](#prisme-32-64-public-int-prisme-32-64-size-face-sommet1-int-i-const)

face_sommet2#

Definition
int Prisme_32_64<_SIZE_>::face_sommet2(int i) const
Brief description

Renvoie le numero du i - ieme sommet de la face 2.

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:`int Prisme_32_64<_SIZE_>::face_sommet2(int i) const <prisme-32-64-public-int-prisme-32-64-size-face-sommet2-int-i-const>`
[int Prisme_32_64<_SIZE_>::face_sommet2(int i) const](#prisme-32-64-public-int-prisme-32-64-size-face-sommet2-int-i-const)

face_sommet3#

Definition
int Prisme_32_64<_SIZE_>::face_sommet3(int i) const
Brief description

Renvoie le numero du i - ieme sommet de la face 3.

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:`int Prisme_32_64<_SIZE_>::face_sommet3(int i) const <prisme-32-64-public-int-prisme-32-64-size-face-sommet3-int-i-const>`
[int Prisme_32_64<_SIZE_>::face_sommet3(int i) const](#prisme-32-64-public-int-prisme-32-64-size-face-sommet3-int-i-const)

face_sommet4#

Definition
int Prisme_32_64<_SIZE_>::face_sommet4(int i) const
Brief description

Renvoie le numero du i - ieme sommet de la face 4.

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:`int Prisme_32_64<_SIZE_>::face_sommet4(int i) const <prisme-32-64-public-int-prisme-32-64-size-face-sommet4-int-i-const>`
[int Prisme_32_64<_SIZE_>::face_sommet4(int i) const](#prisme-32-64-public-int-prisme-32-64-size-face-sommet4-int-i-const)

get_info#

Definition
const Type_info * Prisme_32_64<_T_>::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 * Prisme_32_64<_T_>::get_info() const override <prisme-32-64-public-const-type-info-ptr-prisme-32-64-t-get-info-const-override>`
[const Type_info * Prisme_32_64<_T_>::get_info() const override](#prisme-32-64-public-const-type-info-ptr-prisme-32-64-t-get-info-const-override)

get_tab_faces_sommets_locaux#

Definition
int Prisme_32_64<_SIZE_>::get_tab_faces_sommets_locaux(IntTab &faces_som_local) const override
Brief description

remplit le tableau faces_som_local(i,j) qui donne pour 0 < = i < nb_faces() et 0 < = j <nb_som_face(i) le numero local du sommet

Detailed description

sur l’element. On a 0 < = faces_sommets_locaux(i,j) < nb_som() Si toutes les faces de l’element n’ont pas le meme nombre de sommets, le nombre de colonnes du tableau est le plus grand nombre de sommets, et les cases inutilisees du tableau sont mises a - 1 On renvoie 1 si toutes les faces ont le meme nombre d’elements, 0 sinon.

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:`int Prisme_32_64<_SIZE_>::get_tab_faces_sommets_locaux(IntTab &faces_som_local) const override <prisme-32-64-public-int-prisme-32-64-size-get-tab-faces-sommets-locaux-inttab-ref-faces-som-local-const-override>`
[int Prisme_32_64<_SIZE_>::get_tab_faces_sommets_locaux(IntTab &faces_som_local) const override](#prisme-32-64-public-int-prisme-32-64-size-get-tab-faces-sommets-locaux-inttab-ref-faces-som-local-const-override)

info_obj#

Definition
const Type_info Prisme_32_64<trustIdType>::info_obj("Prisme" "_64", Prisme_32_64< trustIdType >::cree_instance, 1, Prisme_32_64bases< trustIdType >)
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 Prisme_32_64<trustIdType>::info_obj("Prisme" "_64", Prisme_32_64< trustIdType >::cree_instance, 1, Prisme_32_64bases< trustIdType >) <prisme-32-64-public-const-type-info-prisme-32-64-trustidtype-info-obj-"prisme"-"-64"-prisme-32-64-trustidtype-cree-instance-1-prisme-32-64bases-trustidtype>`
[const Type_info Prisme_32_64<trustIdType>::info_obj("Prisme" "_64", Prisme_32_64< trustIdType >::cree_instance, 1, Prisme_32_64bases< trustIdType >)](#prisme-32-64-public-const-type-info-prisme-32-64-trustidtype-info-obj-"prisme"-"-64"-prisme-32-64-trustidtype-cree-instance-1-prisme-32-64bases-trustidtype)

info_obj#

Definition
const Type_info Prisme_32_64<int>::info_obj("Prisme", Prisme_32_64< int >::cree_instance, 1, Prisme_32_64bases< 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:`const Type_info Prisme_32_64<int>::info_obj("Prisme", Prisme_32_64< int >::cree_instance, 1, Prisme_32_64bases< int >) <prisme-32-64-public-const-type-info-prisme-32-64-int-info-obj-"prisme"-prisme-32-64-int-cree-instance-1-prisme-32-64bases-int>`
[const Type_info Prisme_32_64<int>::info_obj("Prisme", Prisme_32_64< int >::cree_instance, 1, Prisme_32_64bases< int >)](#prisme-32-64-public-const-type-info-prisme-32-64-int-info-obj-"prisme"-prisme-32-64-int-cree-instance-1-prisme-32-64bases-int)

nb_faces#

Definition
int Prisme_32_64<_SIZE_>::nb_faces(int=0) const override
Brief description

Renvoie le nombre de faces du type specifie que possede l’element geometrique.

Detailed description

Un Prisme a 2 types de faces: quadrangle ou triangle.

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:`int Prisme_32_64<_SIZE_>::nb_faces(int=0) const override <prisme-32-64-public-int-prisme-32-64-size-nb-faces-int-equal-0-const-override>`
[int Prisme_32_64<_SIZE_>::nb_faces(int=0) const override](#prisme-32-64-public-int-prisme-32-64-size-nb-faces-int-equal-0-const-override)

nb_som#

Definition
int Prisme_32_64<_SIZE_>::nb_som() const override
Brief description

Nb of vertices for the element.

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 Prisme_32_64<_SIZE_>::nb_som() const override <prisme-32-64-public-int-prisme-32-64-size-nb-som-const-override>`
[int Prisme_32_64<_SIZE_>::nb_som() const override](#prisme-32-64-public-int-prisme-32-64-size-nb-som-const-override)

nb_som_face#

Definition
int Prisme_32_64<_SIZE_>::nb_som_face(int=0) const override
Brief description

Renvoie le nombre de sommets des faces du type specifie.

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:`int Prisme_32_64<_SIZE_>::nb_som_face(int=0) const override <prisme-32-64-public-int-prisme-32-64-size-nb-som-face-int-equal-0-const-override>`
[int Prisme_32_64<_SIZE_>::nb_som_face(int=0) const override](#prisme-32-64-public-int-prisme-32-64-size-nb-som-face-int-equal-0-const-override)

nb_type_face#

Definition
int Prisme_32_64<_SIZE_>::nb_type_face() const override
Brief description

Nb of face types of the elemnt (for example 2 for a prism)

Detailed description

Renvoie le nombre de type de face de l’element geometrique. Par exemple un prisme (Classe Prisme) a 2 types de faces: un triangle ou un quadrangle.

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 Prisme_32_64<_SIZE_>::nb_type_face() const override <prisme-32-64-public-int-prisme-32-64-size-nb-type-face-const-override>`
[int Prisme_32_64<_SIZE_>::nb_type_face() const override](#prisme-32-64-public-int-prisme-32-64-size-nb-type-face-const-override)

nom_lml#

Definition
const Nom & Prisme_32_64<_SIZE_>::nom_lml() const override
Brief description

Renvoie le nom LML d’un prisme = “PRISM6”.

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 Nom & Prisme_32_64<_SIZE_>::nom_lml() const override <prisme-32-64-public-const-nom-ref-prisme-32-64-size-nom-lml-const-override>`
[const Nom & Prisme_32_64<_SIZE_>::nom_lml() const override](#prisme-32-64-public-const-nom-ref-prisme-32-64-size-nom-lml-const-override)

Prisme_32_64#

Definition
Prisme_32_64<_T_>::Prisme_32_64()
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:`Prisme_32_64<_T_>::Prisme_32_64() <prisme-32-64-public-prisme-32-64-t-prisme-32-64>`
[Prisme_32_64<_T_>::Prisme_32_64()](#prisme-32-64-public-prisme-32-64-t-prisme-32-64)

reordonner#

Definition
void Prisme_32_64<_SIZE_>::reordonner() override
Brief description

Reordonne les sommets du Prisme.

Detailed description

NE FAIT RIEN: A CODER

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 Prisme_32_64<_SIZE_>::reordonner() override <prisme-32-64-public-void-prisme-32-64-size-reordonner-override>`
[void Prisme_32_64<_SIZE_>::reordonner() override](#prisme-32-64-public-void-prisme-32-64-size-reordonner-override)

taille_memoire#

Definition
unsigned Prisme_32_64<_T_>::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 Prisme_32_64<_T_>::taille_memoire() const override <prisme-32-64-public-unsigned-prisme-32-64-t-taille-memoire-const-override>`
[unsigned Prisme_32_64<_T_>::taille_memoire() const override](#prisme-32-64-public-unsigned-prisme-32-64-t-taille-memoire-const-override)

type_face#

Definition
Type_Face Prisme_32_64<_SIZE_>::type_face(int=0) const override
Brief description

Renvoie le i - ieme type de face.

Detailed description

Un prisme a 2 types de face: quadrangle et triangle

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:`Type_Face Prisme_32_64<_SIZE_>::type_face(int=0) const override <prisme-32-64-public-type-face-prisme-32-64-size-type-face-int-equal-0-const-override>`
[Type_Face Prisme_32_64<_SIZE_>::type_face(int=0) const override](#prisme-32-64-public-type-face-prisme-32-64-size-type-face-int-equal-0-const-override)

~Prisme_32_64#

Definition
Prisme_32_64<_T_>::~Prisme_32_64()
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:`Prisme_32_64<_T_>::~Prisme_32_64() <prisme-32-64-public-prisme-32-64-t-dtor-prisme-32-64>`
[Prisme_32_64<_T_>::~Prisme_32_64()](#prisme-32-64-public-prisme-32-64-t-dtor-prisme-32-64)

cree_instance#

Definition
Objet_U * Prisme_32_64<_T_>::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 * Prisme_32_64<_T_>::cree_instance() <prisme-32-64-public-static-objet-u-ptr-prisme-32-64-t-cree-instance>`
[Objet_U * Prisme_32_64<_T_>::cree_instance()](#prisme-32-64-public-static-objet-u-ptr-prisme-32-64-t-cree-instance)

info#

Definition
const Type_info * Prisme_32_64<_T_>::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 * Prisme_32_64<_T_>::info() <prisme-32-64-public-static-const-type-info-ptr-prisme-32-64-t-info>`
[const Type_info * Prisme_32_64<_T_>::info()](#prisme-32-64-public-static-const-type-info-ptr-prisme-32-64-t-info)

self_cast#

Definition
const Prisme_32_64<_T_> & Prisme_32_64<_T_>::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 Prisme_32_64<_T_> & Prisme_32_64<_T_>::self_cast(const Objet_U &) <prisme-32-64-public-static-const-prisme-32-64-t-ref-prisme-32-64-t-self-cast-const-objet-u-ref>`
[const Prisme_32_64<_T_> & Prisme_32_64<_T_>::self_cast(const Objet_U &)](#prisme-32-64-public-static-const-prisme-32-64-t-ref-prisme-32-64-t-self-cast-const-objet-u-ref)

self_cast#

Definition
Prisme_32_64<_T_> & Prisme_32_64<_T_>::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:`Prisme_32_64<_T_> & Prisme_32_64<_T_>::self_cast(Objet_U &) <prisme-32-64-public-static-prisme-32-64-t-ref-prisme-32-64-t-self-cast-objet-u-ref>`
[Prisme_32_64<_T_> & Prisme_32_64<_T_>::self_cast(Objet_U &)](#prisme-32-64-public-static-prisme-32-64-t-ref-prisme-32-64-t-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Prisme_32_64<_SIZE_>::printOn(Sortie &x) const override
Brief description

NE FAIT RIEN.

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 & Prisme_32_64<_SIZE_>::printOn(Sortie &x) const override <prisme-32-64-protected-sortie-ref-prisme-32-64-size-printon-sortie-ref-x-const-override>`
[Sortie & Prisme_32_64<_SIZE_>::printOn(Sortie &x) const override](#prisme-32-64-protected-sortie-ref-prisme-32-64-size-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Prisme_32_64<_SIZE_>::readOn(Entree &) override
Brief description

NE FAIT RIEN.

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 & Prisme_32_64<_SIZE_>::readOn(Entree &) override <prisme-32-64-protected-entree-ref-prisme-32-64-size-readon-entree-ref-override>`
[Entree & Prisme_32_64<_SIZE_>::readOn(Entree &) override](#prisme-32-64-protected-entree-ref-prisme-32-64-size-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Prisme_32_64<_SIZE_>::info_obj