Salome HOME
Access to 'Invalid value' of altitude from Bathymetry is added.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PrsImage.h
index 8f385185a869ad4441e566082b71415a87e5613e..c09ad6927dd5abcac30ccea783433b6b95efac9d 100644 (file)
@@ -57,6 +57,8 @@ public:
   bool                            getIsTransformationPointPreview() const;
 
   void                            setTransformationPointMode( const int theMode );
+
+  void                            setTransformationPointMap( const TransformationPointMap& theMap );
   const TransformationPointMap&   getTransformationPointMap() const { return myTransformationPointMap; }
 
 public:
@@ -81,7 +83,6 @@ protected:
   void                            computeTransformationPoints();
 
 protected:
-  QCursor*                        getHighlightCursor() const { return myHighlightCursor; }
   QCursor*                        getTransformationPointCursor() const { return myTransformationPointCursor; }
 
 protected:
@@ -95,7 +96,6 @@ protected:
   TransformationPointMap          myTransformationPointMap;
 
 private:
-  QCursor*                        myHighlightCursor;
   QCursor*                        myTransformationPointCursor;
 };