Rosetta
|
#include <RmsdFilter.hh>
Public Member Functions | |
RmsdFilter () | |
RmsdFilter (utility::vector1< core::Size > const selection, bool const superimpose, core::Real const threshold, core::pose::PoseOP reference_pose) | |
bool | apply (core::pose::Pose const &pose) const override |
Returns true if the given pose passes the filter, false otherwise. More... | |
protocols::filters::FilterOP | clone () const override |
protocols::filters::FilterOP | fresh_instance () const override |
void | report (std::ostream &out, core::pose::Pose const &pose) const override |
void | reference_pose (core::pose::PoseOP ref) |
void | set_selection (core::select::residue_selector::ResidueSelectorOP const &sele) |
Resets the selection to the given ResidueSelector. More... | |
void | add_selector (core::select::residue_selector::ResidueSelectorOP const &sele) |
Adds the given ResidueSelector to the selection. (As in all residues in both selections.) More... | |
void | superimpose (bool s) |
bool | superimpose () const |
core::Real | report_sm (core::pose::Pose const &pose) const override |
used to report filter internals through a score or silent file More... | |
core::Real | compute (core::pose::Pose const &pose) const |
~RmsdFilter () override | |
void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data_map) override |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing. More... | |
void | superimpose_on_all (bool const b) |
bool | superimpose_on_all () const |
void | by_aln (bool s) |
bool | by_aln () const |
std::string | name () const override |
![]() | |
Filter () | |
Filter (std::string const &) | |
~Filter () override | |
virtual std::string | get_type () const |
std::string | get_user_defined_name () const |
void | set_user_defined_name (std::string const &name) |
virtual void | clear () |
used to clear internal variables if needed. Using fresh_instance is preferred since it's a pure virtual More... | |
virtual core::Real | score (core::pose::Pose &pose) |
virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
static std::string | class_name () |
static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Attributes | |
core::select::residue_selector::ResidueSelectorOP | selection_ |
bool | superimpose_ |
bool | symmetry_ |
core::Real | threshold_ |
core::pose::PoseCOP | reference_pose_ |
bool | selection_from_segment_cache_ |
bool | superimpose_on_all_ |
bool | specify_both_spans_ |
bool | CA_only_ |
core::Size | begin_native_ |
core::Size | end_native_ |
core::Size | begin_pose_ |
core::Size | end_pose_ |
bool | by_aln_ |
utility::vector1< std::string > | aln_files_ |
utility::vector1< std::string > | template_names_ |
utility::vector1< std::string > | query_names_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
protocols::protein_interface_design::filters::RmsdFilter::RmsdFilter | ( | ) |
References aln_files_, query_names_, and template_names_.
protocols::protein_interface_design::filters::RmsdFilter::RmsdFilter | ( | utility::vector1< core::Size > const | selection, |
bool const | superimpose, | ||
core::Real const | threshold, | ||
core::pose::PoseOP | reference_pose | ||
) |
References aln_files_, query_names_, and template_names_.
|
overridedefault |
void protocols::protein_interface_design::filters::RmsdFilter::add_selector | ( | core::select::residue_selector::ResidueSelectorOP const & | sele | ) |
Adds the given ResidueSelector to the selection. (As in all residues in both selections.)
References core::select::residue_selector::OR_combine(), and selection_.
Referenced by parse_my_tag().
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), threshold_, and protocols::protein_interface_design::filters::TR().
|
inline |
References by_aln_.
|
inline |
References by_aln_.
|
static |
|
overridevirtual |
Implements protocols::filters::Filter.
core::Real protocols::protein_interface_design::filters::RmsdFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
References aln_files_, protocols::toolbox::apply_superposition_transform(), begin_native_, begin_pose_, by_aln_, protocols::protein_interface_design::filters::Ca_coords(), CA_only_, core::scoring::calpha_superimpose_pose(), end_native_, core::scoring::is_protein_CA(), query_names_, reference_pose_, protocols::protein_interface_design::filters::res_rmsd(), core::scoring::rmsd_no_super_subset(), core::scoring::rmsd_with_super_subset(), selection_, selection_from_segment_cache_, core::pose::datacache::SpecialSegmentsObserver::set_farray_from_sso(), core::pose::Pose::size(), specify_both_spans_, superimpose_, superimpose_on_all(), protocols::seeded_abinitio::superposition_transform(), core::scoring::sym_rmsd_with_super_subset(), symmetry_, template_names_, protocols::protein_interface_design::filters::TR(), and core::pose::Pose::xyz().
Referenced by apply(), report(), and report_sm().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References class_name().
|
overridevirtual |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing.
Reimplemented from protocols::filters::Filter.
References add_selector(), aln_files_, begin_native_, begin_pose_, by_aln_, CA_only_, class_name(), core::sequence::end, end_native_, end_pose_, core::pose::get_resnum_string(), protocols::rosetta_scripts::legacy_saved_pose_or_input(), query_names_, reference_pose_, selection_, selection_from_segment_cache_, specify_both_spans_, superimpose_, superimpose_on_all(), symmetry_, template_names_, threshold_, and protocols::protein_interface_design::filters::TR().
|
static |
|
inline |
References core::scoring::ref, and reference_pose_.
Referenced by protocols::enzdes::RemoveLigandFilter::report_sm().
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References compute(), and core::conformation::membrane::out.
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
void protocols::protein_interface_design::filters::RmsdFilter::set_selection | ( | core::select::residue_selector::ResidueSelectorOP const & | sele | ) |
Resets the selection to the given ResidueSelector.
References selection_.
|
inline |
References superimpose_.
|
inline |
References superimpose_.
|
inline |
References superimpose_on_all_.
Referenced by compute(), and parse_my_tag().
|
inline |
References protocols::match::upstream::b, and superimpose_on_all_.
|
private |
Referenced by compute(), parse_my_tag(), and RmsdFilter().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by by_aln(), compute(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by parse_my_tag().
|
private |
Referenced by compute(), parse_my_tag(), and RmsdFilter().
|
private |
Referenced by compute(), parse_my_tag(), and reference_pose().
|
private |
Referenced by add_selector(), compute(), parse_my_tag(), and set_selection().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), parse_my_tag(), and superimpose().
|
private |
Referenced by superimpose_on_all().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), parse_my_tag(), and RmsdFilter().
|
private |
Referenced by apply(), and parse_my_tag().