Rosetta
|
#include <EnzFilters.hh>
Public Types | |
typedef protocols::filters::Filter | Filter |
typedef protocols::filters::FilterOP | FilterOP |
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 override |
Returns true if the given pose passes the filter, false otherwise. More... | |
void | report (std::ostream &out, core::pose::Pose const &pose) const override |
core::Real | report_sm (core::pose::Pose const &pose) const override |
used to report filter internals through a score or silent file More... | |
core::Size | compute (core::pose::Pose const &pose) const |
FilterOP | clone () const override |
FilterOP | fresh_instance () const override |
~LigBurialFilter () override | |
void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &) override |
std::string | name () const override |
![]() | |
Filter () | |
Filter (std::string const &) | |
~Filter () override | |
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 core::Real | score (core::pose::Pose &pose) |
virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
static std::string | class_name () |
static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Attributes | |
core::Size | lig_id_ |
core::Size | neighbors_ |
core::Real | distance_threshold_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
|
inline |
|
inline |
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), protocols::ligand_docking::ga_ligand_dock::count_neighbors(), neighbors_, and protocols::enzdes::TR().
|
static |
Referenced by protocols::enzdes::LigBurialFilterCreator::keyname().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
core::Size protocols::enzdes::LigBurialFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
counts the number of residues contacting the ligand
References core::pose::Pose::conformation(), protocols::ligand_docking::ga_ligand_dock::count_neighbors(), core::kinematics::distance(), distance_threshold_, protocols::ligand_docking::LigandBaseProtocol::get_ligand_id(), lig_id_, core::conformation::Residue::nbr_atom(), core::pose::Pose::residue(), core::conformation::Conformation::residue(), core::pose::Pose::size(), protocols::enzdes::TR(), and core::conformation::Residue::xyz().
Referenced by apply(), report(), and report_sm().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References protocols::enzdes::DiffAtomSasaFilter::class_name().
|
overridevirtual |
: 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.
References distance_threshold_, lig_id_, neighbors_, and protocols::enzdes::TR().
|
static |
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References compute(), protocols::ligand_docking::ga_ligand_dock::count_neighbors(), and core::conformation::membrane::out.
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute(), and protocols::ligand_docking::ga_ligand_dock::count_neighbors().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by apply(), and parse_my_tag().