![]() |
Rosetta Protocols
2014.16.56682
|
#include <LimitHitsPerRotamerFilter.hh>
Public Types | |
| typedef core::Size | Size |
| typedef std::map < utility::OrderedTuple < utility::vector1< Size > >, Size > | RotamerComboCountMap |
Public Member Functions | |
| LimitHitsPerRotamerFilter () | |
| LimitHitsPerRotamerFilter (Size n_geometric_constraints) | |
| void | set_n_geometric_constraints (Size n_csts) |
| void | set_limit_for_rotamer_combo (Size limit) |
| virtual | ~LimitHitsPerRotamerFilter () |
| virtual bool | passes_filter (match const &m) const |
| Returns true if the given match passes this filter. More... | |
| virtual void | note_match_accepted (match const &m) |
| Note that a particular match has passed all the filters and will be output. More... | |
| virtual void | reset () |
| 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) | |
| virtual | ~StateAccumulatingMatchFilter () |
| virtual bool | passes_filter (match_dspos1 const &m) const =0 |
| virtual bool | note_match_accepted (match_dspos1 const &m) const =0 |
Public Member Functions inherited from protocols::match::output::MatchFilter | |
| MatchFilter (std::string filter_name) | |
| virtual | ~MatchFilter () |
| std::string | filter_name () const |
Private Attributes | |
| Size | n_geometric_constraints_ |
| Size | limit_per_rotamer_combo_ |
| RotamerComboCountMap | count_per_rotamer_combo_ |
| typedef std::map< utility::OrderedTuple< utility::vector1< Size > >, Size > protocols::match::output::LimitHitsPerRotamerFilter::RotamerComboCountMap |
| protocols::match::output::LimitHitsPerRotamerFilter::LimitHitsPerRotamerFilter | ( | ) |
| protocols::match::output::LimitHitsPerRotamerFilter::LimitHitsPerRotamerFilter | ( | Size | n_geometric_constraints | ) |
|
virtual |
|
virtual |
Note that a particular match has passed all the filters and will be output.
Implements protocols::match::output::StateAccumulatingMatchFilter.
References count_per_rotamer_combo_, n_geometric_constraints_, and runtime_assert.
|
virtual |
Returns true if the given match passes this filter.
Implements protocols::match::output::StateAccumulatingMatchFilter.
References count_per_rotamer_combo_, limit_per_rotamer_combo_, n_geometric_constraints_, and runtime_assert.
|
virtual |
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 | ( | Size | limit | ) |
References limit_per_rotamer_combo_.
| void protocols::match::output::LimitHitsPerRotamerFilter::set_n_geometric_constraints | ( | 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