|
Rosetta 3.5
|
#include <FileExistFilter.hh>


Public Member Functions | |
| FileExistFilter () | |
| 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 | ~FileExistFilter () |
| 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 | filename (std::string const f) |
| std::string | filename () const |
| bool | ignore_zero_byte () const |
| void | ignore_zero_byte (bool const i) |
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 | |
| std::string | filename_ |
| bool | ignore_zero_byte_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
Definition at line 31 of file FileExistFilter.hh.
| protocols::simple_filters::FileExistFilter::FileExistFilter | ( | ) |
Definition at line 38 of file FileExistFilter.cc.
Referenced by clone(), and fresh_instance().
|
virtual |
Definition at line 44 of file FileExistFilter.cc.
|
virtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
Definition at line 54 of file FileExistFilter.cc.
References compute().
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 37 of file FileExistFilter.hh.
References FileExistFilter().
| core::Real protocols::simple_filters::FileExistFilter::compute | ( | core::pose::Pose const & | pose) | const |
Definition at line 69 of file FileExistFilter.cc.
References core::sequence::end, filename_, and ignore_zero_byte().
Referenced by apply(), report(), and report_sm().
| void protocols::simple_filters::FileExistFilter::filename | ( | std::string const | f) |
Definition at line 89 of file FileExistFilter.cc.
References filename_.
| std::string protocols::simple_filters::FileExistFilter::filename | ( | ) | const |
Definition at line 94 of file FileExistFilter.cc.
References filename_.
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 40 of file FileExistFilter.hh.
References FileExistFilter().
|
inline |
Definition at line 52 of file FileExistFilter.hh.
References ignore_zero_byte_.
Referenced by compute(), and parse_my_tag().
|
inline |
Definition at line 53 of file FileExistFilter.hh.
References ignore_zero_byte_.
|
virtual |
Reimplemented from protocols::filters::Filter.
Definition at line 47 of file FileExistFilter.cc.
References filename_, and ignore_zero_byte().
|
virtual |
Reimplemented from protocols::filters::Filter.
Definition at line 59 of file FileExistFilter.cc.
|
virtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
Definition at line 64 of file FileExistFilter.cc.
References compute().
|
private |
Definition at line 55 of file FileExistFilter.hh.
Referenced by compute(), filename(), parse_my_tag(), and report().
|
private |
Definition at line 56 of file FileExistFilter.hh.
Referenced by ignore_zero_byte().
1.8.4