Rosetta
Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
protocols::qsar::scoring_grid::GridFactory Class Reference

#include <GridFactory.hh>

Inheritance diagram for protocols::qsar::scoring_grid::GridFactory:
Inheritance graph
[legend]

Public Types

typedef std::map< std::string, GridCreatorOPGridSet
 
typedef utility::tag::Tag Tag
 
typedef utility::tag::TagCOP TagCOP
 

Public Member Functions

virtual ~GridFactory ()
 
void factory_register (GridCreatorOP creator)
 add a Grid prototype, using it's default type name as the map key More...
 
GridBaseOP new_grid (utility::tag::TagCOP tag) const
 create Grid given grid tag More...
 
GridBaseOP new_grid (utility::json_spirit::mObject data) const
 create Grid given a serialized grid object More...
 
void provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) const
 

Static Public Member Functions

static std::string scoring_grid_xml_schema_group_name ()
 

Private Member Functions

 GridFactory ()
 
 GridFactory (GridFactory const &)
 
GridFactory const & operator= (GridFactory const &)
 

Private Attributes

GridSet grid_creator_map_
 

Friends

class utility::SingletonBase< GridFactory >
 

Member Typedef Documentation

◆ GridSet

◆ Tag

◆ TagCOP

Constructor & Destructor Documentation

◆ ~GridFactory()

protocols::qsar::scoring_grid::GridFactory::~GridFactory ( )
virtualdefault

◆ GridFactory() [1/2]

protocols::qsar::scoring_grid::GridFactory::GridFactory ( )
private

References grid_creator_map_.

◆ GridFactory() [2/2]

protocols::qsar::scoring_grid::GridFactory::GridFactory ( GridFactory const &  )
private

Member Function Documentation

◆ factory_register()

void protocols::qsar::scoring_grid::GridFactory::factory_register ( GridCreatorOP  creator)

add a Grid prototype, using it's default type name as the map key

References grid_creator_map_.

◆ new_grid() [1/2]

GridBaseOP protocols::qsar::scoring_grid::GridFactory::new_grid ( utility::json_spirit::mObject  data) const

create Grid given a serialized grid object

References grid_creator_map_, and new_grid().

◆ new_grid() [2/2]

GridBaseOP protocols::qsar::scoring_grid::GridFactory::new_grid ( utility::tag::TagCOP  tag) const

create Grid given grid tag

References grid_creator_map_.

Referenced by new_grid().

◆ operator=()

GridFactory const& protocols::qsar::scoring_grid::GridFactory::operator= ( GridFactory const &  )
private

◆ provide_xml_schema()

void protocols::qsar::scoring_grid::GridFactory::provide_xml_schema ( utility::tag::XMLSchemaDefinition &  xsd) const

◆ scoring_grid_xml_schema_group_name()

std::string protocols::qsar::scoring_grid::GridFactory::scoring_grid_xml_schema_group_name ( )
static

Friends And Related Function Documentation

◆ utility::SingletonBase< GridFactory >

friend class utility::SingletonBase< GridFactory >
friend

Member Data Documentation

◆ grid_creator_map_

GridSet protocols::qsar::scoring_grid::GridFactory::grid_creator_map_
private

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