Salome HOME
0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
authoreap <eap@opencascade.com>
Mon, 3 Sep 2012 08:29:24 +0000 (08:29 +0000)
committereap <eap@opencascade.com>
Mon, 3 Sep 2012 08:29:24 +0000 (08:29 +0000)
   Add to Init() a flag controlling the state of "Insert filter in viewer"

src/SMESHGUI/SMESHGUI_FilterDlg.h

index ace63067b59751f912c7beeff57716d469e2ac38..4501a9d373272a881efcab610c8354b2c9381a04 100755 (executable)
@@ -222,8 +222,8 @@ public:
   SMESHGUI_FilterDlg( SMESHGUI*, const int );
   virtual ~SMESHGUI_FilterDlg();
 
-  void                      Init( const QList<int>& );
-  void                      Init( const int );
+  void                      Init( const QList<int>&, const bool setInViewer=true );
+  void                      Init( const int, const bool setInViewer=true );
 
   void                      SetSelection();
   void                      SetMesh (SMESH::SMESH_Mesh_var);