Rosetta
|
detects atomic contacts between two atoms of two residues More...
#include <PoseInfoFilter.hh>
Public Member Functions | |
PoseInfoFilter () | |
default ctor More... | |
bool | apply (core::pose::Pose const &pose) const override |
core::Real | compute (core::pose::Pose const &pose) const |
void | report (std::ostream &out, core::pose::Pose const &pose) const override |
core::Real | report_sm (core::pose::Pose const &pose) const override |
filters::FilterOP | clone () const override |
filters::FilterOP | fresh_instance () const override |
~PoseInfoFilter () override=default | |
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 | 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 Types | |
typedef protocols::filters::Filter | parent |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
detects atomic contacts between two atoms of two residues
protocols::simple_filters::PoseInfoFilter::PoseInfoFilter | ( | ) |
default ctor
|
overridedefault |
|
overridevirtual |
Implements protocols::filters::Filter.
References compute().
|
static |
Referenced by protocols::simple_filters::PoseInfoFilterCreator::keyname(), name(), and provide_xml_schema().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
core::Real protocols::simple_filters::PoseInfoFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
References report(), and protocols::simple_filters::TR().
Referenced by apply(), 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.
|
static |
References class_name(), and protocols::filters::xsd_type_definition_w_attributes().
Referenced by protocols::simple_filters::PoseInfoFilterCreator::provide_xml_schema().
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References core::pose::Pose::annotated_sequence(), core::pose::Pose::constraint_set(), core::pose::Pose::data(), core::pose::Pose::fold_tree(), core::conformation::RotamerSetCacheableDataType::num_cacheable_data_types, core::conformation::membrane::out, core::pose::Pose::pdb_info(), core::kinematics::FoldTree::show(), and core::pose::Pose::size().
Referenced by compute().
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References compute().