Salome HOME
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
authoreap <eap@opencascade.com>
Wed, 15 Jul 2009 13:42:30 +0000 (13:42 +0000)
committereap <eap@opencascade.com>
Wed, 15 Jul 2009 13:42:30 +0000 (13:42 +0000)
class _pyComplexParamHypo
{
+  void Flush();

in order to clear SetObjectEntry() command

src/SMESH_I/SMESH_2smeshpy.hxx

index d9ce95e111e4cb9d19c36c9806a3554ab63ac010..015d91bde13db378987a88f90cfe71fde65b044a 100644 (file)
@@ -359,6 +359,7 @@ class _pyComplexParamHypo: public _pyHypothesis
 public:
   _pyComplexParamHypo(const Handle(_pyCommand)& theCreationCmd): _pyHypothesis(theCreationCmd) {}
   void Process( const Handle(_pyCommand)& theCommand);
+  void Flush();
 
   DEFINE_STANDARD_RTTI (_pyComplexParamHypo)
 };