![]() |
Rosetta
2021.16
|
Does the residue have ANY of variant types? More...
#include <ResidueTypeSelector.hh>

Public Member Functions | |
| Selector_VARIANT_TYPE (utility::vector1< std::string > const &variants_in, bool const result) | |
| bool | operator[] (ResidueTypeBase const &rsd) const override |
Public Member Functions inherited from core::chemical::ResidueTypeSelectorSingle | |
| ~ResidueTypeSelectorSingle () override | |
| Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
| ResidueTypeSelectorSingle (bool const result) | |
| bool | desired_result () const |
Private Attributes | |
| utility::vector1< std::string > | custom_variants_ |
| Noncanonical variants, stored by string. More... | |
| utility::vector1< VariantType > | variants_ |
| Canonical variants, stored by enum. More... | |
Does the residue have ANY of variant types?
|
inline |
|
inlineoverridevirtual |
|
private |
Noncanonical variants, stored by string.
Referenced by operator[](), and Selector_VARIANT_TYPE().
|
private |
Canonical variants, stored by enum.
Referenced by operator[](), and Selector_VARIANT_TYPE().
1.8.7