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

Public Member Functions | |
| CartesianSearchPattern (core::Real x_sampling, core::Real y_sampling, core::Real z_sampling, core::Real x_min, core::Real x_max, core::Real y_min, core::Real y_max, core::Real z_min, core::Real z_max) | |
| 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 | z_sampling |
| core::Real | x_min |
| core::Real | x_max |
| core::Real | y_min |
| core::Real | y_max |
| core::Real | z_min |
| core::Real | z_max |
| utility::vector1 < core::kinematics::Stub > | searchpoints_ |
|
inline |
References generate_search_points(), and searchpoints_.
| utility::vector1< core::kinematics::Stub > protocols::hotspot_hashing::CartesianSearchPattern::generate_search_points | ( | ) |
References x_max, x_min, x_sampling, y_max, y_min, y_sampling, z_max, z_min, and z_sampling.
Referenced by CartesianSearchPattern().
|
inlineoverridevirtual |
Implements protocols::hotspot_hashing::SearchPattern.
References searchpoints_.
| utility::vector1<core::kinematics::Stub> protocols::hotspot_hashing::CartesianSearchPattern::searchpoints_ |
Referenced by CartesianSearchPattern(), and Searchpoints().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::x_max |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::x_min |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::x_sampling |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::y_max |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::y_min |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::y_sampling |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::z_max |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::z_min |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::z_sampling |
Referenced by generate_search_points().
1.8.7