Salome HOME
Import of shapefile - bug fixes; #refs 614
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ExportFileOp.h
index 3fd45f81738620c3119d9171c1928e5556ab0184..d5884f5856cde712efd561e7a216e2316e045dd1 100644 (file)
 #include "HYDROGUI_Operation.h"
 #include <vector>
 
-//extern "C" {
-#include <shapefil.h> 
-//};
-
 class SUIT_FileDlg;
 class gp_XYZ;
 class Handle_HYDROData_PolylineXY;
@@ -47,14 +43,9 @@ public:
 
 protected:
   virtual void startOperation();
-  int WriteObjectPolyXY(SHPHandle theShpHandle, Handle_HYDROData_PolylineXY thePoly );
-  int WriteObjectPoly3D(SHPHandle theShpHandle, Handle_HYDROData_Polyline3D thePoly );
-  int WriteObjectLC(SHPHandle theShpHandle, Handle_HYDROData_LandCover theLC );
-private:
-  void ProcessFace(TopoDS_Face theFace, SHPHandle theShpHandle);
+
  private:
   SUIT_FileDlg* myFileDlg;
-  std::vector<SHPObject*> mySHPObjects;
 };
 
 #endif