#include <BaseTorsionAngles.h>
Inheritance diagram for rnaml::BaseTorsionAngles:
Public Methods | |
BaseTorsionAngles () | |
Initializes the object. | |
BaseTorsionAngles (const BaseTorsionAngles &right) | |
Initializes the object with the right's content. | |
BaseTorsionAngles * | clone () const |
Clones the object. | |
virtual | ~BaseTorsionAngles () |
Destroys the object. | |
BaseTorsionAngles & | operator= (const BaseTorsionAngles &right) |
Assigns the object with the right's content. | |
float | getAlpha () const |
Gets the baseTorsionAngles alpha. | |
void | setAlpha (float alpha) |
Sets the baseTorsionAngles alpha. | |
float | getBeta () const |
Gets the baseTorsionAngles beta. | |
void | setBeta (float beta) |
Sets the baseTorsionAngles beta. | |
float | getGamma () const |
Gets the baseTorsionAngles gamma. | |
void | setGamma (float gamma) |
Sets the baseTorsionAngles gamma. | |
float | getDelta () const |
Gets the baseTorsionAngles delta. | |
void | setDelta (float delta) |
Sets the baseTorsionAngles delta. | |
float | getEpsilon () const |
Gets the baseTorsionAngles epsilon. | |
void | setEpsilon (float epsilon) |
Sets the baseTorsionAngles epsilon. | |
float | getZeta () const |
Gets the baseTorsionAngles zeta. | |
void | setZeta (float zeta) |
Sets the baseTorsionAngles zeta. | |
float | getChi () const |
Gets the baseTorsionAngles chi. | |
void | setChi (float chi) |
Sets the baseTorsionAngles chi. | |
float | getNu0 () const |
Gets the baseTorsionAngles nu0. | |
void | setNu0 (float nu0) |
Sets the baseTorsionAngles nu0. | |
float | getNu1 () const |
Gets the baseTorsionAngles nu1. | |
void | setNu1 (float nu1) |
Sets the baseTorsionAngles nu1. | |
float | getNu2 () const |
Gets the baseTorsionAngles nu2. | |
void | setNu2 (float nu2) |
Sets the baseTorsionAngles nu2. | |
float | getNu3 () const |
Gets the baseTorsionAngles nu3. | |
void | setNu3 (float nu3) |
Sets the baseTorsionAngles nu3. | |
float | getNu4 () const |
Gets the baseTorsionAngles nu4. | |
void | setNu4 (float nu4) |
Sets the baseTorsionAngles nu4. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the baseTorsionAngles alpha.
|
|
Gets the baseTorsionAngles beta.
|
|
Gets the baseTorsionAngles chi.
|
|
Gets the baseTorsionAngles delta.
|
|
Gets the baseTorsionAngles epsilon.
|
|
Gets the baseTorsionAngles gamma.
|
|
Gets the baseTorsionAngles nu0.
|
|
Gets the baseTorsionAngles nu1.
|
|
Gets the baseTorsionAngles nu2.
|
|
Gets the baseTorsionAngles nu3.
|
|
Gets the baseTorsionAngles nu4.
|
|
Gets the baseTorsionAngles zeta.
|
|
Assigns the object with the right's content.
|
|
Sets the baseTorsionAngles alpha.
|
|
Sets the baseTorsionAngles beta.
|
|
Sets the baseTorsionAngles chi.
|
|
Sets the baseTorsionAngles delta.
|
|
Sets the baseTorsionAngles epsilon.
|
|
Sets the baseTorsionAngles gamma.
|
|
Sets the baseTorsionAngles nu0.
|
|
Sets the baseTorsionAngles nu1.
|
|
Sets the baseTorsionAngles nu2.
|
|
Sets the baseTorsionAngles nu3.
|
|
Sets the baseTorsionAngles nu4.
|
|
Sets the baseTorsionAngles zeta.
|