Salome HOME
Merge from V6_main 11/02/2013
[modules/geom.git] / src / GEOM_I / GEOM_ICurvesOperations_i.hh
index e50ab2111f0a92d59f7d45b5bdd9274785bf1c34..07f4ce2a085861e7ac3677a216df7f87f027181b 100644 (file)
@@ -85,6 +85,10 @@ class GEOM_I_EXPORT GEOM_ICurvesOperations_i :
                                                  CORBA::Boolean        theIsClosed,
                                                  CORBA::Boolean        theDoReordering);
 
+  GEOM::GEOM_Object_ptr MakeSplineInterpolWithTangents (const GEOM::ListOfGO& thePoints,
+                                                        GEOM::GEOM_Object_ptr theFirstVec,
+                                                        GEOM::GEOM_Object_ptr theLastVec);
+
   GEOM::GEOM_Object_ptr MakeCurveParametric
     (const char* thexExpr, const char* theyExpr, const char* thezExpr,
      double theParamMin, double theParamMax, double theParamStep,