|
Rosetta 3.5
|
#include <PoseFilter_RMSD_Screen.hh>


Public Member Functions | |
| PoseFilter_RMSD_Screen (utility::vector1< Size > const calc_rms_res, core::pose::PoseCOP native_pose, core::Real const rmsd_cutoff, bool const force_align=false) | |
| bool | passes_filter (core::pose::Pose &pose) |
Public Member Functions inherited from protocols::swa::PoseFilter | |
| PoseFilter () | |
| ~PoseFilter () | |
Private Member Functions | |
| void | initialize_corresponding_atom_id_map (core::pose::Pose const &pose) |
Private Attributes | |
| utility::vector1< Size > | calc_rms_res_ |
| core::pose::PoseCOP | native_pose_ |
| core::Real const | rmsd_cutoff_ |
| bool const | force_align_ |
| bool const | cluster_by_all_atom_rmsd_ |
| std::map< core::id::AtomID, core::id::AtomID > | corresponding_atom_id_map_ |
Definition at line 34 of file PoseFilter_RMSD_Screen.hh.
| protocols::swa::PoseFilter_RMSD_Screen::PoseFilter_RMSD_Screen | ( | utility::vector1< Size > const | calc_rms_res, |
| core::pose::PoseCOP | native_pose, | ||
| core::Real const | rmsd_cutoff, | ||
| bool const | force_align = false |
||
| ) |
Definition at line 35 of file PoseFilter_RMSD_Screen.cc.
References initialize_corresponding_atom_id_map().
|
private |
Definition at line 79 of file PoseFilter_RMSD_Screen.cc.
References cluster_by_all_atom_rmsd_, corresponding_atom_id_map_, core::scoring::setup_matching_heavy_atoms(), and core::scoring::setup_matching_protein_backbone_heavy_atoms().
Referenced by PoseFilter_RMSD_Screen().
|
virtual |
Implements protocols::swa::PoseFilter.
Definition at line 50 of file PoseFilter_RMSD_Screen.cc.
References calc_rms_res_, corresponding_atom_id_map_, force_align_, native_pose_, core::scoring::rms_at_corresponding_atoms(), core::scoring::rms_at_corresponding_atoms_no_super(), and rmsd_cutoff_.
|
private |
Definition at line 49 of file PoseFilter_RMSD_Screen.hh.
Referenced by passes_filter().
|
private |
Definition at line 53 of file PoseFilter_RMSD_Screen.hh.
Referenced by initialize_corresponding_atom_id_map().
|
private |
Definition at line 55 of file PoseFilter_RMSD_Screen.hh.
Referenced by initialize_corresponding_atom_id_map(), and passes_filter().
|
private |
Definition at line 52 of file PoseFilter_RMSD_Screen.hh.
Referenced by passes_filter().
|
private |
Definition at line 50 of file PoseFilter_RMSD_Screen.hh.
Referenced by passes_filter().
|
private |
Definition at line 51 of file PoseFilter_RMSD_Screen.hh.
Referenced by passes_filter().
1.8.4