X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOM_I_Superv%2FGEOM_Superv_i.hh;fp=src%2FGEOM_I_Superv%2FGEOM_Superv_i.hh;h=e35a40aaf981319bbc4c12e6f03dbd6f9af2a27b;hb=de644ac6fe44325aaa8ce9c1aa729dd9189eea6e;hp=caaa9fe645e0c3410e739355d3591cc8233c9864;hpb=e6d054cfcd53405d16a2466ceb0aee3603057784;p=modules%2Fgeom.git diff --git a/src/GEOM_I_Superv/GEOM_Superv_i.hh b/src/GEOM_I_Superv/GEOM_Superv_i.hh index caaa9fe64..e35a40aaf 100644 --- a/src/GEOM_I_Superv/GEOM_Superv_i.hh +++ b/src/GEOM_I_Superv/GEOM_Superv_i.hh @@ -69,6 +69,7 @@ public: void getBlocksOp(); void getCurvesOp(); void getLocalOp(); + void getMeasureOp(); void getGroupOp(); void getAdvancedOp(); void getSTLPluginOp(); @@ -780,6 +781,11 @@ public: CORBA::Double theH, GEOM::pattern thePattern); GEOM::GEOM_Object_ptr MakeSmoothingSurface (GEOM::GEOM_List_ptr thelPoints); + + //-----------------------------------------------------------// + // Measure Operations // + //-----------------------------------------------------------// + GEOM::GEOM_List_ptr PatchFace(GEOM::GEOM_Object_ptr theShape); /*@@ insert new functions before this line @@ do not remove this line @@*/ protected: @@ -797,6 +803,7 @@ private: GEOM::GEOM_IBlocksOperations_var myBlocksOp; GEOM::GEOM_ICurvesOperations_var myCurvesOp; GEOM::GEOM_ILocalOperations_var myLocalOp; + GEOM::GEOM_IMeasureOperations_var myMeasureOp; GEOM::GEOM_IGroupOperations_var myGroupOp; GEOM::IAdvancedOperations_var myAdvancedOp; GEOM::ISTLOperations_var mySTLOp;