Rosetta 3.4
|
#include <GridSearchIterator.hh>
Public Member Functions | |
GridSearchIterator () | |
~GridSearchIterator () | |
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_center (core::Real &x, core::Real &y, core::Real &z) |
give me the next x-y-z coordinate to visit bool return FALSE if everything has been visited |
protocols::scoring::methods::pcs2::GridSearchIterator::GridSearchIterator | ( | ) |
protocols::scoring::methods::pcs2::GridSearchIterator::~GridSearchIterator | ( | ) |
protocols::scoring::methods::pcs2::GridSearchIterator::GridSearchIterator | ( | GridSearchIterator const & | other | ) |
protocols::scoring::methods::pcs2::GridSearchIterator::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 protocols::scoring::methods::pcs2::GridSearchIterator::next_center | ( | core::Real & | x, |
core::Real & | y, | ||
core::Real & | z | ||
) |
give me the next x-y-z coordinate to visit bool return FALSE if everything has been visited
GridSearchIterator & protocols::scoring::methods::pcs2::GridSearchIterator::operator= | ( | GridSearchIterator const & | other | ) |