X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FConstructionPlugin%2FConstructionPlugin_Plugin.h;h=a7ec72fc43e56b3ff5c4935d27ded5f7e2ad6403;hb=268d201ee47fc1896a1af0d59c5b3bf3844d3c9a;hp=79f48abe5cd6e375891d1b573ed9565d1c9c5e6d;hpb=f4f01be0d0f2642aaca4844b34c98a062e2afbb9;p=modules%2Fshaper.git diff --git a/src/ConstructionPlugin/ConstructionPlugin_Plugin.h b/src/ConstructionPlugin/ConstructionPlugin_Plugin.h index 79f48abe5..a7ec72fc4 100644 --- a/src/ConstructionPlugin/ConstructionPlugin_Plugin.h +++ b/src/ConstructionPlugin/ConstructionPlugin_Plugin.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: ConstructionPlugin_Plugin.hxx // Created: 31 Mar 2014 // Author: Mikhail PONIKAROV @@ -9,13 +11,17 @@ #include "ModelAPI_Plugin.h" #include "ModelAPI_Feature.h" +/**\class ConstructionPlugin_Plugin + * \ingroup Plugins + * \brief The main class for management the construction features as plugin. + */ class CONSTRUCTIONPLUGIN_EXPORT ConstructionPlugin_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: + /// Default constructor ConstructionPlugin_Plugin(); };