Tube_libre#

#include <Tube_base.h>
Brief description

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:`Tube\_libre <class-tube-libre>`
[Tube\_libre](#class-tube-libre)

Detailed description#

Inherits from#

Inheritance graph#

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

../../../../../_images/classTube__libre__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

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

get_info#

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

taille_memoire#

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

Tube_libre#

Definition
Tube_libre::Tube_libre()
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:`Tube_libre::Tube_libre() <tube-libre-public-tube-libre-tube-libre>`
[Tube_libre::Tube_libre()](#tube-libre-public-tube-libre-tube-libre)

update_vitesse_position#

Definition
void Tube_libre::update_vitesse_position(double current_time, double dt, const Vecteur3 &force_appliquee) override
Brief description
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 Tube_libre::update_vitesse_position(double current_time, double dt, const Vecteur3 &force_appliquee) override <tube-libre-public-void-tube-libre-update-vitesse-position-double-current-time-double-dt-const-vecteur3-ref-force-appliquee-override>`
[void Tube_libre::update_vitesse_position(double current_time, double dt, const Vecteur3 &force_appliquee) override](#tube-libre-public-void-tube-libre-update-vitesse-position-double-current-time-double-dt-const-vecteur3-ref-force-appliquee-override)

~Tube_libre#

Definition
Tube_libre::~Tube_libre()
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:`Tube_libre::~Tube_libre() <tube-libre-public-tube-libre-dtor-tube-libre>`
[Tube_libre::~Tube_libre()](#tube-libre-public-tube-libre-dtor-tube-libre)

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

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

readOn#

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

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

Attributes Documentation#

info_obj (public)
const Type_info Tube_libre::info_obj
amortissement_ (protected)
double Tube_libre::amortissement_
blocage_ (protected)
ArrOfInt Tube_libre::blocage_
position_equilibre_ (protected)
Vecteur3 Tube_libre::position_equilibre_
raideur_ (protected)
double Tube_libre::raideur_
rho_cylindre_ (protected)
double Tube_libre::rho_cylindre_