The JumpIndexSelector returns a JumpSubset, i.e. a utility::vector1< bool > containing 'true' for jump positions which lie upstream of a given jump in the FoldTree. The jump is specified by its integer index.
More...
#include <JumpIndexSelector.hh>
The JumpIndexSelector returns a JumpSubset, i.e. a utility::vector1< bool > containing 'true' for jump positions which lie upstream of a given jump in the FoldTree. The jump is specified by its integer index.
| core::select::jump_selector::JumpIndexSelector::JumpIndexSelector |
( |
| ) |
|
|
default |
| core::select::jump_selector::JumpIndexSelector::JumpIndexSelector |
( |
JumpIndexSelector const & |
src | ) |
|
|
default |
| core::select::jump_selector::JumpIndexSelector::JumpIndexSelector |
( |
int |
jump, |
|
|
bool |
soft_error = false |
|
) |
| |
If soft_error is true, ignore jumps that are outside the Pose.
| core::select::jump_selector::JumpIndexSelector::~JumpIndexSelector |
( |
| ) |
|
|
overridedefault |
| std::string core::select::jump_selector::JumpIndexSelector::class_name |
( |
| ) |
|
|
static |
| JumpSelectorOP core::select::jump_selector::JumpIndexSelector::clone |
( |
| ) |
const |
|
overridevirtual |
| std::string core::select::jump_selector::JumpIndexSelector::get_name |
( |
| ) |
const |
|
overridevirtual |
| int core::select::jump_selector::JumpIndexSelector::jump |
( |
| ) |
const |
| void core::select::jump_selector::JumpIndexSelector::jump |
( |
int |
jump | ) |
|
| void core::select::jump_selector::JumpIndexSelector::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::jump_selector::JumpSelector.
References jump().
| void core::select::jump_selector::JumpIndexSelector::provide_xml_schema |
( |
utility::tag::XMLSchemaDefinition & |
xsd | ) |
|
|
static |
| int core::select::jump_selector::JumpIndexSelector::jump_ = 0 |
|
private |
| bool core::select::jump_selector::JumpIndexSelector::soft_error_ = false |
|
private |
If soft_error is true, ignore jumps that are outside the Pose.
Referenced by apply().
The documentation for this class was generated from the following files: