Marching_Cubes#
#include <Marching_Cubes.h>
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:`Marching\_Cubes <class-marching-cubes>`
[Marching\_Cubes](#class-marching-cubes)
Detailed description#
Inherits from#
public : Objet_U
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#
associer_domaine_vf#
void Marching_Cubes::associer_domaine_vf(const Domaine_VF &domaine_vf)
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 Marching_Cubes::associer_domaine_vf(const Domaine_VF &domaine_vf) <marching-cubes-public-void-marching-cubes-associer-domaine-vf-const-domaine-vf-ref-domaine-vf>`
[void Marching_Cubes::associer_domaine_vf(const Domaine_VF &domaine_vf)](#marching-cubes-public-void-marching-cubes-associer-domaine-vf-const-domaine-vf-ref-domaine-vf)
construire_iso#
int Marching_Cubes::construire_iso(const DoubleVect &valeurs_sommets, double isovaleur, Maillage_FT_Disc &maillage, DoubleVect &indicatrice_approchee, const Maillage_FT_Disc::AjoutPhase phase, int ignorer_collision=0) const
Construction d’un maillage en segments ou en triangles comme l’isovaleur d’une fonction discretisee aux sommets du maillage eulerien (associer_domaine_vf).
Detailed description
L’algorithme est un “marching cubes” generalise pour travailler avec un maillage vf en triangles, rectangles, cubes ou tetraedres. En cas d’erreur, le maillage est remis a zero (reset()).
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:`int Marching_Cubes::construire_iso(const DoubleVect &valeurs_sommets, double isovaleur, Maillage_FT_Disc &maillage, DoubleVect &indicatrice_approchee, const Maillage_FT_Disc::AjoutPhase phase, int ignorer_collision=0) const <marching-cubes-public-int-marching-cubes-construire-iso-const-doublevect-ref-valeurs-sommets-double-isovaleur-maillage-ft-disc-ref-maillage-doublevect-ref-indicatrice-approchee-const-maillage-ft-disc-ajoutphase-phase-int-ignorer-collision-equal-0-const>`
[int Marching_Cubes::construire_iso(const DoubleVect &valeurs_sommets, double isovaleur, Maillage_FT_Disc &maillage, DoubleVect &indicatrice_approchee, const Maillage_FT_Disc::AjoutPhase phase, int ignorer_collision=0) const](#marching-cubes-public-int-marching-cubes-construire-iso-const-doublevect-ref-valeurs-sommets-double-isovaleur-maillage-ft-disc-ref-maillage-doublevect-ref-indicatrice-approchee-const-maillage-ft-disc-ajoutphase-phase-int-ignorer-collision-equal-0-const)
construire_iso#
int Marching_Cubes::construire_iso(const Nom &expression, double isovaleur, Maillage_FT_Disc &maillage, DoubleVect &indicatrice_approchee, const Maillage_FT_Disc::AjoutPhase phase, DoubleTab &eval_expression_sommets, int ignorer_collision=0) const
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 Marching_Cubes::construire_iso(const Nom &expression, double isovaleur, Maillage_FT_Disc &maillage, DoubleVect &indicatrice_approchee, const Maillage_FT_Disc::AjoutPhase phase, DoubleTab &eval_expression_sommets, int ignorer_collision=0) const <marching-cubes-public-int-marching-cubes-construire-iso-const-nom-ref-expression-double-isovaleur-maillage-ft-disc-ref-maillage-doublevect-ref-indicatrice-approchee-const-maillage-ft-disc-ajoutphase-phase-doubletab-ref-eval-expression-sommets-int-ignorer-collision-equal-0-const>`
[int Marching_Cubes::construire_iso(const Nom &expression, double isovaleur, Maillage_FT_Disc &maillage, DoubleVect &indicatrice_approchee, const Maillage_FT_Disc::AjoutPhase phase, DoubleTab &eval_expression_sommets, int ignorer_collision=0) const](#marching-cubes-public-int-marching-cubes-construire-iso-const-nom-ref-expression-double-isovaleur-maillage-ft-disc-ref-maillage-doublevect-ref-indicatrice-approchee-const-maillage-ft-disc-ajoutphase-phase-doubletab-ref-eval-expression-sommets-int-ignorer-collision-equal-0-const)
duplique#
int Marching_Cubes::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 Marching_Cubes::duplique() const override <marching-cubes-public-int-marching-cubes-duplique-const-override>`
[int Marching_Cubes::duplique() const override](#marching-cubes-public-int-marching-cubes-duplique-const-override)
get_info#
const Type_info * Marching_Cubes::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 * Marching_Cubes::get_info() const override <marching-cubes-public-const-type-info-ptr-marching-cubes-get-info-const-override>`
[const Type_info * Marching_Cubes::get_info() const override](#marching-cubes-public-const-type-info-ptr-marching-cubes-get-info-const-override)
Marching_Cubes#
Marching_Cubes::Marching_Cubes()
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:`Marching_Cubes::Marching_Cubes() <marching-cubes-public-marching-cubes-marching-cubes>`
[Marching_Cubes::Marching_Cubes()](#marching-cubes-public-marching-cubes-marching-cubes)
taille_memoire#
unsigned Marching_Cubes::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 Marching_Cubes::taille_memoire() const override <marching-cubes-public-unsigned-marching-cubes-taille-memoire-const-override>`
[unsigned Marching_Cubes::taille_memoire() const override](#marching-cubes-public-unsigned-marching-cubes-taille-memoire-const-override)
~Marching_Cubes#
Marching_Cubes::~Marching_Cubes()
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:`Marching_Cubes::~Marching_Cubes() <marching-cubes-public-marching-cubes-dtor-marching-cubes>`
[Marching_Cubes::~Marching_Cubes()](#marching-cubes-public-marching-cubes-dtor-marching-cubes)
cree_instance#
Objet_U * Marching_Cubes::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 * Marching_Cubes::cree_instance() <marching-cubes-public-static-objet-u-ptr-marching-cubes-cree-instance>`
[Objet_U * Marching_Cubes::cree_instance()](#marching-cubes-public-static-objet-u-ptr-marching-cubes-cree-instance)
info#
const Type_info * Marching_Cubes::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 * Marching_Cubes::info() <marching-cubes-public-static-const-type-info-ptr-marching-cubes-info>`
[const Type_info * Marching_Cubes::info()](#marching-cubes-public-static-const-type-info-ptr-marching-cubes-info)
self_cast#
const Marching_Cubes & Marching_Cubes::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 Marching_Cubes & Marching_Cubes::self_cast(const Objet_U &) <marching-cubes-public-static-const-marching-cubes-ref-marching-cubes-self-cast-const-objet-u-ref>`
[const Marching_Cubes & Marching_Cubes::self_cast(const Objet_U &)](#marching-cubes-public-static-const-marching-cubes-ref-marching-cubes-self-cast-const-objet-u-ref)
self_cast#
Marching_Cubes & Marching_Cubes::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:`Marching_Cubes & Marching_Cubes::self_cast(Objet_U &) <marching-cubes-public-static-marching-cubes-ref-marching-cubes-self-cast-objet-u-ref>`
[Marching_Cubes & Marching_Cubes::self_cast(Objet_U &)](#marching-cubes-public-static-marching-cubes-ref-marching-cubes-self-cast-objet-u-ref)
calculer_coord_noeuds#
void Marching_Cubes::calculer_coord_noeuds(const DoubleVect &valeurs_sommets, const double isovaleur, const IntTab &def_noeud, Maillage_FT_Disc &maillage) const
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 Marching_Cubes::calculer_coord_noeuds(const DoubleVect &valeurs_sommets, const double isovaleur, const IntTab &def_noeud, Maillage_FT_Disc &maillage) const <marching-cubes-protected-void-marching-cubes-calculer-coord-noeuds-const-doublevect-ref-valeurs-sommets-const-double-isovaleur-const-inttab-ref-def-noeud-maillage-ft-disc-ref-maillage-const>`
[void Marching_Cubes::calculer_coord_noeuds(const DoubleVect &valeurs_sommets, const double isovaleur, const IntTab &def_noeud, Maillage_FT_Disc &maillage) const](#marching-cubes-protected-void-marching-cubes-calculer-coord-noeuds-const-doublevect-ref-valeurs-sommets-const-double-isovaleur-const-inttab-ref-def-noeud-maillage-ft-disc-ref-maillage-const)
calculer_signe#
void Marching_Cubes::calculer_signe(const DoubleVect &valeurs_sommets, const double isovaleur, ArrOfBit &signe) const
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 Marching_Cubes::calculer_signe(const DoubleVect &valeurs_sommets, const double isovaleur, ArrOfBit &signe) const <marching-cubes-protected-void-marching-cubes-calculer-signe-const-doublevect-ref-valeurs-sommets-const-double-isovaleur-arrofbit-ref-signe-const>`
[void Marching_Cubes::calculer_signe(const DoubleVect &valeurs_sommets, const double isovaleur, ArrOfBit &signe) const](#marching-cubes-protected-void-marching-cubes-calculer-signe-const-doublevect-ref-valeurs-sommets-const-double-isovaleur-arrofbit-ref-signe-const)
construire_noeuds_et_facettes#
int Marching_Cubes::construire_noeuds_et_facettes(const ArrOfBit &signe, IntTab &def_noeud, IntTab &facettes, DoubleVect &indicatrice_approchee, const Maillage_FT_Disc::AjoutPhase phase) const
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 Marching_Cubes::construire_noeuds_et_facettes(const ArrOfBit &signe, IntTab &def_noeud, IntTab &facettes, DoubleVect &indicatrice_approchee, const Maillage_FT_Disc::AjoutPhase phase) const <marching-cubes-protected-int-marching-cubes-construire-noeuds-et-facettes-const-arrofbit-ref-signe-inttab-ref-def-noeud-inttab-ref-facettes-doublevect-ref-indicatrice-approchee-const-maillage-ft-disc-ajoutphase-phase-const>`
[int Marching_Cubes::construire_noeuds_et_facettes(const ArrOfBit &signe, IntTab &def_noeud, IntTab &facettes, DoubleVect &indicatrice_approchee, const Maillage_FT_Disc::AjoutPhase phase) const](#marching-cubes-protected-int-marching-cubes-construire-noeuds-et-facettes-const-arrofbit-ref-signe-inttab-ref-def-noeud-inttab-ref-facettes-doublevect-ref-indicatrice-approchee-const-maillage-ft-disc-ajoutphase-phase-const)
construire_noeuds_joints#
void Marching_Cubes::construire_noeuds_joints(const ArrOfBit &signe, IntTab &def_noeud) const
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 Marching_Cubes::construire_noeuds_joints(const ArrOfBit &signe, IntTab &def_noeud) const <marching-cubes-protected-void-marching-cubes-construire-noeuds-joints-const-arrofbit-ref-signe-inttab-ref-def-noeud-const>`
[void Marching_Cubes::construire_noeuds_joints(const ArrOfBit &signe, IntTab &def_noeud) const](#marching-cubes-protected-void-marching-cubes-construire-noeuds-joints-const-arrofbit-ref-signe-inttab-ref-def-noeud-const)
construire_noeuds_liste_faces#
void Marching_Cubes::construire_noeuds_liste_faces(const ArrOfBit &signe, const IntTab &faces_sommets, const int nb_faces_a_traiter, const int numero_PE, IntTab &def_noeud) const
Ajout des sommets situes sur des faces (bords ou joints) dans le tableau def_noeud.
Detailed description
Soit faces_sommets est une liste de faces d’un joint, dans ce cas, numero_PE est le PE_voisin du joint. Soit faces_sommets est la liste des faces du domaine et nb_faces_a_traiter est le nombre de faces de bord. Dans ce cas, numero_PE = nproc() .
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 Marching_Cubes::construire_noeuds_liste_faces(const ArrOfBit &signe, const IntTab &faces_sommets, const int nb_faces_a_traiter, const int numero_PE, IntTab &def_noeud) const <marching-cubes-protected-void-marching-cubes-construire-noeuds-liste-faces-const-arrofbit-ref-signe-const-inttab-ref-faces-sommets-const-int-nb-faces-a-traiter-const-int-numero-pe-inttab-ref-def-noeud-const>`
[void Marching_Cubes::construire_noeuds_liste_faces(const ArrOfBit &signe, const IntTab &faces_sommets, const int nb_faces_a_traiter, const int numero_PE, IntTab &def_noeud) const](#marching-cubes-protected-void-marching-cubes-construire-noeuds-liste-faces-const-arrofbit-ref-signe-const-inttab-ref-faces-sommets-const-int-nb-faces-a-traiter-const-int-numero-pe-inttab-ref-def-noeud-const)
construire_noeuds_uniques#
void Marching_Cubes::construire_noeuds_uniques(IntTab &def_noeud, Maillage_FT_Disc &maillage) const
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 Marching_Cubes::construire_noeuds_uniques(IntTab &def_noeud, Maillage_FT_Disc &maillage) const <marching-cubes-protected-void-marching-cubes-construire-noeuds-uniques-inttab-ref-def-noeud-maillage-ft-disc-ref-maillage-const>`
[void Marching_Cubes::construire_noeuds_uniques(IntTab &def_noeud, Maillage_FT_Disc &maillage) const](#marching-cubes-protected-void-marching-cubes-construire-noeuds-uniques-inttab-ref-def-noeud-maillage-ft-disc-ref-maillage-const)
correspondance_espaces_distant_virtuel#
void Marching_Cubes::correspondance_espaces_distant_virtuel(const IntTab &def_noeud, Desc_Structure_FT &desc) const
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 Marching_Cubes::correspondance_espaces_distant_virtuel(const IntTab &def_noeud, Desc_Structure_FT &desc) const <marching-cubes-protected-void-marching-cubes-correspondance-espaces-distant-virtuel-const-inttab-ref-def-noeud-desc-structure-ft-ref-desc-const>`
[void Marching_Cubes::correspondance_espaces_distant_virtuel(const IntTab &def_noeud, Desc_Structure_FT &desc) const](#marching-cubes-protected-void-marching-cubes-correspondance-espaces-distant-virtuel-const-inttab-ref-def-noeud-desc-structure-ft-ref-desc-const)
printOn#
Sortie & Marching_Cubes::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 & Marching_Cubes::printOn(Sortie &x) const override <marching-cubes-protected-sortie-ref-marching-cubes-printon-sortie-ref-x-const-override>`
[Sortie & Marching_Cubes::printOn(Sortie &x) const override](#marching-cubes-protected-sortie-ref-marching-cubes-printon-sortie-ref-x-const-override)
readOn#
Entree & Marching_Cubes::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 & Marching_Cubes::readOn(Entree &) override <marching-cubes-protected-entree-ref-marching-cubes-readon-entree-ref-override>`
[Entree & Marching_Cubes::readOn(Entree &) override](#marching-cubes-protected-entree-ref-marching-cubes-readon-entree-ref-override)
remplir_data_marching_cubes#
void Marching_Cubes::remplir_data_marching_cubes(const Domaine &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 Marching_Cubes::remplir_data_marching_cubes(const Domaine &domaine) <marching-cubes-protected-void-marching-cubes-remplir-data-marching-cubes-const-domaine-ref-domaine>`
[void Marching_Cubes::remplir_data_marching_cubes(const Domaine &domaine)](#marching-cubes-protected-void-marching-cubes-remplir-data-marching-cubes-const-domaine-ref-domaine)
remplir_renum_virt_loc#
void Marching_Cubes::remplir_renum_virt_loc(const Domaine &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 Marching_Cubes::remplir_renum_virt_loc(const Domaine &domaine) <marching-cubes-protected-void-marching-cubes-remplir-renum-virt-loc-const-domaine-ref-domaine>`
[void Marching_Cubes::remplir_renum_virt_loc(const Domaine &domaine)](#marching-cubes-protected-void-marching-cubes-remplir-renum-virt-loc-const-domaine-ref-domaine)
renum_sommets_dist_loc#
void Marching_Cubes::renum_sommets_dist_loc(const int pe_voisin, ArrOfInt &num_sommets) const
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 Marching_Cubes::renum_sommets_dist_loc(const int pe_voisin, ArrOfInt &num_sommets) const <marching-cubes-protected-void-marching-cubes-renum-sommets-dist-loc-const-int-pe-voisin-arrofint-ref-num-sommets-const>`
[void Marching_Cubes::renum_sommets_dist_loc(const int pe_voisin, ArrOfInt &num_sommets) const](#marching-cubes-protected-void-marching-cubes-renum-sommets-dist-loc-const-int-pe-voisin-arrofint-ref-num-sommets-const)
trier_les_noeuds#
void Marching_Cubes::trier_les_noeuds(IntTab &def_noeud) const
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 Marching_Cubes::trier_les_noeuds(IntTab &def_noeud) const <marching-cubes-protected-void-marching-cubes-trier-les-noeuds-inttab-ref-def-noeud-const>`
[void Marching_Cubes::trier_les_noeuds(IntTab &def_noeud) const](#marching-cubes-protected-void-marching-cubes-trier-les-noeuds-inttab-ref-def-noeud-const)
Marching_Cubes#
Marching_Cubes::Marching_Cubes(const Marching_Cubes &)
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:`Marching_Cubes::Marching_Cubes(const Marching_Cubes &) <marching-cubes-private-marching-cubes-marching-cubes-const-marching-cubes-ref>`
[Marching_Cubes::Marching_Cubes(const Marching_Cubes &)](#marching-cubes-private-marching-cubes-marching-cubes-const-marching-cubes-ref)
operator =#
const Marching_Cubes & Marching_Cubes::operator=(const Marching_Cubes &a)
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 Marching_Cubes & Marching_Cubes::operator=(const Marching_Cubes &a) <marching-cubes-private-const-marching-cubes-ref-marching-cubes-operator-equal-const-marching-cubes-ref-a>`
[const Marching_Cubes & Marching_Cubes::operator=(const Marching_Cubes &a)](#marching-cubes-private-const-marching-cubes-ref-marching-cubes-operator-equal-const-marching-cubes-ref-a)
Attributes Documentation#
const Type_info Marching_Cubes::info_obj
ArrOfInt Marching_Cubes::indice_joint_
int Marching_Cubes::last_def_noeud_size = 0
IntTabFT Marching_Cubes::mcubes_def_aretes
IntTabFT Marching_Cubes::mcubes_def_aretes_faces
ArrOfIntFT Marching_Cubes::mcubes_facettes
ArrOfIntFT Marching_Cubes::mcubes_index_facettes
ArrOfIntFT Marching_Cubes::mcubes_nb_facettes
int Marching_Cubes::nb_aretes_element = - 1
int Marching_Cubes::nb_aretes_faces = - 1
int Marching_Cubes::nb_sommets_element = - 1
int Marching_Cubes::nb_sommets_facette = - 1
int Marching_Cubes::nb_sommets_par_face = - 1
TRUST_Ref<Domaine_VF *> Marching_Cubes::ref_domaine_vf_
TRUST_Vector<IntTab> Marching_Cubes::renum_virt_loc_