Dimension#

#include <Dimension.h>
Brief description

classe Dimension Cette classe est un interprete qui lit la dimension d’espace.

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:`Dimension <class-dimension>`
[Dimension](#class-dimension)

Detailed description#

Directive: Dimension dim

Inherits from#

Inheritance graph#

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

../../../../../_images/classDimension__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

Dimension#

Definition
Dimension::Dimension()
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:`Dimension::Dimension() <dimension-public-dimension-dimension>`
[Dimension::Dimension()](#dimension-public-dimension-dimension)

duplique#

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

get_info#

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

interpreter#

Definition
Entree & Dimension::interpreter(Entree &) override
Brief description

Fonction principale de l’interprete Dimension Lit la dimension d’espace du probleme.

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 & Dimension::interpreter(Entree &) override <dimension-public-entree-ref-dimension-interpreter-entree-ref-override>`
[Entree & Dimension::interpreter(Entree &) override](#dimension-public-entree-ref-dimension-interpreter-entree-ref-override)

taille_memoire#

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

~Dimension#

Definition
Dimension::~Dimension()
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:`Dimension::~Dimension() <dimension-public-dimension-dtor-dimension>`
[Dimension::~Dimension()](#dimension-public-dimension-dtor-dimension)

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

Simple appel a: Interprete::printOn(Sortie&)

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

readOn#

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

Simple appel a: Interprete::readOn(Entree&)

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

Attributes Documentation#

info_obj (public)
const Type_info Dimension::info_obj