![]() |
Moka controlers
|
#include <parameter-object-rotation.hh>
Public Member Functions | |
| virtual int | getType () const |
| Identificateur du type de paramètre. | |
| CParameterObjectRotation (int ANbRef=0) | |
| CParameterObjectRotation (const CParameterObjectRotation &) | |
| virtual | ~CParameterObjectRotation () |
| virtual CParameter * | copy () const |
| virtual void | save (std::ostream &) |
| virtual void | load (std::istream &) |
| virtual void | reinit () |
| void | setAxeVertex (const CVertex &AAxeVertex) |
| CVertex | getAxeVertex () const |
| void | setAxeVector (const CVertex &AAxeVector) |
| CVertex | getAxeVector () const |
| void | setAngle (float AAngle) |
| float | getAngle () const |
| void | setPonderation (bool AActive) |
| bool | getPonderation () const |
Public Member Functions inherited from CParameter | |
| CParameter (unsigned int ANbRef=0) | |
| CParameter (const CParameter &AParameter) | |
| virtual | ~CParameter () |
| void | incNbRef (unsigned int AValue=1) |
| void | decNbRef (unsigned int AValue=1) |
| unsigned int | getNbRef () const |
| virtual void | addPrecompileToUpdate (CPrecompile *) |
| virtual void | removePrecompileToUpdate (CPrecompile *) |
| virtual void | putAllNeedToUpdate () |
Definition at line 35 of file parameter-object-rotation.hh.
| CParameterObjectRotation::CParameterObjectRotation | ( | int | ANbRef = 0 | ) |
Definition at line 32 of file parameter-object-rotation.cc.
| CParameterObjectRotation::CParameterObjectRotation | ( | const CParameterObjectRotation & | AParam | ) |
Definition at line 41 of file parameter-object-rotation.cc.
|
virtual |
Definition at line 49 of file parameter-object-rotation.cc.
|
virtual |
Equivalent d'un constructeur par recopie, mais en méthode virtuelle pour le polymorphisme.
Implements CParameter.
Definition at line 52 of file parameter-object-rotation.cc.
| float CParameterObjectRotation::getAngle | ( | ) | const |
Definition at line 102 of file parameter-object-rotation.cc.
| CVertex CParameterObjectRotation::getAxeVector | ( | ) | const |
Definition at line 92 of file parameter-object-rotation.cc.
| CVertex CParameterObjectRotation::getAxeVertex | ( | ) | const |
Definition at line 78 of file parameter-object-rotation.cc.
| bool CParameterObjectRotation::getPonderation | ( | ) | const |
Definition at line 116 of file parameter-object-rotation.cc.
|
virtual |
Identificateur du type de paramètre.
Implements CParameter.
Definition at line 64 of file parameter-object-rotation.cc.
|
virtual |
Implements CParameter.
Definition at line 55 of file parameter-object-rotation.cc.
|
virtual |
Implements CParameter.
Definition at line 61 of file parameter-object-rotation.cc.
|
virtual |
Implements CParameter.
Definition at line 58 of file parameter-object-rotation.cc.
| void CParameterObjectRotation::setAngle | ( | float | AAngle | ) |
Definition at line 97 of file parameter-object-rotation.cc.
| void CParameterObjectRotation::setAxeVector | ( | const CVertex & | AAxeVector | ) |
Definition at line 83 of file parameter-object-rotation.cc.
| void CParameterObjectRotation::setAxeVertex | ( | const CVertex & | AAxeVertex | ) |
Definition at line 69 of file parameter-object-rotation.cc.
| void CParameterObjectRotation::setPonderation | ( | bool | AActive | ) |
Definition at line 107 of file parameter-object-rotation.cc.