|
Rosetta 3.5
|
#include <SICSearchPattern.hh>


Public Member Functions | |
| SICPatternAtTransform (core::pose::Pose const &source_pose, core::pose::Pose const &placed_pose, SearchPatternOP slide_pattern, SearchPatternOP source_pattern, core::Real starting_displacement=default_displacement) | |
| SICPatternAtTransform (core::pose::Pose const &source_pose, core::pose::Pose const &placed_pose, SearchPatternOP slide_pattern, core::Real starting_displacement=default_displacement) | |
| virtual utility::vector1 < core::kinematics::Stub > | Searchpoints () |
Static Public Attributes | |
| static const core::Size | default_displacement = 100 |
Private Attributes | |
| protocols::sic_dock::SICFast | sic_fast_ |
| core::Real | starting_displacement_ |
| SearchPatternOP | slide_pattern_ |
| SearchPatternOP | source_pattern_ |
Definition at line 39 of file SICSearchPattern.hh.
| protocols::hotspot_hashing::SICPatternAtTransform::SICPatternAtTransform | ( | core::pose::Pose const & | source_pose, |
| core::pose::Pose const & | placed_pose, | ||
| SearchPatternOP | slide_pattern, | ||
| SearchPatternOP | source_pattern, | ||
| core::Real | starting_displacement = default_displacement |
||
| ) |
Definition at line 48 of file SICSearchPattern.cc.
References protocols::sic_dock::SICFast::init(), sic_fast_, and protocols::hotspot_hashing::TR().
| protocols::hotspot_hashing::SICPatternAtTransform::SICPatternAtTransform | ( | core::pose::Pose const & | source_pose, |
| core::pose::Pose const & | placed_pose, | ||
| SearchPatternOP | slide_pattern, | ||
| core::Real | starting_displacement = default_displacement |
||
| ) |
Definition at line 63 of file SICSearchPattern.cc.
References protocols::sic_dock::SICFast::init(), sic_fast_, and protocols::hotspot_hashing::TR().
|
virtual |
Implements protocols::hotspot_hashing::SearchPattern.
Definition at line 77 of file SICSearchPattern.cc.
References core::kinematics::default_stub, sic_fast_, protocols::sic_dock::SICFast::slide_into_contact(), slide_pattern_, source_pattern_, starting_displacement_, and protocols::hotspot_hashing::TR().
|
static |
Definition at line 42 of file SICSearchPattern.hh.
|
private |
Definition at line 60 of file SICSearchPattern.hh.
Referenced by Searchpoints(), and SICPatternAtTransform().
|
private |
Definition at line 62 of file SICSearchPattern.hh.
Referenced by Searchpoints().
|
private |
Definition at line 63 of file SICSearchPattern.hh.
Referenced by Searchpoints().
|
private |
Definition at line 61 of file SICSearchPattern.hh.
Referenced by Searchpoints().
1.8.4