|
Rosetta 3.5
|
#include <ChainExistsFilter.hh>


Public Member Functions | |
| ChainExistsFilter () | |
| ChainExistsFilter (std::string chain) | |
| ChainExistsFilter (ChainExistsFilter const &init) | |
| virtual | ~ChainExistsFilter () |
| bool | apply (core::pose::Pose const &pose) const |
| Returns true if the given pose passes the filter, false otherwise. More... | |
| protocols::filters::FilterOP | clone () const |
| protocols::filters::FilterOP | fresh_instance () const |
| 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 &reference_pose) |
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 core::Real | report_sm (core::pose::Pose const &) const |
| used to report filter internals through a score or silent file More... | |
| 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 | chain_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
Definition at line 31 of file ChainExistsFilter.hh.
|
inline |
Definition at line 34 of file ChainExistsFilter.hh.
Referenced by clone(), and fresh_instance().
|
inline |
Definition at line 39 of file ChainExistsFilter.hh.
|
inline |
Definition at line 45 of file ChainExistsFilter.hh.
|
inlinevirtual |
Definition at line 51 of file ChainExistsFilter.hh.
|
virtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
Definition at line 42 of file ChainExistsFilter.cc.
References chain_, and core::pose::get_chain_ids_from_chain().
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 54 of file ChainExistsFilter.hh.
References ChainExistsFilter().
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 58 of file ChainExistsFilter.hh.
References ChainExistsFilter().
|
virtual |
Reimplemented from protocols::filters::Filter.
Definition at line 52 of file ChainExistsFilter.cc.
References protocols::ligand_docking::atom_tracer(), and chain_.
|
private |
Definition at line 65 of file ChainExistsFilter.hh.
Referenced by apply(), and parse_my_tag().
1.8.4