Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
EnergyMethodRegistrator.hh File Reference

Declaration of the base class for EnergyMethod factory registration and creation. More...

#include <core/scoring/ScoringManager.hh>
#include <utility/factory/WidgetRegistrator.hh>

Classes

class  core::scoring::methods::EnergyMethodRegistrator< T >
 This templated 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 reading in the atom type properties.
 
 core::scoring
 
 core::scoring::methods
 

Detailed Description

Declaration of the base class for EnergyMethod factory registration and creation.

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