Salome HOME
refs #525: autocolor of zones in a calculation case.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ProfileInterpolateOp.h
index dabd86ec18d52008c3ff0edb377038e8835734c0..946c3b1bdd53011d301738f724b295f92f3e4e19 100644 (file)
@@ -58,11 +58,11 @@ protected:
   QStringList                interpolators() const;
   HYDROData_IProfilesInterpolator* interpolator( const QString& ) const;
   void                       updateInterpolator( HYDROData_IProfilesInterpolator* );
-  std::vector<double>        profile( const QString& ) const;
+  HYDROData_Profile::ProfilePoints profile( const QString& ) const;
   ParamsList                 parameters( const QString& ) const;
   QString                    parameters( const ParamsList& ) const;
 
-  TopoDS_Shape               previewShape( HYDROData_IProfilesInterpolator*, int ) const;
+  TopoDS_Shape               previewShape( HYDROData_IProfilesInterpolator* ) const;
 
 private slots:
   void                       updatePreview();