![]() |
ProSHADE
0.7.6.2 (DEC 2021)
Protein Shape Detection
|
Public Member Functions | |
| tetrahedronAxes () | |
| Constructor of the tetrahedronAxes class. | |
| ~tetrahedronAxes () | |
| Destructor of the tetrahedronAxes class. | |
| proshade_double | getValue (proshade_unsign axis, proshade_unsign element) |
| Accessor for the tetrahedronAxesVals variable. More... | |
| proshade_unsign | getNoAxes () |
| Accessor for the tetrahedronAxesVals variable number of axes. More... | |
Definition at line 68 of file ProSHADE_precomputedValues.hpp.
| proshade_unsign ProSHADE_internal_precomputedVals::tetrahedronAxes::getNoAxes | ( | ) |
Accessor for the tetrahedronAxesVals variable number of axes.
| [out] | size | The number of axes in the tetrehadronAxesVals variable. |
Definition at line 79 of file ProSHADE_precomputedValues.cpp.
| proshade_double ProSHADE_internal_precomputedVals::tetrahedronAxes::getValue | ( | proshade_unsign | axis, |
| proshade_unsign | element | ||
| ) |
Accessor for the tetrahedronAxesVals variable.
This function is what gives access to the tetrahedronAxesVals 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 68 of file ProSHADE_precomputedValues.cpp.