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