Salome HOME
Mantis issue 0022227: Integration request: Building a surface from a cloud of points
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IAdvancedOperations.hxx
index 88cfaa2237ffe49853644e49c446d79a3be5e39c..2ee7edb2fb3678a00778f1a6aa78554458ffbd20 100644 (file)
@@ -27,6 +27,7 @@
 #include "GEOM_Engine.hxx"
 #include "GEOM_Object.hxx"
 
+#include <list>
 #include <gp_Ax2.hxx>
 
 class GEOMImpl_IBasicOperations;
@@ -235,6 +236,7 @@ public:
                                                            double theH,
                                                            int thePattern);
   
+  Standard_EXPORT Handle(GEOM_Object) MakeSmoothingSurface (std::list<Handle(GEOM_Object)> thelPoints);
   /*@@ insert new functions before this line @@ do not remove this line @@*/
 };
 #endif