The ResidueIndexSelector returns a ResidueSubset, i.e. a utility::vector1< bool > containing 'true' for residue positions which match the given residue index. The index is read as comma-separated list of either Rosetta indices (e.g. 10) or PDB numbers (e.g. 10A, residue 10 of chain A). Detection and mapping from PDB to Rosetta residue numbers is done internally.
More...
#include <ResidueIndexSelector.hh>
The ResidueIndexSelector returns a ResidueSubset, i.e. a utility::vector1< bool > containing 'true' for residue positions which match the given residue index. The index is read as comma-separated list of either Rosetta indices (e.g. 10) or PDB numbers (e.g. 10A, residue 10 of chain A). Detection and mapping from PDB to Rosetta residue numbers is done internally.
| core::pack::task::residue_selector::ResidueIndexSelector::ResidueIndexSelector |
( |
| ) |
|
| core::pack::task::residue_selector::ResidueIndexSelector::ResidueIndexSelector |
( |
std::string const & |
index_str | ) |
|
| core::pack::task::residue_selector::ResidueIndexSelector::~ResidueIndexSelector |
( |
| ) |
|
|
virtual |
| std::string core::pack::task::residue_selector::ResidueIndexSelector::class_name |
( |
| ) |
|
|
static |
| std::string core::pack::task::residue_selector::ResidueIndexSelector::get_name |
( |
| ) |
const |
|
virtual |
| void core::pack::task::residue_selector::ResidueIndexSelector::set_index |
( |
std::string const & |
index_str | ) |
|
| std::string core::pack::task::residue_selector::ResidueIndexSelector::index_str_ |
|
private |
The documentation for this class was generated from the following files: