![]() |
Rosetta Protocols
2014.16.56682
|
#include <HSSTripletFilter.hh>
Public Member Functions | |
| HSSTripletFilter () | |
| HSSTripletFilter (HSSTriplets const &hss3s) | |
| HSSTripletFilter (String const &hss3s) | |
| HSSTripletFilter (HSSTripletFilter const &rval) | |
| virtual | ~HSSTripletFilter () |
| virtual FilterOP | clone () const |
| virtual FilterOP | fresh_instance () const |
| void | add_hsstriplets (HSSTriplets const &hss3s) |
| void | secstruct (String const &ss) |
| void | filter_min_dist (Real const r) |
| void | filter_max_dist (Real const r) |
| maximum distance for filtering More... | |
| void | filter_min_angle (Real const r) |
| miniimum angle for filtering More... | |
| void | filter_max_angle (Real const r) |
| maximum angle for filtering More... | |
| void | output_id (Size const i) |
| set output id More... | |
| void | output_type (String const &s) |
| set output type More... | |
| virtual std::string | name () const |
| virtual void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &, Filters_map const &, Movers_map const &, Pose const &) |
| parse xml More... | |
| 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 |
| virtual bool | apply (Pose const &pose) const |
| Returns true if the given pose passes the filter, false otherwise. 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) |
Private Attributes | |
| HSSTripletSetOP | hss3set_ |
| hsstriplet More... | |
| String | secstruct_ |
| if value is empty, dssp will run for ss definition ( default is emptry ) More... | |
| Real | filter_min_dist_ |
| filtered min distance between helix and sheet More... | |
| Real | filter_max_dist_ |
| filtered max distance between helix and sheet More... | |
| Real | filter_min_angle_ |
| filtered min angle between helix and sheet More... | |
| Real | filter_max_angle_ |
| filtered max angle between helix and sheet More... | |
| Size | output_id_ |
| output id of HSSTriplet More... | |
| String | output_type_ |
| output type, dist or angle More... | |
| Real | output_value_ |
| output value, the result of filterring calculation More... | |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
| typedef protocols::fldsgn::topology::HSSTriplet protocols::fldsgn::filters::HSSTripletFilter::HSSTriplet |
| typedef protocols::fldsgn::topology::HSSTriplets protocols::fldsgn::filters::HSSTripletFilter::HSSTriplets |
| typedef protocols::fldsgn::topology::HSSTripletSet protocols::fldsgn::filters::HSSTripletFilter::HSSTripletSet |
| typedef protocols::fldsgn::topology::HSSTripletSetOP protocols::fldsgn::filters::HSSTripletFilter::HSSTripletSetOP |
| protocols::fldsgn::filters::HSSTripletFilter::HSSTripletFilter | ( | ) |
Referenced by clone(), and fresh_instance().
| protocols::fldsgn::filters::HSSTripletFilter::HSSTripletFilter | ( | HSSTriplets const & | hss3s | ) |
| protocols::fldsgn::filters::HSSTripletFilter::HSSTripletFilter | ( | String const & | hss3s | ) |
| protocols::fldsgn::filters::HSSTripletFilter::HSSTripletFilter | ( | HSSTripletFilter const & | rval | ) |
|
inlinevirtual |
| void protocols::fldsgn::filters::HSSTripletFilter::add_hsstriplets | ( | HSSTriplets const & | hss3s | ) |
References hss3set_.
Referenced by parse_my_tag().
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References dssp, filter, filter_max_angle_, filter_max_dist_, filter_min_angle_, filter_min_dist_, hss3set_, output_id_, output_type_, output_value_, runtime_assert, secstruct_, core::pose::Pose::total_residue(), and protocols::fldsgn::TR.
Referenced by compute().
|
inlinevirtual |
Implements protocols::filters::Filter.
References HSSTripletFilter().
| HSSTripletFilter::Real protocols::fldsgn::filters::HSSTripletFilter::compute | ( | Pose const & | pose | ) | const |
References apply(), and output_value_.
Referenced by report_sm().
| void protocols::fldsgn::filters::HSSTripletFilter::filter_max_angle | ( | Real const | r | ) |
maximum angle for filtering
References filter_max_angle_.
| void protocols::fldsgn::filters::HSSTripletFilter::filter_max_dist | ( | Real const | r | ) |
maximum distance for filtering
References filter_max_dist_.
| void protocols::fldsgn::filters::HSSTripletFilter::filter_min_angle | ( | Real const | r | ) |
miniimum angle for filtering
References filter_min_angle_.
| void protocols::fldsgn::filters::HSSTripletFilter::filter_min_dist | ( | Real const | r | ) |
References filter_min_dist_.
|
inlinevirtual |
Implements protocols::filters::Filter.
References HSSTripletFilter().
|
inlinevirtual |
Reimplemented from protocols::filters::Filter.
| void protocols::fldsgn::filters::HSSTripletFilter::output_id | ( | Size const | i | ) |
| void protocols::fldsgn::filters::HSSTripletFilter::output_type | ( | String const & | s | ) |
set output type
References output_type_.
|
virtual |
parse xml
Reimplemented from protocols::filters::Filter.
References add_hsstriplets(), blueprint, filter_max_angle_, filter_max_dist_, filter_min_angle_, filter_min_dist_, hss3set_, protocols::fldsgn::topology::HSSTripletSet::hss_triplets(), output_id_, output_type_, runtime_assert, secstruct_, and protocols::fldsgn::TR.
|
virtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
| void protocols::fldsgn::filters::HSSTripletFilter::secstruct | ( | String const & | ss | ) |
References secstruct_.
|
private |
filtered max angle between helix and sheet
Referenced by apply(), filter_max_angle(), and parse_my_tag().
|
private |
filtered max distance between helix and sheet
Referenced by apply(), filter_max_dist(), and parse_my_tag().
|
private |
filtered min angle between helix and sheet
Referenced by apply(), filter_min_angle(), and parse_my_tag().
|
private |
filtered min distance between helix and sheet
Referenced by apply(), filter_min_dist(), and parse_my_tag().
|
private |
hsstriplet
Referenced by add_hsstriplets(), apply(), and parse_my_tag().
|
private |
output id of HSSTriplet
Referenced by apply(), output_id(), and parse_my_tag().
|
private |
output type, dist or angle
Referenced by apply(), output_type(), and parse_my_tag().
|
mutableprivate |
|
mutableprivate |
if value is empty, dssp will run for ss definition ( default is emptry )
Referenced by apply(), parse_my_tag(), and secstruct().
1.8.7