From df2d1d5bd346e40d48753d737f3cc5c44ee76222 Mon Sep 17 00:00:00 2001 From: rkv Date: Thu, 16 Jan 2014 10:59:16 +0000 Subject: [PATCH] SIP: HYDROData_Bathymetry is completed: AltitudesInverted is introduced. --- src/HYDROPy/HYDROData_Bathymetry.sip | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/HYDROPy/HYDROData_Bathymetry.sip b/src/HYDROPy/HYDROData_Bathymetry.sip index c13645ad..c5f933e8 100644 --- a/src/HYDROPy/HYDROData_Bathymetry.sip +++ b/src/HYDROPy/HYDROData_Bathymetry.sip @@ -72,12 +72,25 @@ public: /** * Remove all altitude points. */ - void RemoveAltitudePoints(); + void RemoveAltitudePoints(); public: // Public methods to work with files. + /** + * Set flag indicating needs to invert altitude values + * \param theIsInverted new invert value + * \param theIsUpdate flag indicating necessity to update points + */ + void SetAltitudesInverted( const bool theIsInverted, + const bool theIsUpdate = true ); + + /** + * Returns flag indicating needs to invert altitude values. + */ + bool IsAltitudesInverted() const; + /** * Imports Bathymetry data from file. The supported file types: * - xyz -- 2.30.2