7 #include "ExportPointsSelectionRelations.h"
10 extern QString exportPointsSelectionRelationsToString (ExportPointsSelectionRelations exportPointsSelectionRelations)
14 switch (exportPointsSelectionRelations) {
15 case EXPORT_POINTS_SELECTION_RELATIONS_INTERPOLATE:
16 rtn = QObject::tr (
"Interpolate");
19 case EXPORT_POINTS_SELECTION_RELATIONS_RAW:
20 rtn = QObject::tr (
"Raw");