|
Rosetta 3.5
|
#include <ReportFilter.hh>


Public Member Functions | |
| ReportFilter () | |
| bool | apply (core::pose::Pose const &pose) const |
| Returns true if the given pose passes the filter, false otherwise. More... | |
| filters::FilterOP | clone () const |
| filters::FilterOP | fresh_instance () const |
| void | report (std::ostream &out, core::pose::Pose const &pose) const |
| core::Real | report_sm (core::pose::Pose const &pose) const |
| used to report filter internals through a score or silent file More... | |
| core::Real | compute (core::pose::Pose const &pose) const |
| virtual | ~ReportFilter () |
| void | parse_my_tag (utility::tag::TagPtr const tag, protocols::moves::DataMap &, protocols::filters::Filters_map const &, protocols::moves::Movers_map const &, core::pose::Pose const &) |
| void | report_string (std::string const s) |
| std::string | report_string () const |
| void | filter (protocols::filters::FilterOP f) |
| protocols::filters::FilterOP | filter () const |
| std::string | report_filter_name () 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) |
| virtual std::string | name () const |
Private Attributes | |
| utility::pointer::owning_ptr < protocols::moves::DataMapObj < std::string > > | report_string_ |
| protocols::filters::FilterOP | filter_ |
| std::string | report_filter_name_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
Definition at line 32 of file ReportFilter.hh.
| protocols::simple_filters::ReportFilter::ReportFilter | ( | ) |
Definition at line 42 of file ReportFilter.cc.
Referenced by clone(), and fresh_instance().
|
virtual |
Definition at line 49 of file ReportFilter.cc.
|
virtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
Definition at line 62 of file ReportFilter.cc.
References compute().
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 38 of file ReportFilter.hh.
References ReportFilter().
| core::Real protocols::simple_filters::ReportFilter::compute | ( | core::pose::Pose const & | pose) | const |
Definition at line 84 of file ReportFilter.cc.
Referenced by apply().
|
inline |
Definition at line 54 of file ReportFilter.hh.
References filter_.
|
inline |
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 41 of file ReportFilter.hh.
References ReportFilter().
|
virtual |
Reimplemented from protocols::filters::Filter.
Definition at line 52 of file ReportFilter.cc.
References filter(), protocols::moves::DataMap::get(), protocols::rosetta_scripts::parse_filter(), report_filter_name_, and report_string_.
|
virtual |
Reimplemented from protocols::filters::Filter.
Definition at line 67 of file ReportFilter.cc.
References protocols::jd2::JobDistributor::current_job(), filter_, protocols::jd2::JobDistributor::get_instance(), report_filter_name_, and report_string_.
|
inline |
Definition at line 56 of file ReportFilter.hh.
References report_filter_name_.
|
virtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
Definition at line 79 of file ReportFilter.cc.
| void protocols::simple_filters::ReportFilter::report_string | ( | std::string const | s) |
Definition at line 90 of file ReportFilter.cc.
References report_string_.
| std::string protocols::simple_filters::ReportFilter::report_string | ( | ) | const |
Definition at line 95 of file ReportFilter.cc.
References report_string_.
|
private |
Definition at line 59 of file ReportFilter.hh.
|
private |
Definition at line 60 of file ReportFilter.hh.
Referenced by parse_my_tag(), report(), and report_filter_name().
|
private |
Definition at line 58 of file ReportFilter.hh.
Referenced by parse_my_tag(), report(), and report_string().
1.8.4