Salome HOME
Bug #490: batch mode error.
[modules/hydro.git] / src / HYDROData / HYDROData_PriorityQueue.h
index bb11ef63a1b02a5a7e86c640e78f67c47e9c1f9c..62c8708d15d993ec5e2598a3560bcbb13a0f4e9f 100644 (file)
@@ -48,7 +48,12 @@ public:
   static void DumpRulesToPython( const TDF_Label& theRulesLab,
                                  const QString& theCalcCaseName,
                                  QStringList& theScript );
-
+  static bool GetRule( const TDF_Label& theRulesLab,
+                       int theIndex, 
+                       Handle(HYDROData_Object)&           theObject1,
+                       HYDROData_PriorityType&             thePriority,
+                       Handle(HYDROData_Object)&           theObject2,
+                       HYDROData_Zone::MergeAltitudesType& theMergeType );
 private:
   typedef QMap<QString, Handle(HYDROData_Object)> MapNameToObject;