Salome HOME
Copyright update 2021
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Dump.h
index b297583f964c4c344c35c031bffbed0c7096f25d..1fa72d984f6d424617b7c59d817666aa334374a9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2021  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -50,33 +50,34 @@ public:
     static const std::string MY_FILE_FORMAT_ID("file_format");
     return MY_FILE_FORMAT_ID;
   }
-  /// attribute name of selection type string (GUI radio button) of dumping by topological naming
-  inline static const std::string& SELECTION_TYPE_ID()
-  {
-    static const std::string MY_SELECTION_TYPE_ID("selection_type");
-    return MY_SELECTION_TYPE_ID;
-  }
 
-  /// string identifier of dumping by topological naming
+  /// attribute name of dumping by topological naming
   inline static const std::string& TOPOLOGICAL_NAMING_DUMP_ID()
   {
     static const std::string MY_TOOPNAMING_DUMP_ID("topological_naming");
     return MY_TOOPNAMING_DUMP_ID;
   }
-  /// string identifier of dumping by geometric selection
+  /// attribute name of dumping by geometric selection
   inline static const std::string& GEOMETRIC_DUMP_ID()
   {
     static const std::string MY_GEOM_DUMP_ID("geometric_selection");
     return MY_GEOM_DUMP_ID;
   }
 
-  /// string identifier of dumping by using weak naming identifiers of selection
+  /// attribute name of dumping by using weak naming identifiers of selection
   inline static const std::string& WEAK_NAMING_DUMP_ID()
   {
     static const std::string MY_WEAK_NAMING_DUMP_ID("weak_naming");
     return MY_WEAK_NAMING_DUMP_ID;
   }
 
+  /// attribute name for boolean flag to export variable names correspondence to another module
+  inline static const std::string& EXPORT_VARIABLES_ID()
+  {
+    static const std::string MY_EXPORT_VARIABLES_ID("export_variables");
+    return MY_EXPORT_VARIABLES_ID;
+  }
+
   /// Default constructor
   EXCHANGEPLUGIN_EXPORT ExchangePlugin_Dump();
   /// Default destructor