Salome HOME
NCollection sequences improved.
[modules/hydro.git] / src / HYDROPy / HYDROData_Bathymetry.sip
index 75b918e3e246f049aabf1fda6c14ae5d79fe1846..c13645ade96043e1f6919a8563f0fee9118a136f 100644 (file)
 
 class HYDROData_Bathymetry : HYDROData_IAltitudeObject
 {
-
-  typedef gp_XYZ                       AltitudePoint;
-  typedef NCollection_Sequence<gp_XYZ> AltitudePoints;
-
 %ConvertToSubClassCode
     switch ( sipCpp->GetKind() )
     {
@@ -43,6 +39,10 @@ class HYDROData_Bathymetry : HYDROData_IAltitudeObject
     }
 %End
 
+  typedef gp_XYZ                       AltitudePoint;
+  typedef NCollection_Sequence<gp_XYZ> AltitudePoints;
+
+
 %TypeHeaderCode
 #include <HYDROData_Bathymetry.h>
 %End
@@ -84,7 +84,7 @@ public:
    * \param theFileName the path to file
    * \return \c true if file has been successfully read
    */
-  bool             ImportFromFile( const QString& theFileName );
+  bool             ImportFromFile( const TCollection_AsciiString& theFileName );
 
 
 protected: