Salome HOME
Test case for issue #2918.
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_BooleanFill.h
index 8e26cfa984e026d9befa78949c7d4dbe2dc5b527..3e8d145e1e10448aa600ebce5ea623e161687164 100644 (file)
@@ -43,7 +43,10 @@ public:
     return MY_KIND;
   }
 
-  /// Creates a new part document if needed.
+  /// Request for initialization of data model of the feature: adding all attributes.
+  FEATURESPLUGIN_EXPORT virtual void initAttributes();
+
+  /// Performs the algorithm and stores results it in the data structure.
   FEATURESPLUGIN_EXPORT virtual void execute();
 
 public: