![]() |
Rosetta Protocols
2014.35
|
#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 () |
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_.
|
inline |
References x_max, x_min, numeric::x_rotation_matrix_degrees(), x_sampling, y_max, y_min, numeric::y_rotation_matrix_degrees(), and y_sampling.
Referenced by RotationSearchPattern().
|
inlinevirtual |
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().