Tube_libre#
#include <Tube_base.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:`Tube\_libre <class-tube-libre>`
[Tube\_libre](#class-tube-libre)
Detailed description#
Inherits from#
public : Tube_base
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#
Complete Member Function Documentation#
duplique#
int Tube_libre::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 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#
const Type_info * Tube_libre::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 * 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#
unsigned Tube_libre::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 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#
Tube_libre::Tube_libre()
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#
void Tube_libre::update_vitesse_position(double current_time, double dt, const Vecteur3 &force_appliquee) override
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#
Tube_libre::~Tube_libre()
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#
Objet_U * Tube_libre::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 * 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#
const Type_info * Tube_libre::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 * 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#
const Tube_libre & Tube_libre::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 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#
Tube_libre & Tube_libre::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:`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#
Sortie & Tube_libre::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 & 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#
Entree & Tube_libre::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 & 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#
const Type_info Tube_libre::info_obj
double Tube_libre::amortissement_
ArrOfInt Tube_libre::blocage_
Vecteur3 Tube_libre::position_equilibre_
double Tube_libre::raideur_
double Tube_libre::rho_cylindre_