Rosetta
|
Utility functions for defining XML Schema for scoring grids. More...
#include <protocols/qsar/scoring_grid/schema_util.hh>
#include <protocols/qsar/scoring_grid/GridSet.hh>
#include <utility/tag/XMLSchemaGeneration.hh>
#include <utility/tag/Tag.hh>
#include <basic/datacache/DataMap.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::qsar | |
protocols::qsar::scoring_grid | |
Functions | |
GridSetCOP | protocols::qsar::scoring_grid::parse_grid_set_from_tag (utility::tag::TagCOP tag, basic::datacache::DataMap const &data, std::string const &option_name="grid_set") |
Get a GridSet from the datamap, using the option_name attribute of the tag. More... | |
void | protocols::qsar::scoring_grid::attributes_for_parse_grid_set_from_tag (utility::tag::AttributeList &attributes, std::string const &description="", std::string const &option_name="grid_set") |
Append the attributes read by parse_grid_set_from_tag() More... | |
GridSetCOP | protocols::qsar::scoring_grid::parse_optional_grid_set_from_tag (utility::tag::TagCOP tag, basic::datacache::DataMap const &data, std::string const &option_name="grid_set") |
Get a GridSet from the datamap, using the option_name attribute of the tag. If a GridSet hasn't been specified, return a nullptr. More... | |
void | protocols::qsar::scoring_grid::attributes_for_parse_optional_grid_set_from_tag (utility::tag::AttributeList &attributes, std::string const &description="", std::string const &option_name="grid_set") |
Append the attributes read by parse_optional_grid_set_from_tag() More... | |
std::string | protocols::qsar::scoring_grid::complex_type_name_for_scoring_grid (std::string const &element_name) |
Used to name the xs:complexType for a scoring grid that is created with the given element name. More... | |
void | protocols::qsar::scoring_grid::xsd_type_definition_w_attributes (utility::tag::XMLSchemaDefinition &xsd, std::string const &scoring_grid_name, std::string const &description, utility::tag::AttributeList const &attributes) |
Define the XML schema definition for a scoring grid that has no subelements but does have a set of attributes (aka options). More... | |
Utility functions for defining XML Schema for scoring grids.