#include <ChainClosableGeometryChecker.hh>
|
| | ChainClosableGeometryChecker (Size const five_prime_chain_break_res, Size const gap_size) |
| |
| | ChainClosableGeometryChecker (Size const five_prime_chain_break_res, Size const three_prime_chain_break_res, Size const gap_size) |
| |
| | ~ChainClosableGeometryChecker () |
| |
| bool | check_screen (pose::Pose const &pose, bool const strict=false) const |
| |
| bool | check_screen (pose::Pose const &moving_pose, pose::Pose const &reference_pose, bool const is_prepend, bool const strict=false) const |
| |
| bool | check_screen (pose::Pose const &pose, utility::vector1< core::conformation::ResidueOP > const &rsd_at_origin_list, core::kinematics::Stub const &moving_res_base_stub, Size const &reference_res) const |
| |
| bool | check_screen (utility::vector1< core::pose::PoseOP > const &pose_data_list, utility::vector1< core::conformation::ResidueOP > const &rsd_at_origin_list, core::kinematics::Stub const &moving_res_base_stub, Size const &reference_res) const |
| |
| bool | check_chain_closable_geometry (numeric::xyzVector< core::Real > const &xyz_1, numeric::xyzVector< core::Real > const &xyz_2) const |
| |
| bool | check_chain_closable_geometry (core::conformation::Residue const &five_prime_residue, core::conformation::Residue const &three_prime_residue) const |
| |
| Size const & | five_prime_chain_break_res () const |
| |
| Size const & | three_prime_chain_break_res () const |
| |
| Real const & | dist_squared () const |
| |
| Real const & | max_dist_squared () const |
| |
|
| bool | check_chain_closable_geometry (pose::Pose const &five_prime_pose, pose::Pose const &three_prime_pose) const |
| |
| bool | check_chain_closable_geometry (pose::Pose const &five_prime_pose, pose::Pose const &three_prime_pose, bool const strict) const |
| |
| bool | check_chain_closable_geometry (core::Size const &reference_res, utility::vector1< core::pose::PoseOP > const &pose_data_list, utility::vector1< core::conformation::ResidueOP > const &rsd_at_origin_list, core::kinematics::Stub const &moving_res_base_stub, bool const is_prepend) const |
| |
| bool | check_chain_closable_geometry (core::Size const &reference_res, core::pose::Pose const &pose, utility::vector1< core::conformation::ResidueOP > const &rsd_at_origin_list, core::kinematics::Stub const &moving_res_base_stub, bool const is_prepend) const |
| |
| bool | check_chain_closable_geometry_strict (pose::Pose const &five_prime_pose, pose::Pose const &three_prime_pose) const |
| |
| void | get_C4_C3_distance_range (conformation::Residue const &five_prime_rsd, conformation::Residue const &three_prime_rsd, Distance &C4_C3_dist_min, Distance &C4_C3_dist_max) const |
| |
| void | initialize_distance_range () |
| |
| protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::ChainClosableGeometryChecker |
( |
Size const |
five_prime_chain_break_res, |
|
|
Size const |
gap_size |
|
) |
| |
| protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::ChainClosableGeometryChecker |
( |
Size const |
five_prime_chain_break_res, |
|
|
Size const |
three_prime_chain_break_res, |
|
|
Size const |
gap_size |
|
) |
| |
| protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::~ChainClosableGeometryChecker |
( |
| ) |
|
| bool protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::check_chain_closable_geometry |
( |
pose::Pose const & |
five_prime_pose, |
|
|
pose::Pose const & |
three_prime_pose |
|
) |
| const |
|
private |
| bool protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::check_chain_closable_geometry |
( |
pose::Pose const & |
five_prime_pose, |
|
|
pose::Pose const & |
three_prime_pose, |
|
|
bool const |
strict |
|
) |
| const |
|
private |
| bool protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::check_chain_closable_geometry_strict |
( |
pose::Pose const & |
five_prime_pose, |
|
|
pose::Pose const & |
three_prime_pose |
|
) |
| const |
|
private |
| bool protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::check_screen |
( |
pose::Pose const & |
pose, |
|
|
bool const |
strict = false |
|
) |
| const |
| bool protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::check_screen |
( |
pose::Pose const & |
moving_pose, |
|
|
pose::Pose const & |
reference_pose, |
|
|
bool const |
is_prepend, |
|
|
bool const |
strict = false |
|
) |
| const |
| Real const& protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::dist_squared |
( |
| ) |
const |
|
inline |
| Size const& protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::five_prime_chain_break_res |
( |
| ) |
const |
|
inline |
| void protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::initialize_distance_range |
( |
| ) |
|
|
private |
| Real const& protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::max_dist_squared |
( |
| ) |
const |
|
inline |
| Size const& protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::three_prime_chain_break_res |
( |
| ) |
const |
|
inline |
| Real protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::dist_squared_ |
|
mutableprivate |
| Size const protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::five_prime_chain_break_res_ |
|
private |
| Size const protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::gap_size_ |
|
private |
| Real protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::max_dist_squared_ |
|
private |
| Real protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::min_dist_squared_ |
|
private |
| Size const protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::three_prime_chain_break_res_ |
|
private |
The documentation for this class was generated from the following files: