|
Rosetta 3.5
|
#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 () |
Definition at line 414 of file SearchPattern.hh.
|
inline |
Definition at line 417 of file SearchPattern.hh.
References generate_search_points(), and searchpoints_.
|
inline |
Definition at line 451 of file SearchPattern.hh.
References x_max, x_min, x_sampling, y_max, y_min, y_sampling, z_max, z_min, and z_sampling.
Referenced by CartesianSearchPattern().
|
inlinevirtual |
Implements protocols::hotspot_hashing::SearchPattern.
Definition at line 487 of file SearchPattern.hh.
References searchpoints_.
| utility::vector1<core::kinematics::Stub> protocols::hotspot_hashing::CartesianSearchPattern::searchpoints_ |
Definition at line 492 of file SearchPattern.hh.
Referenced by CartesianSearchPattern(), and Searchpoints().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::x_max |
Definition at line 445 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::x_min |
Definition at line 444 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::x_sampling |
Definition at line 441 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::y_max |
Definition at line 447 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::y_min |
Definition at line 446 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::y_sampling |
Definition at line 442 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::z_max |
Definition at line 449 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::z_min |
Definition at line 448 of file SearchPattern.hh.
Referenced by generate_search_points().
| core::Real protocols::hotspot_hashing::CartesianSearchPattern::z_sampling |
Definition at line 443 of file SearchPattern.hh.
Referenced by generate_search_points().
1.8.4