Salome HOME
Convert the altitude for bathymetry to negative number during it reading from the...
[modules/hydro.git] / src / HYDROData / HYDROData_Profile.h
index 775ced7a410def2ae3746877af482a5b27c00320..083831878dbbe7b915c724b522e768acfabb270a 100644 (file)
@@ -74,6 +74,11 @@ public:
    */
   HYDRODATA_EXPORT bool IsValid() const;
 
+  /**
+   * Invalidate profile first and last points.
+   */
+  HYDRODATA_EXPORT void Invalidate();
+  
 public:
 
   // Public methods to work with profile points.
@@ -191,20 +196,6 @@ public:
    */
   HYDRODATA_EXPORT virtual bool ImportFromFile( OSD_File& theFile );
 
-private:
-
-  /**
-   * Imports Profile data from parametric file.
-   */
-  bool importParametricFile( OSD_File&                        theFile,
-                             HYDROData_ProfileUZ::PointsList& thePoints );
-
-  /**
-   * Imports Profile data from Georeferenced file.
-   */
-  bool importGeoreferencedFile( OSD_File&      theFile,
-                                ProfilePoints& thePoints );
-
 protected:
 
   friend class HYDROData_Iterator;