#include <JumpSelector.hh>
|
| | JumpSelector () |
| | Constructor. More...
|
| |
| | ~JumpSelector () override |
| | Destructor. More...
|
| |
| virtual JumpSelectorOP | clone () const =0 |
| | Clone operator. More...
|
| |
| virtual JumpSubset | apply (core::pose::Pose const &pose) const =0 |
| | 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...
|
| |
| virtual void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &datacache) |
| | Initialize any data members of this instance from an input tag and a DataMap object. More...
|
| |
| virtual std::string | get_name () const =0 |
| |
| core::select::jump_selector::JumpSelector::JumpSelector |
( |
| ) |
|
|
default |
| core::select::jump_selector::JumpSelector::~JumpSelector |
( |
| ) |
|
|
overridedefault |
| virtual JumpSelectorOP core::select::jump_selector::JumpSelector::clone |
( |
| ) |
const |
|
pure virtual |
| virtual std::string core::select::jump_selector::JumpSelector::get_name |
( |
| ) |
const |
|
pure virtual |
| void core::select::jump_selector::JumpSelector::parse_my_tag |
( |
utility::tag::TagCOP |
tag, |
|
|
basic::datacache::DataMap & |
datacache |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: