![]() |
Rosetta
2021.16
|
#include <SearchPattern.hh>

Public Member Functions | |
| RotationSearchPattern (core::Real x_sampling, core::Real y_sampling, core::Real x_min=0, core::Real x_max=360, core::Real y_min=0, core::Real y_max=90) | |
| utility::vector1 < core::kinematics::Stub > | generate_search_points () |
| utility::vector1 < core::kinematics::Stub > | Searchpoints () override |
Public Attributes | |
| core::Real | x_sampling |
| core::Real | y_sampling |
| core::Real | x_min |
| core::Real | x_max |
| core::Real | y_min |
| core::Real | y_max |
| utility::vector1 < core::kinematics::Stub > | searchpoints_ |
|
inline |
References generate_search_points(), and searchpoints_.
| utility::vector1< core::kinematics::Stub > protocols::hotspot_hashing::RotationSearchPattern::generate_search_points | ( | ) |
References x_max, x_min, x_sampling, y_max, y_min, and y_sampling.
Referenced by RotationSearchPattern().
|
inlineoverridevirtual |
Implements protocols::hotspot_hashing::SearchPattern.
References searchpoints_.
| utility::vector1<core::kinematics::Stub> protocols::hotspot_hashing::RotationSearchPattern::searchpoints_ |
Referenced by RotationSearchPattern(), and Searchpoints().
| core::Real protocols::hotspot_hashing::RotationSearchPattern::x_max |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::RotationSearchPattern::x_min |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::RotationSearchPattern::x_sampling |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::RotationSearchPattern::y_max |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::RotationSearchPattern::y_min |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::RotationSearchPattern::y_sampling |
Referenced by generate_search_points().
1.8.7