The ResidueNameSelector 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 <ResidueNameSelector.hh>
The ResidueNameSelector 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.
◆ ResidueNameSelector() [1/3]
| core::select::residue_selector::ResidueNameSelector::ResidueNameSelector |
( |
| ) |
|
◆ ResidueNameSelector() [2/3]
| core::select::residue_selector::ResidueNameSelector::ResidueNameSelector |
( |
std::string const & |
res_name_str | ) |
|
◆ ResidueNameSelector() [3/3]
| core::select::residue_selector::ResidueNameSelector::ResidueNameSelector |
( |
std::string const & |
res_name3_str, |
|
|
bool |
dummy |
|
) |
| |
◆ ~ResidueNameSelector()
| core::select::residue_selector::ResidueNameSelector::~ResidueNameSelector |
( |
| ) |
|
|
overridedefault |
◆ apply()
◆ class_name()
| std::string core::select::residue_selector::ResidueNameSelector::class_name |
( |
| ) |
|
|
static |
◆ clone()
| ResidueSelectorOP core::select::residue_selector::ResidueNameSelector::clone |
( |
| ) |
const |
|
overridevirtual |
◆ get_name()
| std::string core::select::residue_selector::ResidueNameSelector::get_name |
( |
| ) |
const |
|
overridevirtual |
◆ parse_my_tag()
| void core::select::residue_selector::ResidueNameSelector::parse_my_tag |
( |
utility::tag::TagCOP |
tag, |
|
|
basic::datacache::DataMap & |
datacache |
|
) |
| |
|
overridevirtual |
◆ provide_xml_schema()
| void core::select::residue_selector::ResidueNameSelector::provide_xml_schema |
( |
utility::tag::XMLSchemaDefinition & |
xsd | ) |
|
|
static |
◆ set_residue_name3()
| void core::select::residue_selector::ResidueNameSelector::set_residue_name3 |
( |
std::string const & |
res_name3_str | ) |
|
◆ set_residue_names()
| void core::select::residue_selector::ResidueNameSelector::set_residue_names |
( |
std::string const & |
res_name_str | ) |
|
◆ res_name3_str_
| std::string core::select::residue_selector::ResidueNameSelector::res_name3_str_ |
|
private |
◆ res_name_str_
| std::string core::select::residue_selector::ResidueNameSelector::res_name_str_ |
|
private |
The documentation for this class was generated from the following files: