X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Profile.h;h=13c6f6198f0c96bd6ceeaa05d271d1c1415bcd7b;hb=ad8562bab9992101430a6327aa7ca06c71f6d084;hp=775ced7a410def2ae3746877af482a5b27c00320;hpb=8749815cc2069167555bf5e823190727b7004a35;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Profile.h b/src/HYDROData/HYDROData_Profile.h index 775ced7a..13c6f619 100644 --- a/src/HYDROData/HYDROData_Profile.h +++ b/src/HYDROData/HYDROData_Profile.h @@ -8,6 +8,7 @@ DEFINE_STANDARD_HANDLE(HYDROData_Profile, HYDROData_Object) +class gp_XY; class gp_XYZ; class OSD_File; class Handle(HYDROData_Document); @@ -128,13 +129,13 @@ public: * Replace current profile parametric points by new one. * \param thePoints the list with new points in parametric form */ - HYDRODATA_EXPORT void SetParametricPoints( const HYDROData_ProfileUZ::PointsList& thePoints ); + HYDRODATA_EXPORT void SetParametricPoints( const CurveCreator::Coordinates& theCoords ); /** * Returns profile points in parametric form. * \return points list */ - HYDRODATA_EXPORT HYDROData_ProfileUZ::PointsList GetParametricPoints() const; + HYDRODATA_EXPORT CurveCreator::Coordinates GetParametricPoints() const; /** @@ -197,7 +198,7 @@ private: * Imports Profile data from parametric file. */ bool importParametricFile( OSD_File& theFile, - HYDROData_ProfileUZ::PointsList& thePoints ); + CurveCreator::Coordinates& thePoints ); /** * Imports Profile data from Georeferenced file.