X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Profile.h;h=083831878dbbe7b915c724b522e768acfabb270a;hb=e75504ed446bb0bd2f5bf5649c787fe61adc9710;hp=775ced7a410def2ae3746877af482a5b27c00320;hpb=deed826b2d6c39ba2ed410108cdf54d64cded321;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Profile.h b/src/HYDROData/HYDROData_Profile.h index 775ced7a..08383187 100644 --- a/src/HYDROData/HYDROData_Profile.h +++ b/src/HYDROData/HYDROData_Profile.h @@ -74,6 +74,11 @@ public: */ HYDRODATA_EXPORT bool IsValid() const; + /** + * Invalidate profile first and last points. + */ + HYDRODATA_EXPORT void Invalidate(); + public: // Public methods to work with profile points. @@ -191,20 +196,6 @@ public: */ HYDRODATA_EXPORT virtual bool ImportFromFile( OSD_File& theFile ); -private: - - /** - * Imports Profile data from parametric file. - */ - bool importParametricFile( OSD_File& theFile, - HYDROData_ProfileUZ::PointsList& thePoints ); - - /** - * Imports Profile data from Georeferenced file. - */ - bool importGeoreferencedFile( OSD_File& theFile, - ProfilePoints& thePoints ); - protected: friend class HYDROData_Iterator;