X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHFiltersSelection%2FSMESH_TypeFilter.hxx;h=f77372138f803ab260a89877ad44de0f64d4e66f;hb=858b4bff6498075831d120d54f3dfe25566336b9;hp=85d99b6201cf7869a4c55649a6e3ce79c529d09c;hpb=c98d9fcd7f02c1f1f5c24dd3e709ed75228d66c4;p=modules%2Fsmesh.git diff --git a/src/SMESHFiltersSelection/SMESH_TypeFilter.hxx b/src/SMESHFiltersSelection/SMESH_TypeFilter.hxx index 85d99b620..f77372138 100644 --- a/src/SMESHFiltersSelection/SMESH_TypeFilter.hxx +++ b/src/SMESHFiltersSelection/SMESH_TypeFilter.hxx @@ -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;