00001
00002
00003
00004
00005
00006
00007 #ifndef EXPORT_POINTS_SELECTION_RELATIONS_H
00008 #define EXPORT_POINTS_SELECTION_RELATIONS_H
00009
00010 #include <QString>
00011
00012 enum ExportPointsSelectionRelations {
00013 EXPORT_POINTS_SELECTION_RELATIONS_INTERPOLATE,
00014 EXPORT_POINTS_SELECTION_RELATIONS_RAW
00015 };
00016
00017 extern QString exportPointsSelectionRelationsToString (ExportPointsSelectionRelations exportPointsSelectionRelations);
00018
00019 #endif // EXPORT_POINTS_SELECTION_RELATIONS_H