Salome HOME
23605: [EDF] HYDRO: parent mesh for Copy mesh with new geometry
[modules/smesh.git] / src / SMESHFiltersSelection / SMESH_TypeFilter.hxx
index 85d99b6201cf7869a4c55649a6e3ce79c529d09c..f77372138f803ab260a89877ad44de0f64d4e66f 100644 (file)
@@ -39,6 +39,7 @@ public:
 
   virtual bool isOk (const SUIT_DataOwner*) const;
   SMESH::MeshObjectType type() const;
+  void setType( SMESH::MeshObjectType theType ) { myType = theType; }
 
 protected:
   SMESH::MeshObjectType myType;