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

Public Member Functions | |
| 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 |
| Define the structure of the XML file for the ResidueSelector that this ResidueSelectorCreator instantiates using the XML Schema language. 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::RandomResidueSelector::class_name().
|
overridevirtual |
Define the structure of the XML file for the ResidueSelector that this ResidueSelectorCreator instantiates using the XML Schema language.
Implements core::select::residue_selector::ResidueSelectorCreator.
References core::select::residue_selector::RandomResidueSelector::provide_xml_schema().
1.8.7