Rosetta
Namespaces | Functions
mover_schemas.cc File Reference
#include <protocols/moves/mover_schemas.hh>
#include <protocols/moves/MoverFactory.hh>
#include <utility/tag/XMLSchemaGeneration.hh>
#include <basic/Tracer.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::moves
 

Functions

static basic::Tracer protocols::moves::TR ("protocols.moves.mover_schemas")
 
std::string protocols::moves::complex_type_name_for_mover (std::string const &mover_name)
 
void protocols::moves::xsd_type_definition_w_attributes (utility::tag::XMLSchemaDefinition &xsd, std::string const &mover_type, std::string const &description, utility::tag::AttributeList const &attributes)
 Define the XML schema definition for a Mover that contains no subtags but may contain any number of attributes (aka options). More...
 
void protocols::moves::xsd_type_definition_w_attributes_and_repeatable_subelements (utility::tag::XMLSchemaDefinition &xsd, std::string const &mover_type, std::string const &description, utility::tag::AttributeList const &attributes, utility::tag::XMLSchemaSimpleSubelementList const &subelements)
 Define the XML schema definition for a Mover that contains subtags attributes (aka options). More...
 
void protocols::moves::xsd_type_definition_w_attributes_and_single_subelement (utility::tag::XMLSchemaDefinition &xsd, std::string const &mover_type, std::string const &description, utility::tag::AttributeList const &attributes, utility::tag::XMLSchemaSimpleSubelementList const &subelement)
 Define the XML schema definition for a Mover that contains subtags attributes (aka options). More...
 

Detailed Description

Author
Andrew Leaver-Fay (aleav.nosp@m.erfa.nosp@m.y@gma.nosp@m.il.c.nosp@m.om)