Salome HOME
Cosmetics. Move XML files to the separate folder inside a corresponding project in VS.
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Vertex.h
index d6dfa9c7814e880a940f2dd39030fe45f74ca721..11f1f1a1d03d8c7daf715cc3ee3c1a4b69313c48 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  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
@@ -68,14 +68,8 @@ public:
   /// Creates a new part document if needed.
   BUILDPLUGIN_EXPORT virtual void execute();
 
- protected:
-  bool buildVertices(GeomShapePtr theShape,
-                     bool isIntersect,
-                     int& theResultIndex);
-
-  bool buildVertices(FeaturePtr theFeature,
-                     bool isIntersect,
-                     int& theResultIndex);
+protected:
+  void buildVertices(const ListOfShape& theShapes, bool isIntersect);
 };
 
 #endif