![]() |
Rosetta Core
2014.35
|
#include <NumNeighborsSelector.hh>
Public Member Functions | |
NumNeighborsSelector () | |
NumNeighborsSelector (Size threshold, core::Real distance_cutoff) | |
virtual | ~NumNeighborsSelector () |
virtual void | apply (core::pose::Pose const &pose, ResidueSubset &subset) const |
Make modifications to the subset vector given an input pose. The input ResidueSubset should already be of size pose.total_residue() More... | |
virtual void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &datamap) |
Initialize any data members of this instance from an input tag and a DataMap object. More... | |
virtual std::string | get_name () const |
bool | count_water () const |
Size | threshold () const |
Real | distance_cutoff () const |
void | count_water (bool setting) |
void | threshold (Size setting) |
void | distance_cutoff (Size setting) |
![]() | |
ResidueSelector () | |
virtual | ~ResidueSelector () |
Static Public Member Functions | |
static std::string | class_name () |
Private Attributes | |
bool | count_water_ |
Size | threshold_ |
Real | distance_cutoff_ |
core::pack::task::residue_selector::NumNeighborsSelector::NumNeighborsSelector | ( | ) |
core::pack::task::residue_selector::NumNeighborsSelector::NumNeighborsSelector | ( | Size | threshold, |
core::Real | distance_cutoff | ||
) |
|
virtual |
|
virtual |
Make modifications to the subset vector given an input pose. The input ResidueSubset should already be of size pose.total_residue()
Implements core::pack::task::residue_selector::ResidueSelector.
References core::conformation::Residue::aa(), core::chemical::aa_h2o, core::pose::Pose::conformation(), count_water_, distance_cutoff_, core::conformation::find_neighbors(), core::pose::Pose::residue(), core::conformation::residue_point_graph_from_conformation(), threshold_, and core::pose::Pose::total_residue().
|
static |
Referenced by get_name(), and core::pack::task::residue_selector::NumNeighborsSelectorCreator::keyname().
bool core::pack::task::residue_selector::NumNeighborsSelector::count_water | ( | ) | const |
References count_water_.
Referenced by parse_my_tag().
void core::pack::task::residue_selector::NumNeighborsSelector::count_water | ( | bool | setting | ) |
References count_water_.
Real core::pack::task::residue_selector::NumNeighborsSelector::distance_cutoff | ( | ) | const |
References distance_cutoff_.
void core::pack::task::residue_selector::NumNeighborsSelector::distance_cutoff | ( | Size | setting | ) |
References distance_cutoff_.
|
virtual |
Implements core::pack::task::residue_selector::ResidueSelector.
References class_name().
|
virtual |
Initialize any data members of this instance from an input tag and a DataMap object.
Noop implementation in the base class in the case that a derived class has no need to read data from an input tag
Reimplemented from core::pack::task::residue_selector::ResidueSelector.
References count_water(), distance_cutoff_, and threshold().
Size core::pack::task::residue_selector::NumNeighborsSelector::threshold | ( | ) | const |
References threshold_.
Referenced by parse_my_tag().
void core::pack::task::residue_selector::NumNeighborsSelector::threshold | ( | Size | setting | ) |
References threshold_.
|
private |
Referenced by apply(), and count_water().
|
private |
Referenced by apply(), distance_cutoff(), and parse_my_tag().
|
private |
Referenced by apply(), and threshold().