1 #ifndef EXPORT_POINTS_SELECTION_RELATIONS_H
2 #define EXPORT_POINTS_SELECTION_RELATIONS_H
6 enum ExportPointsSelectionRelations {
7 EXPORT_POINTS_SELECTION_RELATIONS_INTERPOLATE,
8 EXPORT_POINTS_SELECTION_RELATIONS_RAW
11 extern QString exportPointsSelectionRelationsToString (ExportPointsSelectionRelations exportPointsSelectionRelations);
13 #endif // EXPORT_POINTS_SELECTION_RELATIONS_H