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

Public Member Functions | |
| SphericalRotationSearchPattern (core::Real polar_rotation_sampling, core::Real altitude_rotation_sampling, core::Real azmiuth_rotation_sampling, core::Real polar_min=0, core::Real polar_max=360, core::Real altitude_min=0, core::Real altitude_max=360, core::Real azmiuth_min=0, core::Real azmiuth_max=360) | |
| utility::vector1 < core::kinematics::Stub > | generate_search_points () |
| utility::vector1 < core::kinematics::Stub > | Searchpoints () override |
|
inline |
References generate_search_points(), and searchpoints_.
| utility::vector1< core::kinematics::Stub > protocols::hotspot_hashing::SphericalRotationSearchPattern::generate_search_points | ( | ) |
References altitude_max, altitude_min, altitude_rotation_sampling, azmiuth_max, azmiuth_min, azmiuth_rotation_sampling, polar_max, polar_min, and polar_rotation_sampling.
Referenced by SphericalRotationSearchPattern().
|
inlineoverridevirtual |
Implements protocols::hotspot_hashing::SearchPattern.
References searchpoints_.
| core::Real protocols::hotspot_hashing::SphericalRotationSearchPattern::altitude_max |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::SphericalRotationSearchPattern::altitude_min |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::SphericalRotationSearchPattern::altitude_rotation_sampling |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::SphericalRotationSearchPattern::azmiuth_max |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::SphericalRotationSearchPattern::azmiuth_min |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::SphericalRotationSearchPattern::azmiuth_rotation_sampling |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::SphericalRotationSearchPattern::polar_max |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::SphericalRotationSearchPattern::polar_min |
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::SphericalRotationSearchPattern::polar_rotation_sampling |
Referenced by generate_search_points().
| utility::vector1<core::kinematics::Stub> protocols::hotspot_hashing::SphericalRotationSearchPattern::searchpoints_ |
Referenced by Searchpoints(), and SphericalRotationSearchPattern().
1.8.7