Scine::Readuct  6.0.0
This is the SCINE module ReaDuct.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
CostCalculatorEditor.h
Go to the documentation of this file.
1 
8 #ifndef READUCT_ELEMENTARYSTEPOPTIMIZATION_COSTCALCULATORS_COSTCALCULATOREDITOR_H
9 #define READUCT_ELEMENTARYSTEPOPTIMIZATION_COSTCALCULATORS_COSTCALCULATOREDITOR_H
10 
13 
14 namespace Scine {
15 namespace Readuct {
16 
17 namespace ElementaryStepOptimization {
18 
19 namespace CostBasedOptimization {
20 
24 using CostCalculatorEditor = Utils::UniversalSettings::GenericInstanceEditorWithDefaultConstructor<ReactionPathCostCalculator>;
25 
26 template<typename T>
27 using CostCalculatorEditorImpl =
28  Utils::UniversalSettings::GenericInstanceEditorWithDefaultConstructorImpl<CostCalculatorEditor, T>;
29 
30 } // namespace CostBasedOptimization
31 
32 } // namespace ElementaryStepOptimization
33 
34 } // namespace Readuct
35 } // namespace Scine
36 #endif // READUCT_ELEMENTARYSTEPOPTIMIZATION_COSTCALCULATORS_COSTCALCULATOREDITOR_H