Salome HOME
ImportFromFile()
[modules/hydro.git] / src / HYDROData / HYDROData_AltitudeObject.h
index 3d5423371b673ac4180d86337f535c8f7bda3880..5770be48504fe109211d6ed8cccc9cb1074ddac3 100644 (file)
@@ -55,7 +55,8 @@ public:
   /**
    * Dump Altitude object to Python script representation.
    */
-  HYDRODATA_EXPORT virtual QStringList DumpToPython( MapOfTreatedObjects& theTreatedObjects ) const;
+  HYDRODATA_EXPORT virtual QStringList DumpToPython( const QString& thePyScriptPath,
+                                                     MapOfTreatedObjects& theTreatedObjects ) const;
 
 public:      
 
@@ -66,7 +67,8 @@ public:
    * \param thePoint the point to examine
    * \return altitude value
    */
-  HYDRODATA_EXPORT virtual double           GetAltitudeForPoint( const gp_XY& thePoint ) const;
+  HYDRODATA_EXPORT virtual double           GetAltitudeForPoint( const gp_XY& thePoint,
+                                                                 int theMethod = 0) const;
 
 protected: