Salome HOME
Observer using plugins through python
[modules/yacs.git] / src / engine / BagPoint.hxx
index 9e97acd25b72ca8c89c25da834410f75b0679317..b45cece9b597c578d2821a5894486a574b8d91a8 100644 (file)
@@ -41,6 +41,7 @@ namespace YACS
       void partitionRegardingDPL(const PartDefinition *pd, std::map<ComposedNode *, YACS::BASES::AutoRefCnt<PartDefinition> >& zeMap) const;
       std::string getRepr() const;
       AbstractPoint *getUniqueAndReleaseIt();
+      void accept(PointVisitor *pv) override;
     public:
       int size() const { return (int)_nodes.size(); }
       void replaceInMe(BlocPoint *aSet);