X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_PolylineExtractionOp.h;h=1258e1f1aa9609b3cf143b6ca947ff51fc0d121b;hb=1e2e53d3b9cf6c62ed41e72a0685f7fbb115906c;hp=72fbc6fcdee362445bf96ff48adf6a6bc347ff30;hpb=e2d72d10ae742f706b1db43ed51d4d56cbb98706;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_PolylineExtractionOp.h b/src/HYDROGUI/HYDROGUI_PolylineExtractionOp.h index 72fbc6fc..1258e1f1 100644 --- a/src/HYDROGUI/HYDROGUI_PolylineExtractionOp.h +++ b/src/HYDROGUI/HYDROGUI_PolylineExtractionOp.h @@ -37,15 +37,7 @@ public: virtual ~HYDROGUI_PolylineExtractionOp(); protected: - virtual void startOperation(); - -private: - typedef NCollection_DataMap ShapeMap; - -private: - ShapeMap extract( const Handle(HYDROData_Stream)& ); - ShapeMap extract( const Handle(HYDROData_Channel)& ); - ShapeMap extract( const Handle(HYDROData_Obstacle)& ); + virtual void startOperation(); }; #endif