X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConstructionPlugin%2FConstructionPlugin_Plugin.h;h=a7ec72fc43e56b3ff5c4935d27ded5f7e2ad6403;hb=f387a286673e6be6e5c065f3bbf3c19ed5981a30;hp=79f48abe5cd6e375891d1b573ed9565d1c9c5e6d;hpb=1b8ae7d688c8a698f81f58242b5f6370984a2c22;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(); };