Rosetta
|
#include <ParallelBetaPairingPreferenceFilter.hh>
Public Types | |
typedef protocols::filters::Filter | Super |
typedef core::Size | Size |
typedef core::Real | Real |
typedef core::chemical::AA | AA |
typedef protocols::filters::Filter | Filter |
typedef std::string | String |
typedef protocols::filters::FilterOP | FilterOP |
typedef core::pose::Pose | Pose |
typedef utility::tag::TagCOP | TagCOP |
typedef basic::datacache::DataMap | DataMap |
Public Member Functions | |
ParallelBetaPairingPreferenceFilter () | |
ParallelBetaPairingPreferenceFilter (ParallelBetaPairingPreferenceFilter const &rval) | |
~ParallelBetaPairingPreferenceFilter () override | |
FilterOP | clone () const override |
FilterOP | fresh_instance () const override |
void | filter_value (Real const value) |
Real | compute (Pose const &pose) const |
compute number of contacts More... | |
Real | score_pairmatrix (AA aa1, AA aa2) const |
refer score of residue pair 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. More... | |
void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &) override |
parse xml 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 Member Functions | |
void | initialize_filter () const |
Initialize this filter. More... | |
Private Attributes | |
Real | filter_value_ |
utility::vector1< utility::vector1< Real > > | score_pairmatrix_ |
bool | verbose_ |
bool | initialized_ = false |
Has this been initialized? More... | |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
typedef basic::datacache::DataMap protocols::fldsgn::filters::ParallelBetaPairingPreferenceFilter::DataMap |
typedef protocols::filters::Filter protocols::fldsgn::filters::ParallelBetaPairingPreferenceFilter::Filter |
typedef protocols::filters::FilterOP protocols::fldsgn::filters::ParallelBetaPairingPreferenceFilter::FilterOP |
typedef std::string protocols::fldsgn::filters::ParallelBetaPairingPreferenceFilter::String |
typedef protocols::filters::Filter protocols::fldsgn::filters::ParallelBetaPairingPreferenceFilter::Super |
typedef utility::tag::TagCOP protocols::fldsgn::filters::ParallelBetaPairingPreferenceFilter::TagCOP |
protocols::fldsgn::filters::ParallelBetaPairingPreferenceFilter::ParallelBetaPairingPreferenceFilter | ( | ) |
|
default |
|
inlineoverride |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), filter_value_, and protocols::filters::Filter::score().
|
static |
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
ParallelBetaPairingPreferenceFilter::Real protocols::fldsgn::filters::ParallelBetaPairingPreferenceFilter::compute | ( | Pose const & | pose | ) | const |
compute number of contacts
References core::pose::Pose::aa(), protocols::fldsgn::topology::calc_strand_pairing_set(), protocols::simple_filters::dssp(), initialize_filter(), core::chemical::oneletter_code_from_aa(), protocols::filters::Filter::score(), score_pairmatrix(), core::pose::Pose::size(), protocols::fldsgn::TR(), and verbose_.
Referenced by apply(), report(), and report_sm().
void protocols::fldsgn::filters::ParallelBetaPairingPreferenceFilter::filter_value | ( | Real const | value | ) |
References filter_value_.
Referenced by parse_my_tag().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
private |
Initialize this filter.
Does nothing if already initialized.
References protocols::cluster::calibur::aa, core::chemical::aa_from_oneletter_code(), core::chemical::aa_pro, initialized_, and score_pairmatrix_.
Referenced by compute().
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References class_name().
|
overridevirtual |
|
static |
|
overridevirtual |
used to report score
report filter results
Reimplemented from protocols::filters::Filter.
References compute(), and core::conformation::membrane::out.
|
overridevirtual |
used to report score
return filter value
Reimplemented from protocols::filters::Filter.
References compute().
ParallelBetaPairingPreferenceFilter::Real protocols::fldsgn::filters::ParallelBetaPairingPreferenceFilter::score_pairmatrix | ( | AA | aa1, |
AA | aa2 | ||
) | const |
|
private |
Referenced by apply(), and filter_value().
|
mutableprivate |
Has this been initialized?
Referenced by initialize_filter().
|
mutableprivate |
Referenced by initialize_filter(), and score_pairmatrix().
|
private |
Referenced by compute(), and parse_my_tag().