#include <EnzFilters.hh>
|
| | 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::TagCOP tag, basic::datacache::DataMap &, Filters_map const &, protocols::moves::Movers_map const &, core::pose::Pose const &) |
| |
| | 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 |
| |
| protocols::enzdes::LigBurialFilter::LigBurialFilter |
( |
| ) |
|
|
inline |
| protocols::enzdes::LigBurialFilter::~LigBurialFilter |
( |
| ) |
|
|
virtual |
| FilterOP protocols::enzdes::LigBurialFilter::clone |
( |
| ) |
const |
|
inlinevirtual |
counts the number of residues contacting the ligand
References core::pose::Pose::conformation(), distance(), distance_threshold_, protocols::ligand_docking::LigandBaseProtocol::get_ligand_id(), lig_id_, resi, core::conformation::Conformation::residue(), core::pose::Pose::residue(), core::pose::Pose::total_residue(), and protocols::enzdes::TR.
Referenced by apply(), report(), and report_sm().
| FilterOP protocols::enzdes::LigBurialFilter::fresh_instance |
( |
| ) |
const |
|
inlinevirtual |
| void protocols::enzdes::LigBurialFilter::report |
( |
std::ostream & |
out, |
|
|
core::pose::Pose const & |
pose |
|
) |
| const |
|
virtual |
| core::Real protocols::enzdes::LigBurialFilter::distance_threshold_ |
|
private |
| core::Size protocols::enzdes::LigBurialFilter::lig_id_ |
|
private |
| core::Size protocols::enzdes::LigBurialFilter::neighbors_ |
|
private |
The documentation for this class was generated from the following files: