Salome HOME
Make export XAO with groups
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Tools.h
index 58d0dd19fd26b47815aa0eee85511a8c1679563c..c481d8ddc2588b6eab4d687f0a49ef5d37334c4f 100644 (file)
@@ -22,6 +22,12 @@ public:
   static std::list<std::string> split(const std::string& theString,
                                       char theDelimiter);
 
+  /// Converts string representation of selection type to XAO dimension.
+  static std::string selectionType2xaoDimension(const std::string& theString);
+
+  /// Converts string representation of XAO dimension to selection type.
+  static std::string xaoDimension2selectionType(const std::string& theDimension);
+
 };
 
 #endif /* EXCHANGEPLUGIN_TOOLS_H_ */