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.
◆ JumpIndexSelector() [1/3]
core::select::jump_selector::JumpIndexSelector::JumpIndexSelector |
( |
| ) |
|
|
default |
◆ JumpIndexSelector() [2/3]
core::select::jump_selector::JumpIndexSelector::JumpIndexSelector |
( |
JumpIndexSelector const & |
src | ) |
|
|
default |
◆ JumpIndexSelector() [3/3]
core::select::jump_selector::JumpIndexSelector::JumpIndexSelector |
( |
int |
jump, |
|
|
bool |
soft_error = false |
|
) |
| |
If soft_error is true, ignore jumps that are outside the Pose.
◆ ~JumpIndexSelector()
core::select::jump_selector::JumpIndexSelector::~JumpIndexSelector |
( |
| ) |
|
|
overridedefault |
◆ apply()
◆ class_name()
std::string core::select::jump_selector::JumpIndexSelector::class_name |
( |
| ) |
|
|
static |
◆ clone()
JumpSelectorOP core::select::jump_selector::JumpIndexSelector::clone |
( |
| ) |
const |
|
overridevirtual |
◆ get_name()
std::string core::select::jump_selector::JumpIndexSelector::get_name |
( |
| ) |
const |
|
overridevirtual |
◆ jump() [1/2]
int core::select::jump_selector::JumpIndexSelector::jump |
( |
| ) |
const |
◆ jump() [2/2]
void core::select::jump_selector::JumpIndexSelector::jump |
( |
int |
jump | ) |
|
◆ parse_my_tag()
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().
◆ provide_xml_schema()
void core::select::jump_selector::JumpIndexSelector::provide_xml_schema |
( |
utility::tag::XMLSchemaDefinition & |
xsd | ) |
|
|
static |
◆ jump_
int core::select::jump_selector::JumpIndexSelector::jump_ = 0 |
|
private |
◆ soft_error_
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: