Rosetta
|
#include <EnzFilters.hh>
Public Types | |
typedef protocols::filters::Filter | Filter |
typedef protocols::filters::FilterOP | FilterOP |
Public Member Functions | |
DiffAtomSasaFilter () | |
DiffAtomSasaFilter (std::string const &resid1, std::string const &resid2, std::string const &atomname1, std::string const &atomane2, std::string const &sample_type) | |
bool | apply (core::pose::Pose const &pose) const override |
Returns true if the given pose passes the filter, false otherwise. More... | |
FilterOP | clone () const override |
FilterOP | fresh_instance () const override |
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... | |
bool | compute (core::pose::Pose const &pose) const |
~DiffAtomSasaFilter () override | |
void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &) override |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing. More... | |
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 | |
std::string | resid1_ |
std::string | resid2_ |
std::string | aname1_ |
std::string | aname2_ |
std::string | sample_type_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
|
inline |
protocols::enzdes::DiffAtomSasaFilter::DiffAtomSasaFilter | ( | std::string const & | resid1, |
std::string const & | resid2, | ||
std::string const & | atomname1, | ||
std::string const & | atomane2, | ||
std::string const & | sample_type | ||
) |
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), and protocols::enzdes::TR().
|
static |
Referenced by protocols::enzdes::DiffAtomSasaFilterCreator::keyname(), protocols::enzdes::LigDSasaFilter::name(), protocols::enzdes::LigBurialFilter::name(), protocols::enzdes::LigInterfaceEnergyFilter::name(), protocols::enzdes::EnzScoreFilter::name(), name(), protocols::enzdes::RepackWithoutLigandFilter::name(), protocols::enzdes::EnzdesScorefileFilter::name(), protocols::enzdes::ResidueConformerFilter::name(), protocols::enzdes::LigDSasaFilter::provide_xml_schema(), protocols::enzdes::LigBurialFilter::provide_xml_schema(), protocols::enzdes::LigInterfaceEnergyFilter::provide_xml_schema(), protocols::enzdes::EnzScoreFilter::provide_xml_schema(), provide_xml_schema(), protocols::enzdes::RepackWithoutLigandFilter::provide_xml_schema(), protocols::enzdes::EnzdesScorefileFilter::provide_xml_schema(), and protocols::enzdes::ResidueConformerFilter::provide_xml_schema().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
bool protocols::enzdes::DiffAtomSasaFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
References aname1_, aname2_, core::conformation::Residue::atom_index(), protocols::ligand_docking::LigandBaseProtocol::get_ligand_id(), core::conformation::Residue::has(), core::pose::Pose::metric(), core::pose::parse_resnum(), resid1_, resid2_, core::pose::Pose::residue(), sample_type_, core::pose::Pose::size(), and protocols::enzdes::TR().
Referenced by apply(), report(), and report_sm().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References class_name().
|
overridevirtual |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing.
Reimplemented from protocols::filters::Filter.
References aname1_, aname2_, core::pose::get_resnum_string(), resid1_, resid2_, sample_type_, and protocols::enzdes::TR().
|
static |
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References compute(), and core::conformation::membrane::out.
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().