X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FHYDROPy%2FHYDROData_Bathymetry.sip;fp=src%2FHYDROPy%2FHYDROData_Bathymetry.sip;h=e23029181dddbc9b9476af8227dab068511e0733;hb=e21917fc95a996d4226068eb38354ea58e4f4c66;hp=d9e4e10828ea9bc39732ad14cfc929382d60f2b9;hpb=0b8b69a9ad7c8c3340c4a828c7f96cb9455d7df9;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_Bathymetry.sip b/src/HYDROPy/HYDROData_Bathymetry.sip index d9e4e108..e2302918 100644 --- a/src/HYDROPy/HYDROData_Bathymetry.sip +++ b/src/HYDROPy/HYDROData_Bathymetry.sip @@ -44,62 +44,19 @@ class HYDROData_Bathymetry : public HYDROData_IAltitudeObject %End public: - // Public methods to work with Bathymetry altitudes. - - /** - * Replace current altitude points by new one. - * \param thePoints the altitude points list - */ - virtual void SetAltitudePoints( const HYDROData_Bathymetry::AltitudePoints& ); - - /** - * Returns altitude points list. - * \return points list - */ + virtual void SetAltitudePoints( const HYDROData_Bathymetry::AltitudePoints& ); HYDROData_Bathymetry::AltitudePoints GetAltitudePoints() const; - /** - * 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 - * \param theFileName the path to file - * \return \c true if file has been successfully read - */ - bool ImportFromFile( const TCollection_AsciiString& theFileName ); + void SetAltitudesInverted( const bool theIsInverted, const bool theIsUpdate = true ); + bool IsAltitudesInverted() const; + bool ImportFromFile( const TCollection_AsciiString& theFileName ); protected: - - /** - * Creates new object in the internal data structure. Use higher level objects - * to create objects with real content. - */ HYDROData_Bathymetry(); - - /** - * Destructs properties of the object and object itself, removes it from the document. - */ ~HYDROData_Bathymetry(); };