7 #ifndef Tomato_OXFACTORYOFStartPointCalculators_H     8 #define Tomato_OXFACTORYOFStartPointCalculators_H    10 #include "CmakeConfigForTomato.h"    11 #include "tomatolib_export.h"    17     template<
typename TYPE>
    20     static const char *startPointCalculatorsTypeNames[] = {
    23             "NoStartPointCalculators"    26     enum startPointCalculatorsType_t {
    28         StartPointSHMOLLI = 1,
    29         NoStartPointCalculators = 2,
    30         lastStartPointCalculatorType = NoStartPointCalculators
    33     static int startPointCalculatorsAvailability[] = {
    39     template<
typename TYPE>
    45         static void disp(
int start_point_calc_method = -1);
    50 #ifndef TOMATOLIB_COMPILED    52 #endif // TOMATOLIB_COMPILED    54 #endif //Tomato_OXFACTORYOFStartPointCalculators_H Definition: OxFactoryOfStartPointCalculators.h:40
 
Definition: OxFactoryOfCalculators.h:17
 
Definition: OxStartPointCalculator.h:21
 
Definition: OxCalculator.h:19