1 #include "ExportPointsSelectionFunctions.h"
3 QString exportPointsSelectionFunctionsToString (ExportPointsSelectionFunctions exportPointsSelectionFunctions)
5 switch (exportPointsSelectionFunctions) {
6 case EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_ALL_CURVES:
7 return "InterpolateAllCurves";
9 case EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_FIRST_CURVE:
10 return "InterpolateFirstCurve";
12 case EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_PERIODIC:
13 return "InterpolatePeriodic";
15 case EXPORT_POINTS_SELECTION_FUNCTIONS_RAW: