Salome HOME
Merge branch 'V8_5_BR'
[modules/yacs.git] / src / engine / ElementaryPoint.hxx
index f5ac56538e2d397ee3bb1b13fc18da4b492859b6..559a92c99739b189c91a9aca3e6085b060d71d83 100644 (file)
@@ -46,6 +46,7 @@ namespace YACS
       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();
     };
   }