]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Feature.h
Salome HOME
Sketch line feature based on points attributes
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Feature.h
index 2bb33c268c36be267526e0b38cfa6aca00640d30..26efd6e054c4fa6284ba73e02861afd75f7ad2fe 100644 (file)
@@ -7,9 +7,10 @@
 
 #include "SketchPlugin.h"
 #include <ModelAPI_Feature.h>
-
 #include <GeomAPI_Shape.h>
 
+class SketchPlugin_Sketch;
+
 /**\class SketchPlugin_Feature
  * \ingroup DataModel
  * \brief Feature for creation of the new feature in PartSet. This is an abstract class to give
@@ -19,6 +20,7 @@ class SketchPlugin_Feature: public ModelAPI_Feature
 {
 public:
   /// Returns the sketch preview
+  /// \param theSketch the owner of this feature
   /// \return the built preview
   SKETCHPLUGIN_EXPORT virtual const boost::shared_ptr<GeomAPI_Shape>& preview() = 0;