Salome HOME
Issue #2998: Add help description for automatic creation of constraints
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Dump.h
index b297583f964c4c344c35c031bffbed0c7096f25d..5ee0f004b89e02e75912d3688a8ca3569b1f00f1 100644 (file)
@@ -50,27 +50,21 @@ 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");