Salome HOME
[bos #40617][CEA] Preserve color with clipping plane
[modules/gui.git] / src / SUIT / SUIT_ViewModel.h
index 1ab13e8d4b10ce68a80e3f5c9ca2f2cd96128395..b33a7ff25c2c8539f7717651264a0bb6a5f4cce2 100644 (file)
@@ -67,6 +67,7 @@ public:
   virtual QString   getType() const { return "SUIT_ViewModel"; }
 
   virtual void      contextMenuPopup( QMenu* ) {}
+  virtual void      applyClippingPlanes( bool theUpdateHatch ) {}
 
   static void       setHotButton( InteractionStyle theInteractionStyle, HotOperation theOper,
                                   Qt::KeyboardModifiers theState, Qt::MouseButtons theButton );