#include <NumNeighborsSelector.hh>
| core::select::residue_selector::NumNeighborsSelector::NumNeighborsSelector |
( |
| ) |
|
| core::select::residue_selector::NumNeighborsSelector::NumNeighborsSelector |
( |
NumNeighborsSelector const & |
src | ) |
|
| core::select::residue_selector::NumNeighborsSelector::NumNeighborsSelector |
( |
Size |
threshold, |
|
|
core::Real |
distance_cutoff |
|
) |
| |
| core::select::residue_selector::NumNeighborsSelector::~NumNeighborsSelector |
( |
| ) |
|
|
overridedefault |
Return a ResidueSubset indicating a selection of Residues from the input Pose; the ResidueSubset is an array of booleans where a value of "true" for position i indicates that residue i is a part of the selected subset – and a value of "false" would indicate that it is not.
Implements core::select::residue_selector::ResidueSelector.
References protocols::cluster::calibur::aa, core::chemical::ResidueTypeBase::aa(), core::chemical::aa_h2o, core::pose::Pose::conformation(), count_water_, distance_cutoff_, core::conformation::find_neighbors(), core::conformation::residue_point_graph_from_conformation(), core::pose::Pose::residue_type(), core::pose::Pose::size(), and threshold_.
| std::string core::select::residue_selector::NumNeighborsSelector::class_name |
( |
| ) |
|
|
static |
| ResidueSelectorOP core::select::residue_selector::NumNeighborsSelector::clone |
( |
| ) |
const |
|
overridevirtual |
| bool core::select::residue_selector::NumNeighborsSelector::count_water |
( |
| ) |
const |
| void core::select::residue_selector::NumNeighborsSelector::count_water |
( |
bool |
setting | ) |
|
| Real core::select::residue_selector::NumNeighborsSelector::distance_cutoff |
( |
| ) |
const |
| void core::select::residue_selector::NumNeighborsSelector::distance_cutoff |
( |
Size |
setting | ) |
|
| std::string core::select::residue_selector::NumNeighborsSelector::get_name |
( |
| ) |
const |
|
overridevirtual |
| void core::select::residue_selector::NumNeighborsSelector::parse_my_tag |
( |
utility::tag::TagCOP |
tag, |
|
|
basic::datacache::DataMap & |
datacache |
|
) |
| |
|
overridevirtual |
| void core::select::residue_selector::NumNeighborsSelector::provide_xml_schema |
( |
utility::tag::XMLSchemaDefinition & |
xsd | ) |
|
|
static |
| Size core::select::residue_selector::NumNeighborsSelector::threshold |
( |
| ) |
const |
| void core::select::residue_selector::NumNeighborsSelector::threshold |
( |
Size |
setting | ) |
|
| bool core::select::residue_selector::NumNeighborsSelector::count_water_ |
|
private |
| Real core::select::residue_selector::NumNeighborsSelector::distance_cutoff_ |
|
private |
| Size core::select::residue_selector::NumNeighborsSelector::threshold_ |
|
private |
The documentation for this class was generated from the following files: