Salome HOME
PR: quadtree
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_VTKPrsBathymetry.h
index 25e357d53737a283a15b57f60184fa8436d718d1..8b8cd54f53274b6943aae63bde85ebc3b7cc31e7 100644 (file)
@@ -42,7 +42,8 @@ public:
   HYDROGUI_VTKPrsBathymetry( const Handle(HYDROData_Bathymetry)& theObject );
   virtual ~HYDROGUI_VTKPrsBathymetry();
 
-  virtual void compute();
+  virtual void                     compute();
+  virtual bool                     needScalarBar() { return true; }
 
   //! Get the range of colored 
   void setLookupTable( vtkScalarsToColors* theTable ) { myLookupTable = theTable; }