Salome HOME
[EDF17963] : Non regression test on truncated pickelized object containing byte 0
[modules/yacs.git] / src / engine / ForkBlocPoint.hxx
index 0aa3fbf178b05c31cf0f5dfd94ec132a77e6cd3d..067155d808bce7e0eec98b8c459f0d95ce653d4d 100644 (file)
@@ -34,9 +34,10 @@ namespace YACS
       Node *getFirstNode();
       Node *getLastNode();
       int getMaxLevelOfParallelism() const;
-      double getWeightRegardingDPL() const;
+      void getWeightRegardingDPL(ComplexWeight *weight);
       void partitionRegardingDPL(const PartDefinition *pd, std::map<ComposedNode *, YACS::BASES::AutoRefCnt<PartDefinition> >& zeMap) const;
       std::string getRepr() const;
+      void accept(PointVisitor *pv) override;
       virtual ~ForkBlocPoint();
     };
   }