![]() |
Rosetta
2021.16
|
#include <CavityVolumeFilter.hh>

Public Member Functions | |
| CavityVolumeFilter () | |
| Initialize CavityVolumeFilter. More... | |
| ~CavityVolumeFilter () override | |
| virtual constructor to allow derivation More... | |
| void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data) override |
| Parses the CavityVolumeFilter tags. More... | |
| virtual std::string | get_name () const |
| Return the name of this mover. More... | |
| protocols::filters::FilterOP | clone () const override |
| return a fresh instance of this class in an owning pointer More... | |
| protocols::filters::FilterOP | fresh_instance () const override |
| Apply the CavityVolumeFilter. Overloaded apply function from filter base class. 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... | |
| bool | apply (core::pose::Pose const &pose) const override |
| Does the CavityVolume Filtering. More... | |
| core::Real | compute (core::pose::Pose const &pose) const |
| std::string | name () const override |
| void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const override |
| Provide the citation. More... | |
Public Member Functions inherited from protocols::filters::Filter | |
| Filter () | |
| Filter (std::string const &) | |
| Filter (Filter 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) |
Static Public Member Functions | |
| static std::string | class_name () |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Attributes | |
| core::select::residue_selector::ResidueSelectorCOP | selector_ |
| residue selector to choose residues near which to scan More... | |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
| protocols::denovo_design::filters::CavityVolumeFilter::CavityVolumeFilter | ( | ) |
|
overridedefault |
virtual constructor to allow derivation
destructor - this class has no dynamic allocation, so / nothing needs to be cleaned. C++ will take care of that for us.
|
overridevirtual |
|
static |
|
overridevirtual |
return a fresh instance of this class in an owning pointer
Return a copy of ourselves.
Implements protocols::filters::Filter.
| core::Real protocols::denovo_design::filters::CavityVolumeFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
References core::conformation::membrane::center, protocols::denovo_design::calculators::CavityCalculator::clone(), core::sequence::end, core::pose::metrics::CalculatorFactory::Instance(), core::pose::Pose::metric(), core::conformation::Residue::nbr_atom_xyz(), core::pose::metrics::CalculatorFactory::register_calculator(), core::pose::Pose::residue(), selector_, and protocols::TR().
Referenced by report(), and report_sm().
|
overridevirtual |
Apply the CavityVolumeFilter. Overloaded apply function from filter base class.
Implements protocols::filters::Filter.
|
virtual |
Return the name of this mover.
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References class_name().
|
overridevirtual |
Parses the CavityVolumeFilter tags.
Reimplemented from protocols::filters::Filter.
References core::select::residue_selector::get_residue_selector(), and selector_.
|
overridevirtual |
|
static |
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References compute().
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
Referenced by apply().
|
private |
residue selector to choose residues near which to scan
Referenced by compute(), and parse_my_tag().
1.8.7