Rosetta  2019.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
core::select::residue_selector::OrResidueSelectorCreator Class Reference

#include <ResidueSelectorCreators.hh>

Inheritance diagram for core::select::residue_selector::OrResidueSelectorCreator:
Inheritance graph
[legend]

Public Member Functions

virtual ResidueSelectorOP create_residue_selector () const
 Instantiate a particular ResidueSelector. More...
 
virtual std::string keyname () const
 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...
 
virtual void provide_xml_schema (utility::tag::XMLSchemaDefinition &) const
 Define the structure of the XML file for the ResidueSelector that this ResidueSelectorCreator instantiates using the XML Schema language. More...
 

Member Function Documentation

ResidueSelectorOP core::select::residue_selector::OrResidueSelectorCreator::create_residue_selector ( ) const
virtual
std::string core::select::residue_selector::OrResidueSelectorCreator::keyname ( ) const
virtual

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::OrResidueSelector::class_name().

void core::select::residue_selector::OrResidueSelectorCreator::provide_xml_schema ( utility::tag::XMLSchemaDefinition &  ) const
virtual

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::OrResidueSelector::provide_xml_schema().


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