X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_GeomTool.h;h=17d48314b19a630540a087552ff36c7d0957c5b4;hb=89c7928d864f9be4f35aaa7409896c264849f273;hp=278e6cafc84cf9b577eb880bc451961f494e64ca;hpb=fdfbecc502e984321f7e660d64e6031df35e26c2;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_GeomTool.h b/src/HYDROData/HYDROData_GeomTool.h index 278e6caf..17d48314 100644 --- a/src/HYDROData/HYDROData_GeomTool.h +++ b/src/HYDROData/HYDROData_GeomTool.h @@ -20,6 +20,8 @@ #define HYDROData_GeomTool_HeaderFile #include "HYDROData.h" +#include +#include #ifdef WIN32 #pragma warning ( disable: 4251 ) @@ -113,6 +115,13 @@ public: GEOM::GEOM_Object_ptr theGeomObj, const QString& theName ); + static GEOM::GEOM_Object_ptr ExplodeShapeInGEOMandPublish( GEOM::GEOM_Gen_var theGeomEngine, + SALOMEDS::Study_ptr theStudy, + const TopoDS_Shape& theShape, + const NCollection_IndexedDataMap& aShToNameModif, + const QString& theName, + QString& theGeomObjEntry); + }; #endif