|
Rosetta 3.5
|
#include <SearchPattern.hh>


Public Member Functions | |
| LSMSearchPattern (VectorPair lsmspec, core::Real angle_sampling, core::Real translocation_sampling, core::Real max_radius, core::Real distance_sampling, core::Real max_distance) | |
| virtual utility::vector1 < core::kinematics::Stub > | Searchpoints () |
Static Public Member Functions | |
| static bool | parse_lsm_spec (std::string lsmstring, VectorPair &lsmspec) |
Private Attributes | |
| VectorPair | lsmspec_ |
| core::Real | angle_sampling_ |
| core::Real | translocation_sampling_ |
| core::Real | max_radius_ |
| core::Real | distance_sampling_ |
| core::Real | max_distance_ |
Definition at line 193 of file SearchPattern.hh.
|
inline |
Definition at line 196 of file SearchPattern.hh.
|
inlinestatic |
Definition at line 244 of file SearchPattern.hh.
References core::io::pdb::split().
|
inlinevirtual |
Implements protocols::hotspot_hashing::SearchPattern.
Definition at line 213 of file SearchPattern.hh.
References angle_sampling_, protocols::hotspot_hashing::VectorPair::direction, distance_sampling_, lsmspec_, max_distance_, max_radius_, protocols::hotspot_hashing::VectorPair::position, and translocation_sampling_.
|
private |
Definition at line 281 of file SearchPattern.hh.
Referenced by Searchpoints().
|
private |
Definition at line 284 of file SearchPattern.hh.
Referenced by Searchpoints().
|
private |
Definition at line 280 of file SearchPattern.hh.
Referenced by Searchpoints().
|
private |
Definition at line 285 of file SearchPattern.hh.
Referenced by Searchpoints().
|
private |
Definition at line 283 of file SearchPattern.hh.
Referenced by Searchpoints().
|
private |
Definition at line 282 of file SearchPattern.hh.
Referenced by Searchpoints().
1.8.4