#include <BALL/STRUCTURE/DOCKING/geometricFit.h>
Public Member Functions | |
RotationAngles_ () | |
RotationAngles_ (int step) | |
~RotationAngles_ () | |
bool | generateSomeAngles (const float deg_phi, const float deg_psi, const float deg_theta, const float phi_min, const float phi_max, const float psi_min, const float psi_max, const float theta_min, const float theta_max) |
bool | generateAllAngles (const int deg) |
int | getRotationNum () |
int | getXAng (int n) |
int | getYAng (int n) |
int | getZAng (int n) |
Public Attributes | |
vector< int > | phi_ |
vector< int > | theta_ |
vector< int > | psi_ |
Private Attributes | |
int | ang_num_ |
int | max_rotation_ |
nested class RotationAngles_
Definition at line 204 of file geometricFit.h.
BALL::GeometricFit::RotationAngles_::RotationAngles_ | ( | ) |
BALL::GeometricFit::RotationAngles_::RotationAngles_ | ( | int | step | ) |
BALL::GeometricFit::RotationAngles_::~RotationAngles_ | ( | ) | [inline] |
Definition at line 215 of file geometricFit.h.
bool BALL::GeometricFit::RotationAngles_::generateAllAngles | ( | const int | deg | ) |
bool BALL::GeometricFit::RotationAngles_::generateSomeAngles | ( | const float | deg_phi, | |
const float | deg_psi, | |||
const float | deg_theta, | |||
const float | phi_min, | |||
const float | phi_max, | |||
const float | psi_min, | |||
const float | psi_max, | |||
const float | theta_min, | |||
const float | theta_max | |||
) |
int BALL::GeometricFit::RotationAngles_::getRotationNum | ( | ) | [inline] |
Definition at line 228 of file geometricFit.h.
int BALL::GeometricFit::RotationAngles_::getXAng | ( | int | n | ) | [inline] |
Definition at line 233 of file geometricFit.h.
int BALL::GeometricFit::RotationAngles_::getYAng | ( | int | n | ) | [inline] |
Definition at line 238 of file geometricFit.h.
int BALL::GeometricFit::RotationAngles_::getZAng | ( | int | n | ) | [inline] |
Definition at line 243 of file geometricFit.h.
int BALL::GeometricFit::RotationAngles_::ang_num_ [private] |
Definition at line 254 of file geometricFit.h.
int BALL::GeometricFit::RotationAngles_::max_rotation_ [private] |
Definition at line 255 of file geometricFit.h.
vector<int> BALL::GeometricFit::RotationAngles_::phi_ |
Definition at line 249 of file geometricFit.h.
vector<int> BALL::GeometricFit::RotationAngles_::psi_ |
Definition at line 251 of file geometricFit.h.
vector<int> BALL::GeometricFit::RotationAngles_::theta_ |
Definition at line 250 of file geometricFit.h.