]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/ForEachLoop.hxx
Salome HOME
Issue EDF13268 - link from list[pyobj] inside ForEachLoop to list[pyobj] outside...
[modules/yacs.git] / src / engine / ForEachLoop.hxx
index f2cd2d10a957000d0fe2eb62926d0f071433a46b..7c1968d38eca47298b28895e43f192aed1679dc7 100644 (file)
@@ -195,6 +195,7 @@ namespace YACS
       std::list<ProgressWeight> getProgressWeight() const;
       int getCurrentIndex() const { return _currentIndex; }
       int getNbOfElementsToBeProcessed() const;
+      static int getFEDeltaBetween(OutPort *start, InPort *end);
 #ifndef SWIG
       std::vector<unsigned int> getPassedResults(Executor *execut, std::vector<SequenceAny *>& outputs, std::vector<std::string>& nameOfOutputs) const;
       void assignPassedResults(const std::vector<unsigned int>& passedIds, const std::vector<SequenceAny *>& passedOutputs, const std::vector<std::string>& nameOfOutputs);