]> SALOME platform Git repositories - modules/hydro.git/blobdiff - src/HYDROData/HYDROData_LandCoverMap.h
Salome HOME
debug of DTM presentation
[modules/hydro.git] / src / HYDROData / HYDROData_LandCoverMap.h
index 736a8d7e16a49be03a5bd26bc029a5d39f62fada..43c074ba183ce89522b36b0d440385079b1c01fd 100644 (file)
@@ -25,6 +25,8 @@
 #include <QString>
 #include <TopoDS_Face.hxx>
 #include <TopExp_Explorer.hxx>
+#include <vector>
+#include <set>
 
 class Handle_HYDROData_StricklerTable;
 #include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
@@ -142,10 +144,14 @@ public:
   HYDRODATA_EXPORT void SetTransparency( double );
   HYDRODATA_EXPORT double GetTransparency() const;
 
-  HYDRODATA_EXPORT TopoDS_Shape RemoveInternal(const TopoDS_Shape& InSh);
+  HYDRODATA_EXPORT void RemoveInternal(TopoDS_Shape& ShToRebuild, NCollection_IndexedDataMap<TopoDS_Face, TopoDS_Face>* aF2FReplace);
 
   HYDRODATA_EXPORT bool CheckLinear();
 
+  HYDRODATA_EXPORT virtual void UpdateLocalCS( double theDx, double theDy );
+
+  HYDRODATA_EXPORT void ClassifyPoints( const std::vector<gp_Pnt2d>& thePoints, std::vector<std::set <QString> >& theTypes ) const;
+
 protected:
   void SetShape( const TopoDS_Shape& );