Salome HOME
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
authoreap <eap@opencascade.com>
Thu, 23 Jun 2011 12:23:49 +0000 (12:23 +0000)
committereap <eap@opencascade.com>
Thu, 23 Jun 2011 12:23:49 +0000 (12:23 +0000)
commitfe2d0f0f5cf6c8dc480ec2339b2add12af9b23a3
tree1a71a2491d8571f73c97293a5553724bd1c16399
parent56793b53d1b42075b688ac58dbd418c5f901fb8f
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
   class Filter_i
   {
+    struct TPredicateChangeWaiter
+    {
+      virtual void PredicateChanged() = 0;
+    };
+    void AddWaiter( TPredicateChangeWaiter* waiter );
+    void RemoveWaiter( TPredicateChangeWaiter* waiter );

+    std::list<TPredicateChangeWaiter*> myWaiters;

+  const char*        FunctorTypeToString(SMESH::FunctorType ft);
+  SMESH::FunctorType StringToFunctorType(const char*       str);
src/SMESH_I/SMESH_Filter_i.hxx