Rosetta
|
returns the residues aligned to a segment on the input pdb to the source pdb More...
#include <RelativeSegmentFilter.hh>
Public Types | |
typedef core::Real | Real |
typedef core::Size | Size |
Public Member Functions | |
RelativeSegmentFilter () | |
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 |
core::Real | report_sm (core::pose::Pose const &pose) const override |
used to report filter internals through a score or silent file More... | |
~RelativeSegmentFilter () override | |
void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &) override |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing. More... | |
std::string | source_pose () const |
void | source_pose (std::string const &s) |
core::Size | start_res () const |
void | start_res (core::Size const s) |
core::Size | stop_res () const |
void | stop_res (core::Size const s) |
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 | |
std::string | source_pose_ |
core::Size | start_res_ |
core::Size | stop_res_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
returns the residues aligned to a segment on the input pdb to the source pdb
|
inline |
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References protocols::rosetta_scripts::find_nearest_res(), core::import_pose::PDB_file, core::import_pose::pose_from_file(), core::pose::Pose::size(), source_pose(), source_pose_, start_res(), stop_res(), and protocols::protein_interface_design::filters::TR().
|
static |
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
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 source_pose(), start_res(), stop_res(), and protocols::protein_interface_design::filters::TR().
|
static |
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
|
inline |
References source_pose_.
Referenced by apply(), and parse_my_tag().
|
inline |
References source_pose_.
|
inline |
References start_res_.
Referenced by apply(), and parse_my_tag().
|
inline |
References start_res_.
|
inline |
References stop_res_.
Referenced by apply(), and parse_my_tag().
|
inline |
References stop_res_.
|
private |
Referenced by apply(), and source_pose().
|
private |
Referenced by start_res().
|
private |
Referenced by stop_res().