0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic

Add to Init() a flag controlling the state of "Insert filter in viewer"
This commit is contained in:
eap 2012-09-03 08:29:24 +00:00
parent 8203a3d57e
commit 8f1d6d923f

View File

@ -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);