Rosetta
|
#include <EnvLabelSelector.hh>
Public Member Functions | |
EnvLabelSelector () | |
EnvLabelSelector (EnvLabelSelector const &src) | |
Copy constructor. More... | |
core::select::residue_selector::ResidueSelectorOP | clone () const override |
Clone operator. More... | |
EnvLabelSelector (LocalPositions const &) | |
EnvLabelSelector (LocalPosition const &) | |
EnvLabelSelector (std::string const &label, std::pair< core::Size, core::Size > const &range) | |
~EnvLabelSelector () override | |
core::select::residue_selector::ResidueSubset | apply (core::pose::Pose const &pose) const override |
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. More... | |
void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &datamap) override |
Initialize any data members of this instance from an input tag and a DataMap object. More... | |
void | set_local_positions (LocalPositions const &) |
LocalPositions const & | local_positions () const |
void | add_position (LocalPosition const &p) |
std::string | get_name () const override |
![]() | |
ResidueSelector () | |
Constructor. More... | |
~ResidueSelector () override | |
Destructor. More... | |
utility::vector1< core::Size > | selection_positions (core::pose::Pose const &pose) const |
Calls apply and returns the Rosetta numbering corresponding to the selected residues. More... | |
virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
static std::string | class_name () |
Private Types | |
typedef core::select::residue_selector::ResidueSubset | ResidueSubset |
typedef core::environment::LocalPositions | LocalPositions |
typedef core::environment::LocalPosition | LocalPosition |
Private Attributes | |
LocalPositions | positions_ |
|
private |
|
private |
|
private |
protocols::environment::claims::EnvLabelSelector::EnvLabelSelector | ( | ) |
protocols::environment::claims::EnvLabelSelector::EnvLabelSelector | ( | EnvLabelSelector const & | src | ) |
Copy constructor.
protocols::environment::claims::EnvLabelSelector::EnvLabelSelector | ( | LocalPositions const & | positions_in | ) |
References set_local_positions().
protocols::environment::claims::EnvLabelSelector::EnvLabelSelector | ( | LocalPosition const & | local_pos | ) |
References local_positions(), and set_local_positions().
protocols::environment::claims::EnvLabelSelector::EnvLabelSelector | ( | std::string const & | label, |
std::pair< core::Size, core::Size > const & | range | ||
) |
References local_positions(), protocols::sic_dock::range(), and set_local_positions().
|
overridedefault |
|
inline |
References positions_.
|
overridevirtual |
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 core::pose::Pose::conformation_ptr(), positions_, and core::pose::Pose::size().
|
static |
Referenced by get_name().
|
overridevirtual |
Clone operator.
Copy this object and return an owning pointer to the new object.
Implements core::select::residue_selector::ResidueSelector.
|
overridevirtual |
Implements core::select::residue_selector::ResidueSelector.
References class_name().
|
inline |
References positions_.
Referenced by EnvLabelSelector().
|
overridevirtual |
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::select::residue_selector::ResidueSelector.
void protocols::environment::claims::EnvLabelSelector::set_local_positions | ( | LocalPositions const & | positions_in | ) |
References positions_.
Referenced by EnvLabelSelector().
|
private |
Referenced by add_position(), apply(), local_positions(), and set_local_positions().