![]() |
Rosetta Protocols
2014.16.56682
|
#include <NcontactsFilter.hh>
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... | |
| virtual | ~NcontactsFilter () |
| destructor More... | |
| virtual FilterOP | clone () const |
| make clone More... | |
| virtual FilterOP | fresh_instance () const |
| make fresh instance More... | |
| virtual std::string | name () const |
| get name of this filter More... | |
| Real | compute (Pose const &pose) const |
| compute number of contacts More... | |
| virtual Real | report_sm (Pose const &pose) const |
| used to report score More... | |
| virtual void | report (std::ostream &out, Pose const &pose) const |
| used to report score More... | |
| virtual bool | apply (Pose const &pose) const |
| 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... | |
| virtual void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &, Filters_map const &, Movers_map const &, Pose const &) |
| parse xml More... | |
Public Member Functions inherited from protocols::filters::Filter | |
| Filter () | |
| Filter (std::string const &) | |
| Filter (Filter const &) | |
| virtual | ~Filter () |
| 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 void | apply (core::io::serialization::PipeMap &pmap) |
| virtual void | score (core::io::serialization::PipeMap &pmap) |
| virtual core::Real | score (core::pose::Pose &pose) |
| virtual void | parse_def (utility::lua::LuaObject const &def, utility::lua::LuaObject const &score_fxns, utility::lua::LuaObject const &tasks) |
Private Attributes | |
| String | report_type_ |
| Real | filter_value_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
| protocols::fldsgn::filters::NcontactsFilter::NcontactsFilter | ( | ) |
default constructor
Referenced by clone(), and fresh_instance().
| protocols::fldsgn::filters::NcontactsFilter::NcontactsFilter | ( | String const & | report_type, |
| Real const | filter_value | ||
| ) |
default constructor
| protocols::fldsgn::filters::NcontactsFilter::NcontactsFilter | ( | NcontactsFilter const & | rval | ) |
copy constructor
|
virtual |
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().
|
inlinevirtual |
| NcontactsFilter::Real protocols::fldsgn::filters::NcontactsFilter::compute | ( | Pose const & | pose | ) | const |
compute number of contacts
comute ncontacts
References core::pose::metrics::StructureDependentCalculator::get(), report_type_, and basic::MetricValue< T >::value().
Referenced by apply(), report(), and report_sm().
|
inlinevirtual |
|
inlinevirtual |
get name of this filter
Reimplemented from protocols::filters::Filter.
|
virtual |
parse xml
Reimplemented from protocols::filters::Filter.
References filter_value_, and report_type_.
|
virtual |
|
virtual |
|
private |
Referenced by apply(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
1.8.7