Rosetta 3.4
|
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...
#include <EnergyMethodRegistrator.hh>
Public Types | |
typedef utility::factory::WidgetRegistrator < ScoringManager, T > | parent |
Public Member Functions | |
EnergyMethodRegistrator () |
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.
typedef utility::factory::WidgetRegistrator< ScoringManager, T > core::scoring::methods::EnergyMethodRegistrator< T >::parent |
core::scoring::methods::EnergyMethodRegistrator< T >::EnergyMethodRegistrator | ( | ) | [inline] |