![]() |
Rosetta Protocols
2014.35
|
simply takes a list of pdbs and creates relative pose then extract sigmoids and call operator (product) More...
#include <MultipleSigmoidsFilter.hh>
Private Attributes | |
std::string | file_names_ |
allows within-trajectory resetting of the baseline. Notice this is nonconst, so can't be called from apply. attempt_read_from_checkpoint should be true for MC trials > 1, but false otherwise More... | |
core::Real | threshold_ |
RelativePoseFilterOP | r_pose_ |
SigmoidOP | sig_ |
OperatorOP | operatorF_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
simply takes a list of pdbs and creates relative pose then extract sigmoids and call operator (product)
protocols::simple_filters::MultipleSigmoids::MultipleSigmoids | ( | ) |
References filters.
Referenced by clone(), and fresh_instance().
|
virtual |
|
virtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), and threshold().
|
virtual |
Implements protocols::filters::Filter.
References MultipleSigmoids().
core::Real protocols::simple_filters::MultipleSigmoids::compute | ( | core::pose::Pose const & | pose | ) | const |
References operatorF_, and protocols::simple_filters::TR.
Referenced by apply(), report(), and report_sm().
|
virtual |
Implements protocols::filters::Filter.
References MultipleSigmoids().
OperatorOP protocols::simple_filters::MultipleSigmoids::operator_filter | ( | ) | const |
References operatorF_.
void protocols::simple_filters::MultipleSigmoids::operator_filter | ( | OperatorOP | opt | ) |
References operatorF_.
|
virtual |
Reimplemented from protocols::filters::Filter.
References operatorF_, r_pose_, sig_, utility::string_split(), threshold(), protocols::simple_filters::TR, and utility_exit_with_message.
RelativePoseFilterOP protocols::simple_filters::MultipleSigmoids::relative_pose_filter | ( | ) | const |
References r_pose_.
void protocols::simple_filters::MultipleSigmoids::relative_pose_filter | ( | RelativePoseFilterOP | rpose | ) |
References r_pose_.
|
virtual |
Reimplemented from protocols::filters::Filter.
References compute().
|
virtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute(), and operatorF_.
void protocols::simple_filters::MultipleSigmoids::reset_baseline | ( | core::pose::Pose const & | pose, |
bool const | attempt_read_from_checkpoint | ||
) |
References operatorF_, and protocols::simple_filters::TR.
|
inline |
References threshold_.
Referenced by apply(), and parse_my_tag().
|
inline |
References threshold_.
|
private |
allows within-trajectory resetting of the baseline. Notice this is nonconst, so can't be called from apply. attempt_read_from_checkpoint should be true for MC trials > 1, but false otherwise
|
private |
Referenced by compute(), operator_filter(), parse_my_tag(), report_sm(), and reset_baseline().
|
private |
Referenced by parse_my_tag(), and relative_pose_filter().
|
private |
Referenced by parse_my_tag(), and sigmoid_filter().
|
private |
Referenced by threshold().