|
Rosetta
|
#include <ExclusivelySharedJumpSelector.hh>

Public Member Functions | |
| ExclusivelySharedJumpSelector ()=default | |
| ~ExclusivelySharedJumpSelector () override=default | |
| ExclusivelySharedJumpSelector (ExclusivelySharedJumpSelector const &)=default | |
| ExclusivelySharedJumpSelector & | operator= (ExclusivelySharedJumpSelector const &)=default |
| ExclusivelySharedJumpSelector (ExclusivelySharedJumpSelector &&)=default | |
| ExclusivelySharedJumpSelector & | operator= (ExclusivelySharedJumpSelector &&)=default |
| ExclusivelySharedJumpSelector (residue_selector::ResidueSelectorCOP selector) | |
| helpful ctor More... | |
| JumpSelectorOP | clone () const override |
| Clone operator. More... | |
| JumpSubset | apply (core::pose::Pose const &pose) const override |
| Return a JumpSubset indicating a selection of Jumps from the input Pose; the JumpSubset is an array of booleans of length pose.num_jump() where a value of "true" for position i indicates that jump 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 &) override |
| Initialize any data members of this instance from an input tag and a DataMap object. More... | |
| std::string | get_name () const override |
| void | set_residue_selector (residue_selector::ResidueSelectorCOP selector) |
| We will select the jumps that build the residues selected by this residue selector. More... | |
Public Member Functions inherited from core::select::jump_selector::JumpSelector | |
| JumpSelector () | |
| Constructor. More... | |
| ~JumpSelector () override | |
| Destructor. More... | |
| utility::vector1< core::Size > | selection_jumps (core::pose::Pose const &pose) const |
| Calls apply and returns a vector of the selected jump ids. More... | |
Static Public Member Functions | |
| static std::string | class_name () |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Attributes | |
| residue_selector::ResidueSelectorCOP | selector_ = nullptr |
|
default |
|
overridedefault |
|
default |
|
default |
| core::select::jump_selector::ExclusivelySharedJumpSelector::ExclusivelySharedJumpSelector | ( | residue_selector::ResidueSelectorCOP | selector | ) |
helpful ctor
|
overridevirtual |
Return a JumpSubset indicating a selection of Jumps from the input Pose; the JumpSubset is an array of booleans of length pose.num_jump() where a value of "true" for position i indicates that jump i is a part of the selected subset – and a value of "false" would indicate that it is not.
Implements core::select::jump_selector::JumpSelector.
References core::select::residue_selector::JumpDownstreamSelector::apply(), core::pose::Pose::num_jump(), and selector_.
|
static |
|
overridevirtual |
Clone operator.
Copy this object and return an owning pointer to the new object.
Implements core::select::jump_selector::JumpSelector.
|
overridevirtual |
Implements core::select::jump_selector::JumpSelector.
References class_name().
|
default |
|
default |
|
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::jump_selector::JumpSelector.
References core::select::residue_selector::get_residue_selector(), and selector_.
|
static |
|
inline |
We will select the jumps that build the residues selected by this residue selector.
References selector_.
|
private |
Referenced by apply(), parse_my_tag(), and set_residue_selector().