The JumpDownstreamSelector returns a ResidueSubset, i.e. a utility::vector1< bool > containing 'true' for residue positions which lie downstream of a given jump in the FoldTree. The jump is specified by an integer index.
More...
#include <JumpDownstreamSelector.hh>
The JumpDownstreamSelector returns a ResidueSubset, i.e. a utility::vector1< bool > containing 'true' for residue positions which lie downstream of a given jump in the FoldTree. The jump is specified by an integer index.
| core::select::residue_selector::JumpDownstreamSelector::JumpDownstreamSelector |
( |
| ) |
|
| core::select::residue_selector::JumpDownstreamSelector::JumpDownstreamSelector |
( |
JumpDownstreamSelector const & |
src | ) |
|
| core::select::residue_selector::JumpDownstreamSelector::JumpDownstreamSelector |
( |
int |
jump | ) |
|
| core::select::residue_selector::JumpDownstreamSelector::~JumpDownstreamSelector |
( |
| ) |
|
|
overridedefault |
| std::string core::select::residue_selector::JumpDownstreamSelector::class_name |
( |
| ) |
|
|
static |
| ResidueSelectorOP core::select::residue_selector::JumpDownstreamSelector::clone |
( |
| ) |
const |
|
overridevirtual |
| std::string core::select::residue_selector::JumpDownstreamSelector::get_name |
( |
| ) |
const |
|
overridevirtual |
| void core::select::residue_selector::JumpDownstreamSelector::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().
| void core::select::residue_selector::JumpDownstreamSelector::provide_xml_schema |
( |
utility::tag::XMLSchemaDefinition & |
xsd | ) |
|
|
static |
| void core::select::residue_selector::JumpDownstreamSelector::set_jump |
( |
int |
jump | ) |
|
| int core::select::residue_selector::JumpDownstreamSelector::jump_ |
|
private |
The documentation for this class was generated from the following files: