Rosetta  2019.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
protocols::residue_selectors::TaskSelectorCreator Class Reference

#include <TaskSelectorCreator.hh>

Inheritance diagram for protocols::residue_selectors::TaskSelectorCreator:
Inheritance graph
[legend]

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
 Define the structure of the XML file for the ResidueSelector that this ResidueSelectorCreator instantiates using the XML Schema language. More...
 

Member Function Documentation

core::select::residue_selector::ResidueSelectorOP protocols::residue_selectors::TaskSelectorCreator::create_residue_selector ( ) const
overridevirtual

Instantiate a particular ResidueSelector.

Implements core::select::residue_selector::ResidueSelectorCreator.

std::string protocols::residue_selectors::TaskSelectorCreator::keyname ( ) const
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 protocols::residue_selectors::TaskSelector::class_name().

void protocols::residue_selectors::TaskSelectorCreator::provide_xml_schema ( utility::tag::XMLSchemaDefinition &  ) const
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 protocols::residue_selectors::TaskSelector::provide_xml_schema().


The documentation for this class was generated from the following files: