Salome HOME
refs #1327: debug of scaling operations
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ShapeLandCoverMap.h
index 263c23294b2478a3e6bcdf65011cd56eff45604b..526c52e59ce03d97a4e8d4040842bb1690368a80 100644 (file)
 #include <HYDROGUI_Shape.h>
 
 class HYDROGUI_OCCDisplayer;
-class Handle_HYDROData_LandCoverMap;
+class HYDROData_LandCoverMap;
 
 class HYDROGUI_ShapeLandCoverMap : public HYDROGUI_Shape
 {
 public:
   HYDROGUI_ShapeLandCoverMap( HYDROGUI_OCCDisplayer* theDisplayer,
                               const Handle(AIS_InteractiveContext)& theContext,
-                              const Handle_HYDROData_LandCoverMap&  theLandCoverMap,
+                              const Handle(HYDROData_LandCoverMap)& theLandCoverMap,
                               const int                             theZLayer = -1,
                               const bool                            theIsScalarMode = false );
   virtual ~HYDROGUI_ShapeLandCoverMap();
@@ -54,7 +54,7 @@ public:
 
 protected:
   virtual void              displayShape( const bool theIsUpdateViewer );
-  virtual Handle_AIS_InteractiveObject createShape() const;
+  virtual Handle(AIS_InteractiveObject) createShape() const;
 
 private:
   HYDROGUI_OCCDisplayer*           myDisplayer;