Rosetta
|
#include <PackerNeighborGraphFilter.hh>
Public Member Functions | |
PackerNeighborGraphFilter (core::pack::task::PackerTaskCOP task, core::scoring::ScoreFunctionCOP sfxn) | |
PackerNeighborGraphFilter () | |
~PackerNeighborGraphFilter () override | |
filters::FilterOP | clone () const override |
filters::FilterOP | fresh_instance () const override |
bool | apply (core::pose::Pose const &pose) const override |
Returns true if the given pose passes the filter, false otherwise. More... | |
std::string | name () const override |
void | set_task (core::pack::task::PackerTaskCOP task) |
void | set_required_connections_for_residue (core::Size residue, core::Size required_connections) |
note: will overwrite if information for this residue has already been entered More... | |
void | add_required_connection_for_residue (core::Size residue) |
note: will increase required connections for this residue by 1 More... | |
void | add_required_connections_between_regions (std::set< core::Size > const ®ion1, std::set< core::Size > const ®ion2, core::Size required_connections) |
![]() | |
Filter () | |
Filter (std::string const &) | |
~Filter () override | |
virtual void | report (std::ostream &, core::pose::Pose const &) const |
virtual core::Real | report_sm (core::pose::Pose const &) const |
used to report filter internals through a score or silent file More... | |
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 | parse_my_tag (utility::tag::TagCOP, basic::datacache::DataMap &) |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing. 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... | |
Private Attributes | |
core::pack::task::PackerTaskCOP | task_ |
core::scoring::ScoreFunctionCOP | sfxn_ |
std::map< core::Size, core::Size > | required_connections_per_res_ |
utility::vector1< RegionalConnections > | required_connections_between_regions_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
filter that creates a packer neighbor graph of the pose
in every apply function and returns true if this graph
satisfies a specified connectivity
|
inline |
protocols::simple_filters::PackerNeighborGraphFilter::PackerNeighborGraphFilter | ( | ) |
References required_connections_between_regions_, and required_connections_per_res_.
|
overridedefault |
void protocols::simple_filters::PackerNeighborGraphFilter::add_required_connection_for_residue | ( | core::Size | residue | ) |
note: will increase required connections for this residue by 1
References required_connections_per_res_.
void protocols::simple_filters::PackerNeighborGraphFilter::add_required_connections_between_regions | ( | std::set< core::Size > const & | region1, |
std::set< core::Size > const & | region2, | ||
core::Size | required_connections | ||
) |
References required_connections_between_regions_.
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References core::pack::create_packer_graph(), required_connections_between_regions_, required_connections_per_res_, sfxn_, and task_.
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
inlineoverridevirtual |
Reimplemented from protocols::filters::Filter.
void protocols::simple_filters::PackerNeighborGraphFilter::set_required_connections_for_residue | ( | core::Size | residue, |
core::Size | required_connections | ||
) |
note: will overwrite if information for this residue has already been entered
References required_connections_per_res_.
|
inline |
References task_.
|
private |
Referenced by add_required_connections_between_regions(), apply(), and PackerNeighborGraphFilter().
|
private |
|
private |
Referenced by apply().
|
private |
Referenced by apply(), and set_task().