Salome HOME
INT PAL 0052727: Fitering algorithms according to geometry does not work in Create...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_BuildCompoundDlg.h
index 4f17bed199b6c53927211bb400e116357cca2ebb..161d2183fd7191cc11d06abcb65b5f9c31714754 100644 (file)
@@ -80,9 +80,9 @@ private:
   SMESHGUI*               mySMESHGUI;     /* Current SMESHGUI object */
   LightApp_SelectionMgr*  mySelectionMgr; /* User shape selection */
 
-  SMESH::SMESH_Mesh_var   myMesh;
-  SUIT_SelectionFilter*   myMeshFilter;
-  SMESH::mesh_array_var   myMeshArray;
+  SMESH::SMESH_IDSource_var  myMesh;
+  SUIT_SelectionFilter*      myMeshFilter;
+  SMESH::ListOfIDSources_var myMeshArray;
 
   // Widgets
   QGroupBox*              GroupConstructors;