![]() |
Rosetta Protocols
2014.16.56682
|
#include <CoreDunbrackFilter.hh>
Public Member Functions | |
| CoreDunbrackFilter () | |
| CoreDunbrackFilter (String const &type, Real const value) | |
| CoreDunbrackFilter (CoreDunbrackFilter const &rval) | |
| virtual | ~CoreDunbrackFilter () |
| virtual FilterOP | clone () const |
| virtual FilterOP | fresh_instance () const |
| void | filter_value (Real const &ss) |
| void | filter_type (String const &ss) |
| virtual std::string | name () const |
| virtual void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &, Filters_map const &, Movers_map const &, Pose const &pose) |
| parse xml More... | |
| virtual bool | apply (Pose const &pose) const |
| Returns true if the given pose passes the filter, false otherwise. More... | |
| virtual Real | report_sm (Pose const &pose) const |
| used to report filter internals through a score or silent file More... | |
| virtual void | report (std::ostream &out, Pose const &pose) const |
| used to report score More... | |
| Real | compute (Pose const &pose) const |
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 | |
| Real | filter_value_ |
| String | type_ |
| Real | fa_dun_danger_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
| typedef core::scoring::ScoreFunctionOP protocols::fldsgn::filters::CoreDunbrackFilter::ScoreFunctionOP |
| protocols::fldsgn::filters::CoreDunbrackFilter::CoreDunbrackFilter | ( | ) |
Referenced by clone(), and fresh_instance().
| protocols::fldsgn::filters::CoreDunbrackFilter::CoreDunbrackFilter | ( | String const & | type, |
| Real const | value | ||
| ) |
| protocols::fldsgn::filters::CoreDunbrackFilter::CoreDunbrackFilter | ( | CoreDunbrackFilter const & | rval | ) |
|
inlinevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), filter_value_, tr, and type_.
|
inlinevirtual |
Implements protocols::filters::Filter.
References CoreDunbrackFilter().
| CoreDunbrackFilter::Real protocols::fldsgn::filters::CoreDunbrackFilter::compute | ( | Pose const & | pose | ) | const |
References core::pose::Pose::aa(), core::scoring::calc_per_atom_sasa(), core::pose::Pose::energies(), fa_dun, core::scoring::fa_dun, fa_dun_danger_, core::scoring::getScoreFunction(), core::pose::initialize_atomid_map(), j, name_from_aa(), pore_radius, core::scoring::Energies::residue_total_energies(), runtime_assert, core::id::AtomID_Map< T >::set(), core::pose::Pose::total_residue(), tr, and type_.
Referenced by apply(), report(), and report_sm().
| void protocols::fldsgn::filters::CoreDunbrackFilter::filter_type | ( | String const & | ss | ) |
References type_.
| void protocols::fldsgn::filters::CoreDunbrackFilter::filter_value | ( | Real const & | ss | ) |
References filter_value_.
|
inlinevirtual |
Implements protocols::filters::Filter.
References CoreDunbrackFilter().
|
inlinevirtual |
Reimplemented from protocols::filters::Filter.
|
virtual |
parse xml
Reimplemented from protocols::filters::Filter.
References filter_value_, runtime_assert, core::pose::Pose::total_residue(), tr, and type_.
|
virtual |
|
virtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
|
private |
Referenced by compute().
|
private |
Referenced by apply(), filter_value(), and parse_my_tag().
|
private |
Referenced by apply(), compute(), filter_type(), and parse_my_tag().
1.8.7