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

Public Types | |
| typedef core::Size | Size |
| typedef std::map < utility::OrderedTuple < utility::vector1< core::Size > >, core::Size > | RotamerComboCountMap |
Public Member Functions | |
| LimitHitsPerRotamerFilter () | |
| LimitHitsPerRotamerFilter (core::Size n_geometric_constraints) | |
| void | set_n_geometric_constraints (core::Size n_csts) |
| void | set_limit_for_rotamer_combo (core::Size limit) |
| ~LimitHitsPerRotamerFilter () override | |
| bool | passes_filter (match const &m) const override |
| Returns true if the given match passes this filter. More... | |
| void | note_match_accepted (match const &m) override |
| Note that a particular match has passed all the filters and will be output. More... | |
| void | reset () override |
| Erase all tracking data on which matches have already been output. More... | |
Public Member Functions inherited from protocols::match::output::StateAccumulatingMatchFilter | |
| StateAccumulatingMatchFilter (std::string filter_name) | |
| ~StateAccumulatingMatchFilter () override | |
| bool | passes_filter (match_dspos1 const &m) const override=0 |
| virtual bool | note_match_accepted (match_dspos1 const &m) const =0 |
Public Member Functions inherited from protocols::match::output::MatchFilter | |
| MatchFilter (std::string const &filter_name) | |
| ~MatchFilter () override | |
| std::string | filter_name () const |
Private Attributes | |
| core::Size | n_geometric_constraints_ |
| core::Size | limit_per_rotamer_combo_ |
| RotamerComboCountMap | count_per_rotamer_combo_ |
| typedef std::map< utility::OrderedTuple< utility::vector1< core::Size > >, core::Size > protocols::match::output::LimitHitsPerRotamerFilter::RotamerComboCountMap |
| protocols::match::output::LimitHitsPerRotamerFilter::LimitHitsPerRotamerFilter | ( | ) |
| protocols::match::output::LimitHitsPerRotamerFilter::LimitHitsPerRotamerFilter | ( | core::Size | n_geometric_constraints | ) |
|
overridedefault |
|
overridevirtual |
Note that a particular match has passed all the filters and will be output.
Implements protocols::match::output::StateAccumulatingMatchFilter.
References count_per_rotamer_combo_, and n_geometric_constraints_.
|
overridevirtual |
Returns true if the given match passes this filter.
Implements protocols::match::output::StateAccumulatingMatchFilter.
References count_per_rotamer_combo_, limit_per_rotamer_combo_, and n_geometric_constraints_.
|
overridevirtual |
Erase all tracking data on which matches have already been output.
Implements protocols::match::output::StateAccumulatingMatchFilter.
References count_per_rotamer_combo_.
| void protocols::match::output::LimitHitsPerRotamerFilter::set_limit_for_rotamer_combo | ( | core::Size | limit | ) |
References limit_per_rotamer_combo_.
| void protocols::match::output::LimitHitsPerRotamerFilter::set_n_geometric_constraints | ( | core::Size | n_csts | ) |
References n_geometric_constraints_.
|
private |
Referenced by note_match_accepted(), passes_filter(), and reset().
|
private |
Referenced by passes_filter(), and set_limit_for_rotamer_combo().
|
private |
Referenced by note_match_accepted(), passes_filter(), and set_n_geometric_constraints().
1.8.7