Salome HOME
refs #744 (draft)
[modules/hydro.git] / src / HYDROData / HYDROData_LandCoverMap.h
index d88e65d238471d1a9a72a7d4106014da2b1d9da1..c6535eecbc321c69a61b93e7b0c9ad4cd9774bf7 100644 (file)
@@ -91,9 +91,9 @@ public:
   HYDRODATA_EXPORT virtual const ObjectKind GetKind() const;
 
   HYDRODATA_EXPORT bool ImportSHP( const QString& theSHPFileName,
-                                   const QList<int>& theIndices = QList<int>());
+                                   const QList<int>& theIndices = QList<int>() );
  
-  HYDRODATA_EXPORT bool ExportSHP( const QString& theSHPFileName ) const;
+  HYDRODATA_EXPORT bool ExportSHP( const QString& theSHPFileName, bool bUseDiscr = false, double theDefl = 0.1) const;
 
   HYDRODATA_EXPORT DBFStatus ImportDBF( const QString& theDBFFileName, 
                                         const QString& theFieldName, 
@@ -143,6 +143,8 @@ public:
 
   HYDRODATA_EXPORT TopoDS_Shape RemoveInternal(const TopoDS_Shape& InSh);
 
+  HYDRODATA_EXPORT bool CheckLinear();
+
 protected:
   void SetShape( const TopoDS_Shape& );