![]() |
ProSHADE
0.7.6.2 (DEC 2021)
Protein Shape Detection
|
Public Member Functions | |
icosahedronAxes () | |
Constructor of the icosahedronAxes class. | |
~icosahedronAxes () | |
Destructor of the icosahedronAxes class. | |
proshade_double | getValue (proshade_unsign axis, proshade_unsign element) |
Accessor for the icosahedronAxesVals variable. More... | |
proshade_unsign | getNoAxes () |
Accessor for the octahedronAxesVals variable number of axes. More... | |
Definition at line 40 of file ProSHADE_precomputedValues.hpp.
proshade_unsign ProSHADE_internal_precomputedVals::icosahedronAxes::getNoAxes | ( | ) |
Accessor for the octahedronAxesVals variable number of axes.
[out] | size | The number of axes in the octahedronAxesVals variable. |
Definition at line 234 of file ProSHADE_precomputedValues.cpp.
proshade_double ProSHADE_internal_precomputedVals::icosahedronAxes::getValue | ( | proshade_unsign | axis, |
proshade_unsign | element | ||
) |
Accessor for the icosahedronAxesVals variable.
This function is what gives access to the icosahedronAxesVals variable and the meaning behind this class
[in] | axis | The axis index of the axis for which value should be retrieved. |
[in] | element | The element index for the value in the axis to be retrieved. |
[out] | val | The value of the requested element of the requested axis. |
Definition at line 223 of file ProSHADE_precomputedValues.cpp.