Salome HOME
Visitor for AbstractPoint
[modules/yacs.git] / src / engine / ElementaryPoint.hxx
index 127704aaa8d5c2946015d801f8d849026ac27564..559a92c99739b189c91a9aca3e6085b060d71d83 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015  EDF R&D
+// Copyright (C) 2015-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -43,7 +43,10 @@ namespace YACS
       Node *getLastNode();
       int getNumberOfNodes() const;
       int getMaxLevelOfParallelism() 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 ~ElementaryPoint();
     };
   }