Salome HOME
The data model has been rolled back to previous version.
[modules/hydro.git] / src / HYDROData / HYDROData_Profile.h
index 13c6f6198f0c96bd6ceeaa05d271d1c1415bcd7b..775ced7a410def2ae3746877af482a5b27c00320 100644 (file)
@@ -8,7 +8,6 @@
 
 DEFINE_STANDARD_HANDLE(HYDROData_Profile, HYDROData_Object)
 
-class gp_XY;
 class gp_XYZ;
 class OSD_File;
 class Handle(HYDROData_Document);
@@ -129,13 +128,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 CurveCreator::Coordinates& theCoords );
+  HYDRODATA_EXPORT void SetParametricPoints( const HYDROData_ProfileUZ::PointsList& thePoints );
 
   /**
    * Returns profile points in parametric form.
    * \return points list
    */
-  HYDRODATA_EXPORT CurveCreator::Coordinates GetParametricPoints() const;
+  HYDRODATA_EXPORT HYDROData_ProfileUZ::PointsList GetParametricPoints() const;
 
 
   /**
@@ -198,7 +197,7 @@ private:
    * Imports Profile data from parametric file.
    */
   bool importParametricFile( OSD_File&                        theFile,
-                             CurveCreator::Coordinates& thePoints );
+                             HYDROData_ProfileUZ::PointsList& thePoints );
 
   /**
    * Imports Profile data from Georeferenced file.