Salome HOME
tests 1 to 7 OK, 8 and above failed
[modules/hydro.git] / src / HYDROPy / HYDROData_Bathymetry.sip
index 9f316d7c4bb71fca3b90125e619bc4eaf31e17d3..0c78ace313722d45a7bddb5d99a97bb9aa98a54d 100644 (file)
@@ -59,7 +59,8 @@ public:
   void SetAltitudesInverted( const bool theIsInverted, const bool theIsUpdate = true );
   bool IsAltitudesInverted() const;
 
-  bool ImportFromFile( const TCollection_AsciiString& theFileName );
+  bool ImportFromFiles( const QStringList& theFileNames );
+  bool ImportFromFile( const QString& theFileName );
 
 protected:
   HYDROData_Bathymetry();