#include <GridSearchIterator.hh>
|
| | GridSearchIterator () |
| |
| | ~GridSearchIterator () override |
| |
| | GridSearchIterator (GridSearchIterator const &other) |
| |
| GridSearchIterator & | operator= (GridSearchIterator const &other) |
| |
| | GridSearchIterator (numeric::xyzVector< core::Real > const coo1, numeric::xyzVector< core::Real > const coo2, core::Real const k, core::Real const edge_size, core::Real const step_size, core::Real const small_cutoff, core::Real const large_cutoff, core::Real const cone_angle) |
| |
| bool | next (core::Real &x, core::Real &y, core::Real &z) |
| |
| bool | next_center (core::Real &x, core::Real &y, core::Real &z) |
| |
| void | reset () |
| |
| protocols::scoring::methods::pcs::GridSearchIterator::GridSearchIterator |
( |
| ) |
|
| protocols::scoring::methods::pcs::GridSearchIterator::~GridSearchIterator |
( |
| ) |
|
|
overridedefault |
| protocols::scoring::methods::pcs::GridSearchIterator::GridSearchIterator |
( |
GridSearchIterator const & |
other | ) |
|
References delta_, edge_, next_to_return_, reset(), step_, step_x_, step_y_, step_z_, x_center_, x_current_, y_center_, y_current_, z_center_, and z_current_.
Referenced by next_center().
References cone_angle_cos_, large_cutoff_square_, next(), norme_vector_, protocols::hybridization::r2, small_cutoff_square_, x_center_, x_vector_, y_center_, y_vector_, z_center_, and z_vector_.
Referenced by protocols::scoring::methods::pcs::PCS_Energy::calculate_scores_and_tensors_from_pose_and_PCS_data().
References delta_, edge_, next_to_return_, step_, step_x_, step_y_, step_z_, x_center_, x_current_, y_center_, y_current_, z_center_, and z_current_.
| void protocols::scoring::methods::pcs::GridSearchIterator::reset |
( |
void |
| ) |
|
References edge_, next_to_return_, step_, step_x_, step_y_, step_z_, x_center_, x_current_, y_center_, y_current_, z_center_, and z_current_.
Referenced by GridSearchIterator(), and next().
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::cone_angle_cos_ |
|
private |
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::delta_ |
|
private |
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::edge_ |
|
private |
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::large_cutoff_square_ |
|
private |
| bool protocols::scoring::methods::pcs::GridSearchIterator::next_to_return_ |
|
private |
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::norme_vector_ |
|
private |
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::small_cutoff_square_ |
|
private |
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::step_ |
|
private |
| core::Real protocols::scoring::methods::pcs::GridSearchIterator::step_x_ |
|
private |
| core::Real protocols::scoring::methods::pcs::GridSearchIterator::step_y_ |
|
private |
| core::Real protocols::scoring::methods::pcs::GridSearchIterator::step_z_ |
|
private |
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::x_center_ |
|
private |
| core::Real protocols::scoring::methods::pcs::GridSearchIterator::x_current_ |
|
private |
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::x_vector_ |
|
private |
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::y_center_ |
|
private |
| core::Real protocols::scoring::methods::pcs::GridSearchIterator::y_current_ |
|
private |
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::y_vector_ |
|
private |
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::z_center_ |
|
private |
| core::Real protocols::scoring::methods::pcs::GridSearchIterator::z_current_ |
|
private |
| core::Real const protocols::scoring::methods::pcs::GridSearchIterator::z_vector_ |
|
private |
The documentation for this class was generated from the following files: