X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FExchangePlugin_ImportFeature.h;h=673a6d9509955ac69ccd9298798b1ea936a7f8a7;hb=04a8a265b25901dd54e34d449f8d0c64304f1e69;hp=54ed715213ce7c2ea7c4800e7a95e8a3afed1904;hpb=26eb9df03b20bbec3ecafbda1a1b1fcfe5f06bbc;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/ExchangePlugin_ImportFeature.h b/src/ExchangePlugin/ExchangePlugin_ImportFeature.h index 54ed71521..673a6d950 100644 --- a/src/ExchangePlugin/ExchangePlugin_ImportFeature.h +++ b/src/ExchangePlugin/ExchangePlugin_ImportFeature.h @@ -5,20 +5,17 @@ #include #include - -#include +#include #include -#define IMPORTED_FEATURE_COLOR "#E0A01B" - /**\class ExchangePlugin_ImportFeature * \ingroup Plugins * \brief Feature for import shapes from the external files in CAD formats. * * The set of supported formats is defined in the configuration file. */ -class ExchangePlugin_ImportFeature : public ModelAPI_Feature, public GeomAPI_ICustomPrs +class ExchangePlugin_ImportFeature : public ModelAPI_Feature { public: /// Extrusion kind @@ -52,9 +49,6 @@ class ExchangePlugin_ImportFeature : public ModelAPI_Feature, public GeomAPI_ICu return true; } - /// Modifies the given presentation in the custom way. - virtual void customisePresentation(AISObjectPtr thePrs); - protected: /// POerforms the import of the file EXCHANGEPLUGIN_EXPORT bool importFile(const std::string& theFileName);