Evaluateur_VDF#

#include <Evaluateur_VDF.h>
Brief description

class Evaluateur_VDF Classe de base des evaluateurs VDF.

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:`Evaluateur\_VDF <class-evaluateur-vdf>`
[Evaluateur\_VDF](#class-evaluateur-vdf)

Detailed description#

Cette classe n’appartient pas a la hierarchie des Objet_U . Cette classe porte une reference a un objet de type Domaine_VDF et une reference a un objet de type Domaine_Cl_VDF . Elle porte des tableaux locaux qui sont en fait des references aux tableaux de l’objet de type Domaine_VDF (ces tableaux locaux n’existent pas en memoire).

Inherited by#

Inheritance graph#

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

../../../../../_images/classEvaluateur__VDF__inherit__graph.png

List of Public Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_domaines#

Definition
void Evaluateur_VDF::associer_domaines(const Domaine_VDF &, const Domaine_Cl_VDF &)
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 Evaluateur_VDF::associer_domaines(const Domaine_VDF &, const Domaine_Cl_VDF &) <evaluateur-vdf-public-void-evaluateur-vdf-associer-domaines-const-domaine-vdf-ref-const-domaine-cl-vdf-ref>`
[void Evaluateur_VDF::associer_domaines(const Domaine_VDF &, const Domaine_Cl_VDF &)](#evaluateur-vdf-public-void-evaluateur-vdf-associer-domaines-const-domaine-vdf-ref-const-domaine-cl-vdf-ref)

associer_porosite#

Definition
void Evaluateur_VDF::associer_porosite(const DoubleVect &)
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 Evaluateur_VDF::associer_porosite(const DoubleVect &) <evaluateur-vdf-public-void-evaluateur-vdf-associer-porosite-const-doublevect-ref>`
[void Evaluateur_VDF::associer_porosite(const DoubleVect &)](#evaluateur-vdf-public-void-evaluateur-vdf-associer-porosite-const-doublevect-ref)

dist_face#

Definition
double Evaluateur_VDF::dist_face(int fac1, int fac2, int k) const
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:`double Evaluateur_VDF::dist_face(int fac1, int fac2, int k) const <evaluateur-vdf-public-double-evaluateur-vdf-dist-face-int-fac1-int-fac2-int-k-const>`
[double Evaluateur_VDF::dist_face(int fac1, int fac2, int k) const](#evaluateur-vdf-public-double-evaluateur-vdf-dist-face-int-fac1-int-fac2-int-k-const)

dist_face_period#

Definition
double Evaluateur_VDF::dist_face_period(int fac1, int fac2, int k) const
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:`double Evaluateur_VDF::dist_face_period(int fac1, int fac2, int k) const <evaluateur-vdf-public-double-evaluateur-vdf-dist-face-period-int-fac1-int-fac2-int-k-const>`
[double Evaluateur_VDF::dist_face_period(int fac1, int fac2, int k) const](#evaluateur-vdf-public-double-evaluateur-vdf-dist-face-period-int-fac1-int-fac2-int-k-const)

Evaluateur_VDF#

Definition
Evaluateur_VDF::Evaluateur_VDF()
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:`Evaluateur_VDF::Evaluateur_VDF() <evaluateur-vdf-public-evaluateur-vdf-evaluateur-vdf>`
[Evaluateur_VDF::Evaluateur_VDF()](#evaluateur-vdf-public-evaluateur-vdf-evaluateur-vdf)

Evaluateur_VDF#

Definition
Evaluateur_VDF::Evaluateur_VDF(const Evaluateur_VDF &)
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:`Evaluateur_VDF::Evaluateur_VDF(const Evaluateur_VDF &) <evaluateur-vdf-public-evaluateur-vdf-evaluateur-vdf-const-evaluateur-vdf-ref>`
[Evaluateur_VDF::Evaluateur_VDF(const Evaluateur_VDF &)](#evaluateur-vdf-public-evaluateur-vdf-evaluateur-vdf-const-evaluateur-vdf-ref)

~Evaluateur_VDF#

Definition
virtual Evaluateur_VDF::~Evaluateur_VDF()
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:`virtual Evaluateur_VDF::~Evaluateur_VDF() <evaluateur-vdf-public-virtual-evaluateur-vdf-dtor-evaluateur-vdf>`
[virtual Evaluateur_VDF::~Evaluateur_VDF()](#evaluateur-vdf-public-virtual-evaluateur-vdf-dtor-evaluateur-vdf)

dist_norm_bord#

Definition
double Evaluateur_VDF::dist_norm_bord(int) const
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:`double Evaluateur_VDF::dist_norm_bord(int) const <evaluateur-vdf-protected-double-evaluateur-vdf-dist-norm-bord-int-const>`
[double Evaluateur_VDF::dist_norm_bord(int) const](#evaluateur-vdf-protected-double-evaluateur-vdf-dist-norm-bord-int-const)

Attributes Documentation#

dimension (protected)
int Evaluateur_VDF::dimension = - 100
elem_ (protected)
IntTab Evaluateur_VDF::elem_
la_zcl (protected)
TRUST_Ref<Domaine_Cl_VDF *> Evaluateur_VDF::la_zcl
le_dom (protected)
TRUST_Ref<Domaine_VDF *> Evaluateur_VDF::le_dom
orientation (protected)
IntVect Evaluateur_VDF::orientation
porosite (protected)
DoubleVect Evaluateur_VDF::porosite
premiere_face_bord (protected)
int Evaluateur_VDF::premiere_face_bord = - 100
surface (protected)
DoubleVect Evaluateur_VDF::surface
volume_entrelaces (protected)
DoubleVect Evaluateur_VDF::volume_entrelaces
xv (protected)
DoubleTab Evaluateur_VDF::xv