#include <SecondaryStructureCountFilter.hh>
protocols::fldsgn::filters::SecondaryStructureCountFilter::SecondaryStructureCountFilter |
( |
| ) |
|
virtual protocols::fldsgn::filters::SecondaryStructureCountFilter::~SecondaryStructureCountFilter |
( |
| ) |
|
|
inlinevirtual |
bool protocols::fldsgn::filters::SecondaryStructureCountFilter::apply |
( |
Pose const & |
pose | ) |
const |
|
virtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), filter_helix_, filter_helix_sheet_, filter_loop_, filter_sheet_, num_helix_, num_helix_pose_, num_helix_sheet_, num_loop_, num_loop_pose_, num_sheet_, and num_sheet_pose_.
virtual FilterOP protocols::fldsgn::filters::SecondaryStructureCountFilter::clone |
( |
| ) |
const |
|
inlinevirtual |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::compute |
( |
Pose const & |
pose | ) |
const |
References protocols::simple_filters::dssp(), core::scoring::dssp::Dssp::get_dssp_secstruct(), max_helix_length_, max_loop_length_, max_sheet_length_, min_helix_length_, min_loop_length_, min_sheet_length_, num_helix_pose_, num_loop_pose_, num_sheet_pose_, and tr.
Referenced by apply(), report(), and report_sm().
virtual FilterOP protocols::fldsgn::filters::SecondaryStructureCountFilter::fresh_instance |
( |
| ) |
const |
|
inlinevirtual |
virtual std::string protocols::fldsgn::filters::SecondaryStructureCountFilter::name |
( |
| ) |
const |
|
inlinevirtual |
parse xml
Reimplemented from protocols::filters::Filter.
References filter_helix_, filter_helix_sheet_, filter_loop_, filter_sheet_, max_helix_length_, max_loop_length_, max_sheet_length_, min_helix_length_, min_loop_length_, min_sheet_length_, num_helix_, num_helix_sheet_, num_loop_, num_sheet_, runtime_assert, and tr.
void protocols::fldsgn::filters::SecondaryStructureCountFilter::report |
( |
std::ostream & |
out, |
|
|
Pose const & |
pose |
|
) |
| const |
|
virtual |
core::Real protocols::fldsgn::filters::SecondaryStructureCountFilter::report_sm |
( |
Pose const & |
| ) |
const |
|
virtual |
bool protocols::fldsgn::filters::SecondaryStructureCountFilter::filter_helix_ |
|
private |
bool protocols::fldsgn::filters::SecondaryStructureCountFilter::filter_helix_sheet_ |
|
private |
bool protocols::fldsgn::filters::SecondaryStructureCountFilter::filter_loop_ |
|
private |
bool protocols::fldsgn::filters::SecondaryStructureCountFilter::filter_sheet_ |
|
private |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::max_helix_length_ |
|
private |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::max_loop_length_ |
|
private |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::max_sheet_length_ |
|
private |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::min_helix_length_ |
|
private |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::min_loop_length_ |
|
private |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::min_sheet_length_ |
|
private |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::num_helix_ |
|
private |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::num_helix_pose_ |
|
mutableprivate |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::num_helix_sheet_ |
|
private |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::num_loop_ |
|
private |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::num_loop_pose_ |
|
mutableprivate |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::num_sheet_ |
|
private |
core::Size protocols::fldsgn::filters::SecondaryStructureCountFilter::num_sheet_pose_ |
|
mutableprivate |
The documentation for this class was generated from the following files: