![]() |
Rosetta Core
2014.16.56682
|
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>
Public Member Functions | |
| JumpDownstreamSelector () | |
| JumpDownstreamSelector (int jump) | |
| virtual | ~JumpDownstreamSelector () |
| virtual void | apply (core::pose::Pose const &pose, ResidueSubset &subset) const |
| Make modifications to the subset vector given an input pose. The input ResidueSubset should already be of size pose.total_residue() More... | |
| virtual void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &) |
| Initialize any data members of this instance from an input tag and a DataMap object. More... | |
| virtual std::string | get_name () const |
| void | set_jump (int jump) |
| sets the string by which residues are selected More... | |
Public Member Functions inherited from core::pack::task::residue_selector::ResidueSelector | |
| ResidueSelector () | |
| virtual | ~ResidueSelector () |
Static Public Member Functions | |
| static std::string | class_name () |
Private Attributes | |
| int | jump_ |
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::pack::task::residue_selector::JumpDownstreamSelector::JumpDownstreamSelector | ( | ) |
| core::pack::task::residue_selector::JumpDownstreamSelector::JumpDownstreamSelector | ( | int | jump | ) |
References jump_.
|
virtual |
|
virtual |
Make modifications to the subset vector given an input pose. The input ResidueSubset should already be of size pose.total_residue()
Implements core::pack::task::residue_selector::ResidueSelector.
References core::pose::Pose::fold_tree(), jump_, core::kinematics::FoldTree::partition_by_jump(), and core::pose::Pose::total_residue().
|
static |
|
virtual |
Implements core::pack::task::residue_selector::ResidueSelector.
References class_name().
|
virtual |
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::pack::task::residue_selector::ResidueSelector.
References set_jump().
| void core::pack::task::residue_selector::JumpDownstreamSelector::set_jump | ( | int | jump | ) |
|
private |
Referenced by apply(), JumpDownstreamSelector(), and set_jump().
1.8.7