![]() |
Rosetta
2021.16
|
#include <GridSearchIteratorCA.hh>
Public Member Functions | |
| GridSearchIteratorCA () | |
| ~GridSearchIteratorCA () | |
| GridSearchIteratorCA (GridSearchIteratorCA const &other) | |
| GridSearchIteratorCA & | operator= (GridSearchIteratorCA const &other) |
| GridSearchIteratorCA (core::pose::Pose const &pose) | |
| 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 More... | |
| void | reset () |
Private Member Functions | |
| void | set_vec (utility::vector1< core::Real > &x_vec, utility::vector1< core::Real > &y_vec, utility::vector1< core::Real > &z_vec, core::Size index, core::pose::Pose const &pose) |
Private Attributes | |
| utility::vector1< core::Real > | x_vec_ |
| utility::vector1< core::Real > | y_vec_ |
| utility::vector1< core::Real > | z_vec_ |
| core::Size | res_num_cur_ |
| core::Size | res_num_total_ |
| protocols::scoring::methods::pcs2::GridSearchIteratorCA::GridSearchIteratorCA | ( | ) |
|
default |
| protocols::scoring::methods::pcs2::GridSearchIteratorCA::GridSearchIteratorCA | ( | GridSearchIteratorCA const & | other | ) |
References res_num_cur_, res_num_total_, x_vec_, y_vec_, and z_vec_.
| protocols::scoring::methods::pcs2::GridSearchIteratorCA::GridSearchIteratorCA | ( | core::pose::Pose const & | pose | ) |
References res_num_cur_, res_num_total_, set_vec(), core::pose::Pose::size(), x_vec_, y_vec_, and z_vec_.
| bool protocols::scoring::methods::pcs2::GridSearchIteratorCA::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
References res_num_cur_, res_num_total_, x_vec_, y_vec_, and z_vec_.
Referenced by protocols::scoring::methods::pcs2::PcsEnergy::CA_search_scores_and_tensors(), and protocols::scoring::methods::pcs2::PcsEnergy::CA_search_scores_and_tensors_with_svd().
| GridSearchIteratorCA & protocols::scoring::methods::pcs2::GridSearchIteratorCA::operator= | ( | GridSearchIteratorCA const & | other | ) |
References res_num_cur_, res_num_total_, x_vec_, y_vec_, and z_vec_.
| void protocols::scoring::methods::pcs2::GridSearchIteratorCA::reset | ( | void | ) |
|
private |
References core::conformation::Residue::atom(), core::pose::Pose::residue(), and core::conformation::Atom::xyz().
Referenced by GridSearchIteratorCA().
|
private |
Referenced by GridSearchIteratorCA(), next_center(), operator=(), and reset().
|
private |
Referenced by GridSearchIteratorCA(), next_center(), and operator=().
|
private |
Referenced by GridSearchIteratorCA(), next_center(), and operator=().
|
private |
Referenced by GridSearchIteratorCA(), next_center(), and operator=().
|
private |
Referenced by GridSearchIteratorCA(), next_center(), and operator=().
1.8.7