Rosetta
|
#include <ResidueSelectionDistanceFilter.hh>
Public Member Functions | |
ResidueSelectionDistanceFilter () | |
bool | apply (core::pose::Pose const &pose) const override |
Returns true if the given pose passes the filter, false otherwise. More... | |
void | report (std::ostream &out, core::pose::Pose const &pose) const override |
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 |
filters::FilterOP | clone () const override |
filters::FilterOP | fresh_instance () const override |
~ResidueSelectionDistanceFilter () override | |
void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data) override |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing. More... | |
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::Real | distance_threshold_ |
std::string | atom_to_measure_ |
core::select::residue_selector::ResidueSelectorCOP | selector_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
|
inline |
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), core::kinematics::distance(), distance_threshold_, core::select::resids(), selector_, core::pose::Pose::total_residue(), and protocols::simple_filters::TR().
|
static |
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
core::Real protocols::simple_filters::ResidueSelectionDistanceFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
References atom_to_measure_, core::pose::Pose::conformation(), core::kinematics::distance(), core::conformation::Residue::nbr_atom(), core::conformation::Conformation::residue(), selector_, core::pose::Pose::total_residue(), and core::conformation::Residue::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 atom_to_measure_, distance_threshold_, core::select::residue_selector::parse_residue_selector(), and selector_.
|
static |
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References compute(), core::kinematics::distance(), distance_threshold_, core::conformation::membrane::out, core::select::resids(), selector_, and core::pose::Pose::total_residue().
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute(), and core::kinematics::distance().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by apply(), parse_my_tag(), and report().
|
private |
Referenced by apply(), compute(), parse_my_tag(), and report().