]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/SetOfPoints.hxx
Salome HOME
Visitor for AbstractPoint
[modules/yacs.git] / src / engine / SetOfPoints.hxx
index bc29934b0d56dbc94af04bbcb9c9113394237854..11e07eeef2d765255f0e666162c30e1afee96831 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "YACSlibEngineExport.hxx"
 #include "PlayGround.hxx"
+#include "PointVisitor.hxx"
 #include "AutoRefCnt.hxx"
 
 #include <map>
@@ -50,6 +51,7 @@ namespace YACS
       void getWeightRegardingDPL(ComplexWeight *weight);
       void partitionRegardingDPL(const PartDefinition *pd, std::map<ComposedNode *, YACS::BASES::AutoRefCnt<PartDefinition> >& zeMap) const;
       AbstractPoint *getUniqueAndReleaseIt() const;
+      void accept(PointVisitor *pv);
     private:
       BagPoint *_bp;
     };