![]() |
Rosetta Protocols
2014.16.56682
|
#include <AveragePathLengthFilter.hh>
Private Attributes | |
| core::Real | path_tightness_ |
| core::Real | max_path_length_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
| protocols::simple_filters::AveragePathLengthFilter::AveragePathLengthFilter | ( | ) |
References filters.
Referenced by clone(), and fresh_instance().
| protocols::simple_filters::AveragePathLengthFilter::AveragePathLengthFilter | ( | core::Real | path_tightness, |
| core::Real | max_path_length | ||
| ) |
References filters.
| protocols::simple_filters::AveragePathLengthFilter::AveragePathLengthFilter | ( | AveragePathLengthFilter const & | src | ) |
References filters.
|
virtual |
|
virtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), core::conformation::Residue::is_bonded(), j, max_path_length_, path_tightness_, core::pose::Pose::residue(), core::pose::Pose::total_residue(), and protocols::simple_filters::TR.
|
virtual |
Implements protocols::filters::Filter.
References AveragePathLengthFilter().
| core::Real protocols::simple_filters::AveragePathLengthFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
References protocols::toolbox::ResidueNetwork::average_shortest_path_length(), and protocols::toolbox::ResidueNetwork::create_from_pose().
Referenced by apply(), report(), and report_sm().
|
virtual |
Implements protocols::filters::Filter.
References AveragePathLengthFilter().
| core::Real protocols::simple_filters::AveragePathLengthFilter::max_path_length | ( | ) | const |
References max_path_length_.
Referenced by parse_my_tag().
| void protocols::simple_filters::AveragePathLengthFilter::max_path_length | ( | core::Real | value | ) |
References max_path_length_.
|
virtual |
Reimplemented from protocols::filters::Filter.
References max_path_length(), path_tightness(), and protocols::simple_filters::TR.
| core::Real protocols::simple_filters::AveragePathLengthFilter::path_tightness | ( | ) | const |
References path_tightness_.
Referenced by parse_my_tag().
| void protocols::simple_filters::AveragePathLengthFilter::path_tightness | ( | core::Real | value | ) |
References path_tightness_.
|
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().
|
private |
Referenced by apply(), and max_path_length().
|
private |
Referenced by apply(), and path_tightness().
1.8.7