]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/ComposedNode.hxx
Salome HOME
new method returning calculation progress
[modules/yacs.git] / src / engine / ComposedNode.hxx
index d3663c368f8f01113de3d8ea8f3bfc8798463203..84e4d5555520c32a56ac5c9a78ec29095ffe5260 100644 (file)
@@ -80,6 +80,7 @@ namespace YACS
       std::list<ElementaryNode *> getRecursiveConstituents() const;
       std::list<Node *> getAllRecursiveNodes();
       virtual std::list<Node *> getAllRecursiveConstituents(); // first implementation
+      std::list<std::pair<int,int> > getProgressWeight();
       std::string getInPortName(const InPort *) const throw (Exception);
       std::string getOutPortName(const OutPort *) const throw (Exception);
       //