X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_ResultCompSolid.h;h=a953aaff78c218ab4ec545f88c8e9e5e0605e907;hb=b6be33d3af5a10e204e3bd69708d49b8b9f1a127;hp=4a0efd6fc6fbbcf79ff1fefc17121961afd6b136;hpb=21e765709ef191519dc14463ce5ce90c2d62cc04;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_ResultCompSolid.h b/src/ModelAPI/ModelAPI_ResultCompSolid.h index 4a0efd6fc..a953aaff7 100755 --- a/src/ModelAPI/ModelAPI_ResultCompSolid.h +++ b/src/ModelAPI/ModelAPI_ResultCompSolid.h @@ -17,19 +17,11 @@ * * Provides a conainer of body result that may be displayed in the viewer. */ -class ModelAPI_ResultCompSolid : public ModelAPI_Result +class ModelAPI_ResultCompSolid : public ModelAPI_ResultBody { public: MODELAPI_EXPORT virtual ~ModelAPI_ResultCompSolid(); /// Returns the group identifier of this result - MODELAPI_EXPORT virtual std::string groupName(); - - /// Returns the group identifier of this result - inline static std::string group() - { - static std::string MY_GROUP = "Bodies"; - return MY_GROUP; - } /// Returns the feature is disabled or not. MODELAPI_EXPORT virtual bool isDisabled() const;