X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ProfileInterpolateOp.h;h=bd05e2c0c638303fccda2a0b56be01d9034e39d7;hb=cf931a8000d1843ac95a937aa5903523ff066cf1;hp=e593acf51f9e037122a4defaa0040fc3d8a9ed49;hpb=ca0608cb7f006c4c53ab5990c37be86457935b05;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ProfileInterpolateOp.h b/src/HYDROGUI/HYDROGUI_ProfileInterpolateOp.h index e593acf5..bd05e2c0 100644 --- a/src/HYDROGUI/HYDROGUI_ProfileInterpolateOp.h +++ b/src/HYDROGUI/HYDROGUI_ProfileInterpolateOp.h @@ -1,8 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// +// Copyright (C) 2014-2015 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 // License as published by the Free Software Foundation; either @@ -58,7 +54,7 @@ protected: QStringList interpolators() const; HYDROData_IProfilesInterpolator* interpolator( const QString& ) const; void updateInterpolator( HYDROData_IProfilesInterpolator* ); - std::vector profile( const QString& ) const; + HYDROData_Profile::ProfilePoints profile( const QString& ) const; ParamsList parameters( const QString& ) const; QString parameters( const ParamsList& ) const;