Rotation#
#include <Rotation.h>
Classe Rotation Applique une rotation autour d un axe aligne avec un des axes du repere.
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:`Rotation <class-rotation>`
[Rotation](#class-rotation)
Detailed description#
Structure du jeu de donnee : Rotation nom_domaine nom_axe coord1 coord2 angle nom_domaine : nom du domaine auquelon applique une rotation nom_axe : axe (X, Y ou Z) avec lequel est aligne l axe de rotation coord1 coord2 : coordonnees (sens dtrigonometrique direct) du centre de rotation dans le plan orthogonal a l axe de rotation
Inherits from#
public : Transformer_32_64
<int>
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
duplique#
int Rotation::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 Rotation::duplique() const override <rotation-public-int-rotation-duplique-const-override>`
[int Rotation::duplique() const override](#rotation-public-int-rotation-duplique-const-override)
get_info#
const Type_info * Rotation::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 * Rotation::get_info() const override <rotation-public-const-type-info-ptr-rotation-get-info-const-override>`
[const Type_info * Rotation::get_info() const override](#rotation-public-const-type-info-ptr-rotation-get-info-const-override)
interpreter_#
Entree & Rotation::interpreter_(Entree &) 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:`Entree & Rotation::interpreter_(Entree &) override <rotation-public-entree-ref-rotation-interpreter-underscore-entree-ref-override>`
[Entree & Rotation::interpreter_(Entree &) override](#rotation-public-entree-ref-rotation-interpreter-underscore-entree-ref-override)
Rotation#
Rotation::Rotation()
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:`Rotation::Rotation() <rotation-public-rotation-rotation>`
[Rotation::Rotation()](#rotation-public-rotation-rotation)
taille_memoire#
unsigned Rotation::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 Rotation::taille_memoire() const override <rotation-public-unsigned-rotation-taille-memoire-const-override>`
[unsigned Rotation::taille_memoire() const override](#rotation-public-unsigned-rotation-taille-memoire-const-override)
~Rotation#
Rotation::~Rotation()
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:`Rotation::~Rotation() <rotation-public-rotation-dtor-rotation>`
[Rotation::~Rotation()](#rotation-public-rotation-dtor-rotation)
cree_instance#
Objet_U * Rotation::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 * Rotation::cree_instance() <rotation-public-static-objet-u-ptr-rotation-cree-instance>`
[Objet_U * Rotation::cree_instance()](#rotation-public-static-objet-u-ptr-rotation-cree-instance)
info#
const Type_info * Rotation::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 * Rotation::info() <rotation-public-static-const-type-info-ptr-rotation-info>`
[const Type_info * Rotation::info()](#rotation-public-static-const-type-info-ptr-rotation-info)
self_cast#
const Rotation & Rotation::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 Rotation & Rotation::self_cast(const Objet_U &) <rotation-public-static-const-rotation-ref-rotation-self-cast-const-objet-u-ref>`
[const Rotation & Rotation::self_cast(const Objet_U &)](#rotation-public-static-const-rotation-ref-rotation-self-cast-const-objet-u-ref)
self_cast#
Rotation & Rotation::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:`Rotation & Rotation::self_cast(Objet_U &) <rotation-public-static-rotation-ref-rotation-self-cast-objet-u-ref>`
[Rotation & Rotation::self_cast(Objet_U &)](#rotation-public-static-rotation-ref-rotation-self-cast-objet-u-ref)
printOn#
Sortie & Rotation::printOn(Sortie &x) const override
Simple appel a: Transformer::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 & Rotation::printOn(Sortie &x) const override <rotation-protected-sortie-ref-rotation-printon-sortie-ref-x-const-override>`
[Sortie & Rotation::printOn(Sortie &x) const override](#rotation-protected-sortie-ref-rotation-printon-sortie-ref-x-const-override)
readOn#
Entree & Rotation::readOn(Entree &) override
Simple appel a: Transformer::ReadOn(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:`Entree & Rotation::readOn(Entree &) override <rotation-protected-entree-ref-rotation-readon-entree-ref-override>`
[Entree & Rotation::readOn(Entree &) override](#rotation-protected-entree-ref-rotation-readon-entree-ref-override)
Attributes Documentation#
const Type_info Rotation::info_obj