|
Rosetta 3.5
|
#include <EnzFilters.hh>


Public Types | |
| typedef protocols::filters::Filter | Filter |
| typedef protocols::filters::FilterOP | FilterOP |
| typedef protocols::filters::Filters_map | Filters_map |
Public Member Functions | |
| LigBurialFilter () | |
| LigBurialFilter (core::Size lig_id, core::Size const numneighbors, core::Real const distance_threshold) | |
| bool | apply (core::pose::Pose const &pose) const |
| Returns true if the given pose passes the filter, false otherwise. More... | |
| 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::Size | compute (core::pose::Pose const &pose) const |
| FilterOP | clone () const |
| FilterOP | fresh_instance () const |
| virtual | ~LigBurialFilter () |
| void | parse_my_tag (utility::tag::TagPtr const tag, protocols::moves::DataMap &, Filters_map const &, protocols::moves::Movers_map const &, core::pose::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) |
| virtual std::string | name () const |
Private Attributes | |
| core::Size | lig_id_ |
| core::Size | neighbors_ |
| core::Real | distance_threshold_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
Definition at line 71 of file EnzFilters.hh.
Definition at line 75 of file EnzFilters.hh.
Definition at line 76 of file EnzFilters.hh.
Definition at line 77 of file EnzFilters.hh.
|
inline |
Definition at line 80 of file EnzFilters.hh.
Referenced by clone(), and fresh_instance().
|
inline |
Definition at line 81 of file EnzFilters.hh.
|
virtual |
Definition at line 286 of file EnzFilters.cc.
|
virtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
Definition at line 232 of file EnzFilters.cc.
References compute(), neighbors_, and protocols::enzdes::TR().
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 87 of file EnzFilters.hh.
References LigBurialFilter().
| core::Size protocols::enzdes::LigBurialFilter::compute | ( | core::pose::Pose const & | pose) | const |
counts the number of residues contacting the ligand
Definition at line 255 of file EnzFilters.cc.
References core::pose::Pose::conformation(), core::kinematics::distance(), distance_threshold_, protocols::ligand_docking::LigandBaseProtocol::get_ligand_id(), lig_id_, core::conformation::Conformation::residue(), core::pose::Pose::residue(), core::pose::Pose::total_residue(), and protocols::enzdes::TR().
Referenced by apply(), report(), and report_sm().
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 90 of file EnzFilters.hh.
References LigBurialFilter().
|
virtual |
: this filter basically works exactly as ResidueBurialFilter, but with the advantage that it has the capability to
: figure out resid of the ligand
Reimplemented from protocols::filters::Filter.
Definition at line 276 of file EnzFilters.cc.
References distance_threshold_, lig_id_, neighbors_, and protocols::enzdes::TR().
|
virtual |
Reimplemented from protocols::filters::Filter.
Definition at line 240 of file EnzFilters.cc.
References compute().
|
virtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
Definition at line 247 of file EnzFilters.cc.
References compute().
|
private |
Definition at line 99 of file EnzFilters.hh.
Referenced by compute(), and parse_my_tag().
|
private |
Definition at line 97 of file EnzFilters.hh.
Referenced by compute(), and parse_my_tag().
|
private |
Definition at line 98 of file EnzFilters.hh.
Referenced by apply(), and parse_my_tag().
1.8.4