Rotation#

#include <Rotation.h>
Brief description

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#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

Definition
int Rotation::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 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#

Definition
const Type_info * Rotation::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 * 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_#

Definition
Entree & Rotation::interpreter_(Entree &) 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:`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#

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

taille_memoire#

Definition
unsigned Rotation::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 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#

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

cree_instance#

Definition
Objet_U * Rotation::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 * 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#

Definition
const Type_info * Rotation::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 * 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#

Definition
const Rotation & Rotation::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 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#

Definition
Rotation & Rotation::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:`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#

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

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#

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

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#

info_obj (public)
const Type_info Rotation::info_obj