X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_PolylineExtractionOp.h;h=1258e1f1aa9609b3cf143b6ca947ff51fc0d121b;hb=9c947f35615e69e9e54a8c4b074dd1f2be13689c;hp=414799e5bcdfeda6d7c91399d5913d8692dbf00a;hpb=0a662d3ac2ab067cc2a48cb521d77a1ff7c93a46;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_PolylineExtractionOp.h b/src/HYDROGUI/HYDROGUI_PolylineExtractionOp.h index 414799e5..1258e1f1 100644 --- a/src/HYDROGUI/HYDROGUI_PolylineExtractionOp.h +++ b/src/HYDROGUI/HYDROGUI_PolylineExtractionOp.h @@ -37,27 +37,7 @@ public: virtual ~HYDROGUI_PolylineExtractionOp(); protected: - virtual void startOperation(); - -private: - class ShapeInfo - { - public: - ShapeInfo( const TopoDS_Shape s, const QString& n ) : myShape( s ), myName( n ) {} - TopoDS_Shape shape() const { return myShape; } - QString name() const { return myName; } - - private: - TopoDS_Shape myShape; - QString myName; - }; - - typedef QList ShapeInfoList; - -private: - ShapeInfoList extract( const Handle(HYDROData_Stream)& ) const; - ShapeInfoList extract( const Handle(HYDROData_Channel)& ) const; - ShapeInfoList extract( const Handle(HYDROData_Obstacle)& ) const; + virtual void startOperation(); }; #endif