|
Rosetta 3.5
|
#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_ |
Definition at line 288 of file SearchPattern.hh.
|
inline |
Definition at line 291 of file SearchPattern.hh.
References generate_search_points(), and searchpoints_.
|
inline |
Definition at line 316 of file SearchPattern.hh.
References x_max, x_min, x_sampling, y_max, y_min, and y_sampling.
Referenced by RotationSearchPattern().
|
inlinevirtual |
Implements protocols::hotspot_hashing::SearchPattern.
Definition at line 334 of file SearchPattern.hh.
References searchpoints_.
| utility::vector1<core::kinematics::Stub> protocols::hotspot_hashing::RotationSearchPattern::searchpoints_ |
Definition at line 339 of file SearchPattern.hh.
Referenced by RotationSearchPattern(), and Searchpoints().
| core::Real protocols::hotspot_hashing::RotationSearchPattern::x_max |
Definition at line 312 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::RotationSearchPattern::x_min |
Definition at line 311 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::RotationSearchPattern::x_sampling |
Definition at line 309 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::RotationSearchPattern::y_max |
Definition at line 314 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::RotationSearchPattern::y_min |
Definition at line 313 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::RotationSearchPattern::y_sampling |
Definition at line 310 of file SearchPattern.hh.
Referenced by generate_search_points().
1.8.4