|
Rosetta
|
#include <NChiFilter.hh>

Public Member Functions | |
| NChiFilter () | |
| NChiFilter (std::string const &residue, core::Size threshold, bool exclude_proton=true) | |
| void | residue (std::string const &residue) |
| std::string const & | residue () const |
| void | threshold (core::Size setting) |
| core::Size | threshold () const |
| void | exclude_proton (bool setting) |
| bool | exclude_proton () const |
| bool | apply (core::pose::Pose const &pose) const override |
| Returns true if the given pose passes the filter, false otherwise. More... | |
| filters::FilterOP | clone () const override |
| filters::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... | |
| core::Size | compute (core::pose::Pose const &pose) const |
| 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... | |
Public Member Functions inherited from protocols::filters::Filter | |
| 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 std::string | name () const |
| 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 | residue_ |
| core::Size | threshold_ |
| bool | exclude_proton_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
|
inline |
Referenced by clone(), and fresh_instance().
|
inline |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), residue_, threshold_, and protocols::drug_design::TR().
|
static |
Referenced by protocols::drug_design::NChiFilterCreator::keyname(), and provide_xml_schema().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
References NChiFilter().
| core::Size protocols::drug_design::NChiFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
References exclude_proton_, core::chemical::ResidueType::n_proton_chi(), core::chemical::ResidueTypeBase::name(), core::chemical::ResidueType::nchi(), core::pose::parse_resnum(), core::pose::Pose::residue(), residue_, core::pose::Pose::total_residue(), protocols::drug_design::TR(), and core::conformation::Residue::type().
Referenced by apply(), report(), and report_sm().
|
inline |
References exclude_proton_.
|
inline |
References exclude_proton_.
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
References NChiFilter().
|
overridevirtual |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing.
Reimplemented from protocols::filters::Filter.
References exclude_proton_, residue_, threshold_, and protocols::drug_design::TR().
|
static |
References class_name(), and protocols::filters::xsd_type_definition_w_attributes().
Referenced by protocols::drug_design::NChiFilterCreator::provide_xml_schema().
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References compute(), core::conformation::membrane::out, and residue_.
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
|
inline |
References residue_.
|
inline |
|
inline |
References threshold_.
|
inline |
References threshold_.
|
private |
Referenced by compute(), exclude_proton(), and parse_my_tag().
|
private |
Referenced by apply(), compute(), parse_my_tag(), report(), and residue().
|
private |
Referenced by apply(), parse_my_tag(), and threshold().