|
Rosetta 3.5
|
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.
Definition at line 32 of file EnergyMethodRegistrator.hh.
| typedef utility::factory::WidgetRegistrator< ScoringManager, T > core::scoring::methods::EnergyMethodRegistrator< T >::parent |
Definition at line 35 of file EnergyMethodRegistrator.hh.
|
inline |
Definition at line 37 of file EnergyMethodRegistrator.hh.
1.8.4