![]() |
Rosetta
2021.16
|
tiny helper struct for EnzdesScoreFileFilter More...
#include <EnzFilters.hh>
Public Types | |
| enum | CompareMode { SMALLER = 0, LARGER, EQUALS } |
Public Member Functions | |
| ValueEvaluator (CompareMode const mode, core::Real const cutoff) | |
| ~ValueEvaluator () | |
| bool | value_passes (core::Real const value) const |
Public Attributes | |
| CompareMode | mode_ |
| core::Real | cutoff_ |
tiny helper struct for EnzdesScoreFileFilter
| protocols::enzdes::ValueEvaluator::ValueEvaluator | ( | CompareMode const | mode, |
| core::Real const | cutoff | ||
| ) |
|
default |
| bool protocols::enzdes::ValueEvaluator::value_passes | ( | core::Real const | value | ) | const |
| core::Real protocols::enzdes::ValueEvaluator::cutoff_ |
Referenced by value_passes().
| CompareMode protocols::enzdes::ValueEvaluator::mode_ |
Referenced by value_passes().
1.8.7