![]() |
Rosetta Protocols
2014.16.56682
|
#include <PackStatFilter.hh>
Public Member Functions | |
| PackStatFilter () | |
| default constructor More... | |
| PackStatFilter (Real const &ss) | |
| constructor with arguments More... | |
| PackStatFilter (PackStatFilter const &rval) | |
| copy constructor More... | |
| virtual | ~PackStatFilter () |
| virtual filters::FilterOP | clone () const |
| make clone More... | |
| virtual filters::FilterOP | fresh_instance () const |
| make fresh instance More... | |
| void | filtered_score (Real const &ss) |
| set filtered secondary structure More... | |
| virtual std::string | name () const |
| get name of this filter More... | |
| virtual void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &, filters::Filters_map const &, Movers_map const &, Pose const &) |
| parse xml 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 Real | report_sm (Pose const &pose) const |
| used to report filter internals through a score or silent file More... | |
| Real | compute (Pose const &pose) const |
| calc packstat score More... | |
Public Member Functions inherited from protocols::filters::Filter | |
| Filter () | |
| Filter (std::string const &) | |
| Filter (Filter const &) | |
| virtual | ~Filter () |
| virtual void | report (std::ostream &, core::pose::Pose const &) const |
| 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) |
Public Attributes | |
| core::Size | chain_ |
| determine which chain to evaluate, 0 is all More... | |
| core::Size | repeats_ |
| how many times to repeat evaluation More... | |
Private Attributes | |
| Real | filtered_score_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
| protocols::simple_filters::PackStatFilter::PackStatFilter | ( | ) |
default constructor
Referenced by clone(), and fresh_instance().
| protocols::simple_filters::PackStatFilter::PackStatFilter | ( | Real const & | ss | ) |
constructor with arguments
| protocols::simple_filters::PackStatFilter::PackStatFilter | ( | PackStatFilter const & | rval | ) |
copy constructor
|
inlinevirtual |
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(), filtered_score_, protocols::filters::Filter::score(), and protocols::simple_filters::tr.
|
inlinevirtual |
| PackStatFilter::Real protocols::simple_filters::PackStatFilter::compute | ( | Pose const & | pose | ) | const |
calc packstat score
References chain_, core::scoring::packstat::compute_packing_score(), repeats_, single_chain, core::pose::Pose::split_by_chain(), and protocols::simple_filters::tr.
Referenced by apply(), and report_sm().
| void protocols::simple_filters::PackStatFilter::filtered_score | ( | Real const & | ss | ) |
set filtered secondary structure
References filtered_score_, and protocols::filters::Filter::score().
|
inlinevirtual |
|
inlinevirtual |
get name of this filter
Reimplemented from protocols::filters::Filter.
|
virtual |
parse xml
Reimplemented from protocols::filters::Filter.
References chain_, filtered_score_, repeats_, and protocols::simple_filters::tr.
|
virtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
| core::Size protocols::simple_filters::PackStatFilter::chain_ |
determine which chain to evaluate, 0 is all
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by apply(), filtered_score(), and parse_my_tag().
| core::Size protocols::simple_filters::PackStatFilter::repeats_ |
how many times to repeat evaluation
Referenced by compute(), and parse_my_tag().
1.8.7