]> SALOME platform Git repositories - plugins/hexoticplugin.git/blobdiff - src/HexoticPlugin/HexoticPlugin_Hypothesis.hxx
Salome HOME
BUG: HexoticPLUGIN/Size maps: Fixed some dump issues
[plugins/hexoticplugin.git] / src / HexoticPlugin / HexoticPlugin_Hypothesis.hxx
index 6dd9941540ee861c97216b4c8bff72a73013bc48..dc5ba064300c581088295a476d91915023491c5d 100644 (file)
@@ -93,10 +93,10 @@ public:
   
   // For the GUI HexoticPluginGUI_HypothesisCreator::storeParamToHypo
   THexoticSizeMaps GetSizeMaps() const { return _sizeMaps; }; 
-  void ClearSizeMaps();
   
   // Add one size map to the collection of size maps (user interface)
   bool AddSizeMap(std::string theEntry, double theSize);
+  bool UnsetSizeMap(std::string theEntry);
 
   // the parameters default values 
   static int GetDefaultHexesMinLevel();