// name : SMESHGUI_FilterDlg::SetGroupIds
// Purpose : Set mesh
//=======================================================================
-void SMESHGUI_FilterDlg::SetMesh (SMESH::SMESH_Mesh_ptr theMesh)
+void SMESHGUI_FilterDlg::SetMesh (SMESH::SMESH_Mesh_var theMesh)
{
myMesh = theMesh;
}
void Init (const int type);
void SetSelection();
- void SetMesh (SMESH::SMESH_Mesh_ptr);
+ void SetMesh (SMESH::SMESH_Mesh_var);
void SetSourceWg (QWidget*);
static SMESH::Filter::Criterion createCriterion();
SMESHGUI* mySMESHGUI;
LightApp_SelectionMgr* mySelectionMgr;
SVTK_Selector* mySelector;
- SMESH::SMESH_Mesh_ptr myMesh;
+ SMESH::SMESH_Mesh_var myMesh;
QWidget* mySourceWg;
SALOME_DataMapOfIOMapOfInteger myIObjects;