![]() |
Rosetta Core
2014.16.56682
|
#include <core/chemical/ResidueSelector.fwd.hh>#include <core/chemical/ResidueType.hh>#include <utility/vector1.hh>Classes | |
| class | core::chemical::ResidueSelectorSingle |
| A base class for defining a ResidueSelector by a single criterion. More... | |
| class | core::chemical::Selector_AA |
| Does the residue belong to ANY of these AAs? More... | |
| class | core::chemical::Selector_CMDFLAG |
| Is a certain string in the command-line option -chemical:allow_patch present ? this selector does actually not depend on the residuetype it is queried for. More... | |
| class | core::chemical::Selector_NAME3 |
| Does the residue have to ANY of these three-letter codes? More... | |
| class | core::chemical::Selector_PROPERTY |
| Does the residue have ANY of these properties? More... | |
| class | core::chemical::Selector_VARIANT_TYPE |
| Does the residue have ANY of variant types? More... | |
| class | core::chemical::Selector_UPPER_POSITION |
| Does the main chain of this residue follow from the given position label? More... | |
| class | core::chemical::Selector_MATCH_VARIANTS |
| Does the residue have ALL of the variant types and no more. More... | |
| class | core::chemical::Selector_NO_VARIANTS |
| Does the residue have NO variant types? More... | |
| class | core::chemical::Selector_NAME1 |
| Does the residue belong to ANY of these one-letter codes? More... | |
| class | core::chemical::ResidueSelector |
| A class picking out a subset of ResidueType by multiple criteria. More... | |
Namespaces | |
| core | |
| A class for defining atom parameters, known as atom_types. | |
| core::chemical | |
Functions | |
| ResidueSelectorSingleOP | core::chemical::residue_selector_single_from_line (std::string const &line) |
| create a singe ResidueSelector from an input line. More... | |
1.8.7