7 #ifndef EXPORT_POINTS_SELECTION_RELATIONS_H 8 #define EXPORT_POINTS_SELECTION_RELATIONS_H 12 enum ExportPointsSelectionRelations {
13 EXPORT_POINTS_SELECTION_RELATIONS_INTERPOLATE,
14 EXPORT_POINTS_SELECTION_RELATIONS_RAW
17 extern QString exportPointsSelectionRelationsToString (ExportPointsSelectionRelations exportPointsSelectionRelations);
19 #endif // EXPORT_POINTS_SELECTION_RELATIONS_H