Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Constant Groups
PyEnergyMethodRegisterer.hh File Reference

EnergyMethod factory registration and creation in PyRosetta. More...

#include <core/scoring/methods/EnergyMethodCreator.hh>
#include <core/scoring/ScoringManager.hh>
#include <utility/factory/WidgetRegistrator.hh>
#include <utility/pointer/owning_ptr.hh>

Go to the source code of this file.

Classes

class  core::scoring::methods::PyEnergyMethodRegistrator
 This class will register an instance of an EnergyMethodCreator (class T) with the ScoringManager. It will ensure that no energy method creator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place. More...
 

Namespaces

 core
 A class for defining atom parameters, known as atom_types.
 
 core::scoring
 
 core::scoring::methods
 

Constant Groups

 core
 A class for defining atom parameters, known as atom_types.
 
 core::scoring
 
 core::scoring::methods
 

Detailed Description

EnergyMethod factory registration and creation in PyRosetta.

Author
Sergey Lyskov

Definition in file PyEnergyMethodRegisterer.hh.