X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ExportFileOp.h;h=2f20d768c80ef661a008c4af384c6db4aea1b3bb;hb=6ba63abdcb5832a1773cb33cf67d6b34aee4139d;hp=ed9baa99d37f9b711cfda1a276d645e077cdaf80;hpb=1a34f38dc2200f3ebf8b7d54858f320ca080945b;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ExportFileOp.h b/src/HYDROGUI/HYDROGUI_ExportFileOp.h index ed9baa99..2f20d768 100644 --- a/src/HYDROGUI/HYDROGUI_ExportFileOp.h +++ b/src/HYDROGUI/HYDROGUI_ExportFileOp.h @@ -1,8 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// +// Copyright (C) 2014-2015 EDF-R&D // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either @@ -26,16 +22,7 @@ #include "HYDROGUI_Operation.h" #include -//extern "C" { -#include -//}; - class SUIT_FileDlg; -class gp_XYZ; -class Handle_HYDROData_PolylineXY; -class Handle_HYDROData_Polyline3D; -class Handle_HYDROData_LandCover; -class TopoDS_Face; class HYDROGUI_ExportFileOp : public HYDROGUI_Operation { @@ -47,14 +34,9 @@ public: protected: virtual void startOperation(); - void WriteObjectPolyXY(SHPHandle theShpHandle, Handle_HYDROData_PolylineXY thePoly ); - void WriteObjectPoly3D(SHPHandle theShpHandle, Handle_HYDROData_Polyline3D thePoly ); - void WriteObjectLC(SHPHandle theShpHandle, Handle_HYDROData_LandCover theLC ); -private: - void ProcessFace(TopoDS_Face theFace, SHPHandle theShpHandle); + private: SUIT_FileDlg* myFileDlg; - std::vector mySHPObjects; }; #endif