Salome HOME
Merge branch 'BR_v14_rc' into BR_quadtree
[modules/hydro.git] / src / HYDROData / HYDROData_Bathymetry.h
index 854b29f460b44eb9be05a697c4cf54ae96a06246..427199688f9ac274de2a2a927b43788b8ba8fd36 100644 (file)
@@ -145,6 +145,9 @@ private:
                                                                AltitudePoints& thePoints ) const;
   static std::map<int, HYDROData_QuadtreeNode*> myQuadtrees;
 
+  bool                                      importFromASCFile( QFile&          theFile,
+                                                               AltitudePoints& thePoints ) const;
+
 protected:
 
   friend class HYDROData_Iterator;