Salome HOME
refs #640: correct width for non-georeferenced profile
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportLandCoverOp.h
index 35c8ef8405df287f840ac8133cef010b11e45473..6b48f0efe79253549e942f1bd7aeac5d7f02e1be 100644 (file)
 #include <vector>
 #include <QMap>
 
-//extern "C" {
-#include <shapelib/shapefil.h> 
-//};
-
 class SUIT_FileDlg;
 class HYDROGUI_Shape;
 class TopoDS_Face;
@@ -50,8 +46,7 @@ protected:
 
   virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg, QStringList& theBrowseObjectsEntries );
   HYDROGUI_InputPanel* createInputPanel() const;
-  void Parse(SHPHandle theHandle);
-  void ProcessSHP(SHPObject* anObj, int i, TopoDS_Face& F);
+
   void erasePreview();
  
 protected slots:
@@ -60,7 +55,6 @@ protected slots:
   void onViewerSelectionChanged ();
 
 private:
-  std::vector<SHPObject*> mySHPObjects;
   QMap<QString, HYDROGUI_Shape*> myPolygonName2PrsShape;
 };