Salome HOME
bos #26458 Versioning of sources via git commit id (sha1)
[modules/yacs.git] / src / engine / SetOfPoints.hxx
index 11e07eeef2d765255f0e666162c30e1afee96831..985f58fb4ac050db7298f3e496b00e06fd166a8c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2015-2021  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
@@ -42,7 +42,9 @@ namespace YACS
     {
     public:
       SetOfPoints(const std::list<Node *>& nodes);
+      SetOfPoints(BagPoint *bp):_bp(bp) { }
       ~SetOfPoints();
+      void basicSimplify();
       void simplify();
       std::string getRepr() const;
       AbstractPoint *findPointWithNode(Node *node);