]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_FiltersFactory.h
Salome HOME
Implement filter "F9: External Faces"
[modules/shaper.git] / src / Model / Model_FiltersFactory.h
index 3672516f83fc75720fd155f1cc6193123e385eec..b52078651e86631d93a7a8b33d0397e4f65fab6e 100644 (file)
@@ -41,9 +41,11 @@ public:
 
   /// Returns true if all filters of the Filters feature are ok for the Shape (taking into account
   /// the Reversed states).
-  /// \param theFiltersFeature feature that contains all information about the filters
+  /// \param theResult parent result of the shape to check
   /// \param theShape the checked shape
-  virtual bool isValid(FeaturePtr theFiltersFeature, GeomShapePtr theShape);
+  virtual bool isValid(FeaturePtr theFiltersFeature,
+                       ResultPtr theResult,
+                       GeomShapePtr theShape);
 
   /// Returns the filters that support the given shape type
   virtual std::list<FilterPtr> filters(GeomAPI_Shape::ShapeType theType);