Salome HOME
Extrusion fuse
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Plugin.h
index 1b49efe5833a2308024bd31be37c84f729688ef6..64750feedaf1df11a72a73afae4a0baa0dd459dc 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 // File:        FeaturesPlugin_Plugin.hxx
 // Created:     07 July 2014
 // Author:      Vitaly SMETANNIKOV
@@ -5,19 +7,22 @@
 #ifndef FeaturesPlugin_Plugin_H_
 #define FeaturesPlugin_Plugin_H_
 
-
 #include "FeaturesPlugin.h"
 #include <ModelAPI_Plugin.h>
 #include <ModelAPI_Feature.h>
 
-class FEATURESPLUGIN_EXPORT FeaturesPlugin_Plugin: public ModelAPI_Plugin
+/**\class FeaturesPlugin_Plugin
+ * \ingroup Plugins
+ * \brief The main class for management the 3D features as plugin.
+ */
+class FEATURESPLUGIN_EXPORT FeaturesPlugin_Plugin : public ModelAPI_Plugin
 {
-public:
+ public:
   /// Creates the feature object of this plugin by the feature string ID
   virtual FeaturePtr createFeature(std::string theFeatureID);
 
-public:
-  /// Is needed for python wrapping by swig
+ public:
+  /// Default constructor
   FeaturesPlugin_Plugin();
 };