The JumpUpstreamSelector returns a ResidueSubset, i.e. a utility::vector1< bool > containing 'true' for residue positions which lie upstream of a given jump in the FoldTree. The jump is specified by its integer index.
More...
#include <JumpUpstreamSelector.hh>
The JumpUpstreamSelector returns a ResidueSubset, i.e. a utility::vector1< bool > containing 'true' for residue positions which lie upstream of a given jump in the FoldTree. The jump is specified by its integer index.
◆ JumpUpstreamSelector() [1/3]
core::select::residue_selector::JumpUpstreamSelector::JumpUpstreamSelector |
( |
| ) |
|
◆ JumpUpstreamSelector() [2/3]
core::select::residue_selector::JumpUpstreamSelector::JumpUpstreamSelector |
( |
JumpUpstreamSelector const & |
src | ) |
|
◆ JumpUpstreamSelector() [3/3]
core::select::residue_selector::JumpUpstreamSelector::JumpUpstreamSelector |
( |
int |
jump | ) |
|
◆ ~JumpUpstreamSelector()
core::select::residue_selector::JumpUpstreamSelector::~JumpUpstreamSelector |
( |
| ) |
|
|
overridedefault |
◆ apply()
◆ class_name()
std::string core::select::residue_selector::JumpUpstreamSelector::class_name |
( |
| ) |
|
|
static |
◆ clone()
ResidueSelectorOP core::select::residue_selector::JumpUpstreamSelector::clone |
( |
| ) |
const |
|
overridevirtual |
◆ get_name()
std::string core::select::residue_selector::JumpUpstreamSelector::get_name |
( |
| ) |
const |
|
overridevirtual |
◆ parse_my_tag()
void core::select::residue_selector::JumpUpstreamSelector::parse_my_tag |
( |
utility::tag::TagCOP |
tag, |
|
|
basic::datacache::DataMap & |
datacache |
|
) |
| |
|
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.
References set_jump().
◆ provide_xml_schema()
void core::select::residue_selector::JumpUpstreamSelector::provide_xml_schema |
( |
utility::tag::XMLSchemaDefinition & |
xsd | ) |
|
|
static |
◆ set_jump()
void core::select::residue_selector::JumpUpstreamSelector::set_jump |
( |
int |
jump | ) |
|
◆ jump_
int core::select::residue_selector::JumpUpstreamSelector::jump_ |
|
private |
The documentation for this class was generated from the following files: