Salome HOME
Fix for the bug #255: VTK viewer is not updated after modification of objects.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_VTKPrsShape.h
index 54d9e471416a475748faf8d3c6a1d23ca7eca159..5492a1f9e5c73e091a3ca2a156d21095526ae21b 100644 (file)
@@ -83,7 +83,8 @@ protected:
 private:
   vtkWeakPointer< vtkScalarsToColors > myLookupTable;
   vtkNew< vtkPolyDataMapper >          myMapper;
-  TopoDS_Shape                   myTopoShape;
+  TopoDS_Shape                         myTopoShape;
+  int                                  myDisplayMode;
 };
 
 #endif