]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMFiltersSelection/GEOM_TypeFilter.h
Salome HOME
Fix for Bug IPAL9161(3.0.0 (09 June): It is impossible to perform Fillet and Chamfer...
[modules/geom.git] / src / GEOMFiltersSelection / GEOM_TypeFilter.h
index 393b16a9a071a7a74fb1f559f29d7a853ae46888..1f077a2c670040806baad7c93e3b2d246c57c961 100644 (file)
@@ -10,7 +10,7 @@
 class GEOM_TypeFilter : public GEOM_SelectionFilter
 {
 public:
-  GEOM_TypeFilter(SalomeApp_Study* study, const int type );
+  GEOM_TypeFilter(SalomeApp_Study* study, const int type, const bool isShapeType = false );
   ~GEOM_TypeFilter();
 
   virtual bool isOk( const SUIT_DataOwner* ) const;
@@ -19,7 +19,7 @@ public:
 
 private:
   int                   myType;
-
+  bool                  myIsShapeType;    
 };
 
 #endif