Salome HOME
Windows porting
[modules/geom.git] / src / GEOM_I / GEOM_IHealingOperations_i.hh
index f26f5dc997e125d5c841d1f1a9a05ad178baa9ce..bf5d8eb9823b00b6c258e37ae59f2cd9421693a4 100644 (file)
@@ -26,6 +26,8 @@ class GEOM_IHealingOperations_i :
 
    void GetShapeProcessParameters(GEOM::string_array_out theOperations, GEOM::string_array_out theParams, GEOM::string_array_out theValues);
 
+   void GetOperatorParameters (const char* theOperator,  GEOM::string_array_out theParams, GEOM::string_array_out theValues);
+
    GEOM::GEOM_Object_ptr SuppressFaces(GEOM::GEOM_Object_ptr theObject, const GEOM::short_array& theFaces);
 
    GEOM::GEOM_Object_ptr CloseContour (GEOM::GEOM_Object_ptr theObject, const GEOM::short_array& theWires, CORBA::Boolean isCommonVertex);