Salome HOME
Implementation of 0022617: [CEA 1060] In OCC view, add "Show vertices" in the context...
[modules/geom.git] / src / DisplayGUI / DisplayGUI.h
index 64207c5577f10d6bc45de10db09b4e3c8cb6019f..5ad5933c7fc5e4ca82a8723a498d51d4baf6d114 100644 (file)
@@ -69,6 +69,12 @@ public:
   int  GetVectorMode( SUIT_ViewWindow* = 0 );
   // Invert vector mode ( shadin <-> wireframe ) for the viewer 
 
+  // VERTICES MODE methods
+  // Set vertices mode for the viewer
+  void SetVerticesMode( const bool, SUIT_ViewWindow* = 0 );
+  // Get vertices mode of the viewer
+  int  GetVerticesMode( SUIT_ViewWindow* = 0 );
+  
   // Set display mode for selected objects in the viewer given
   // (current viewer if <viewWindow> = 0 )
   void ChangeDisplayMode( const int, SUIT_ViewWindow* = 0 );