![]() |
Rosetta
2021.16
|
#include <NcontactsFilter.hh>

Public Types | |
| typedef protocols::filters::Filter | Super |
| typedef std::string | String |
| typedef core::Size | Size |
| typedef core::Real | Real |
| typedef protocols::filters::Filter | Filter |
| typedef protocols::filters::FilterOP | FilterOP |
| typedef core::pose::Pose | Pose |
| typedef utility::tag::TagCOP | TagCOP |
| typedef basic::datacache::DataMap | DataMap |
Public Member Functions | |
| NcontactsFilter () | |
| default constructor More... | |
| NcontactsFilter (String const &report_type, Real const filter_value) | |
| default constructor More... | |
| NcontactsFilter (NcontactsFilter const &rval) | |
| copy constructor More... | |
| ~NcontactsFilter () override | |
| destructor More... | |
| FilterOP | clone () const override |
| make clone More... | |
| FilterOP | fresh_instance () const override |
| make fresh instance More... | |
| Real | compute (Pose const &pose) const |
| get name of this filter More... | |
| Real | report_sm (Pose const &pose) const override |
| used to report score More... | |
| void | report (std::ostream &out, Pose const &pose) const override |
| used to report score More... | |
| bool | apply (Pose const &pose) const override |
| returns true if the given pose passes the filter, false otherwise. In this case, the test is whether the give pose is the topology we want. More... | |
| void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &) override |
| parse xml More... | |
| std::string | name () const override |
Public Member Functions inherited from protocols::filters::Filter | |
| Filter () | |
| Filter (std::string const &) | |
| Filter (Filter 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 | |
| String | report_type_ |
| Real | filter_value_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
| typedef basic::datacache::DataMap protocols::fldsgn::filters::NcontactsFilter::DataMap |
| typedef std::string protocols::fldsgn::filters::NcontactsFilter::String |
| typedef utility::tag::TagCOP protocols::fldsgn::filters::NcontactsFilter::TagCOP |
| protocols::fldsgn::filters::NcontactsFilter::NcontactsFilter | ( | ) |
default constructor
| protocols::fldsgn::filters::NcontactsFilter::NcontactsFilter | ( | String const & | report_type, |
| Real const | filter_value | ||
| ) |
default constructor
|
default |
copy constructor
|
overridedefault |
destructor
returns true if the given pose passes the filter, false otherwise. In this case, the test is whether the give pose is the topology we want.
Implements protocols::filters::Filter.
References compute(), filter_value_, and protocols::filters::Filter::score().
|
static |
Referenced by protocols::fldsgn::filters::NcontactsFilterCreator::keyname(), name(), and provide_xml_schema().
|
inlineoverridevirtual |
make clone
Implements protocols::filters::Filter.
| NcontactsFilter::Real protocols::fldsgn::filters::NcontactsFilter::compute | ( | Pose const & | pose | ) | const |
get name of this filter
comute ncontacts
compute number of contacts
References core::pose::metrics::StructureDependentCalculator::get(), and report_type_.
Referenced by apply(), report(), and report_sm().
|
inlineoverridevirtual |
make fresh instance
Implements protocols::filters::Filter.
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References class_name().
|
overridevirtual |
parse xml
Reimplemented from protocols::filters::Filter.
References filter_value_, and report_type_.
|
static |
|
overridevirtual |
|
overridevirtual |
|
private |
Referenced by apply(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
1.8.7