![]() |
Rosetta
2021.16
|
#include <AsymmetricUnitSelectorCreator.hh>

Public Member Functions | |
| core::select::residue_selector::ResidueSelectorOP | create_residue_selector () const override |
| Instantiate a particular ResidueSelector. More... | |
| std::string | keyname () const override |
| Return a string that will be used to instantiate the particular ResidueSelector from an XML file – the name for the tag. E.g. "Neighborhood" for the NeighborhoodResidueSelector. More... | |
| void | provide_xml_schema (utility::tag::XMLSchemaDefinition &) const override |
| Provide XSD information, allowing automatic evaluation of bad XML. More... | |
|
overridevirtual |
Instantiate a particular ResidueSelector.
Implements core::select::residue_selector::ResidueSelectorCreator.
|
overridevirtual |
Return a string that will be used to instantiate the particular ResidueSelector from an XML file – the name for the tag. E.g. "Neighborhood" for the NeighborhoodResidueSelector.
Implements core::select::residue_selector::ResidueSelectorCreator.
References core::select::residue_selector::AsymmetricUnitSelector::class_name().
|
overridevirtual |
Provide XSD information, allowing automatic evaluation of bad XML.
Implements core::select::residue_selector::ResidueSelectorCreator.
References core::select::residue_selector::AsymmetricUnitSelector::provide_xml_schema().
1.8.7