Salome HOME
Merge commit '0d956a814' into pre/IMPS_2016
[modules/hydro.git] / src / HYDROData / HYDROData_LCM_FaceClassifier.h
index 1a83a7efede3c8bee1c7bc8de75bb241eba396ff..30e788867d6c384945d9c9c7fce07a32742ec179 100644 (file)
@@ -33,6 +33,7 @@
 
 class BRepTopAdaptor_FClass2d;
 class HYDROData_LandCoverMap;
+class Handle(Geom_Plane);
 
 typedef NCollection_UBTree <Standard_Integer, Bnd_Box2d> HYDROData_FaceClassifier_BndBoxTree;
 
@@ -93,6 +94,8 @@ public:
     std::vector<std::set <QString> >& theTypes, 
     std::vector<NCollection_Map <TopoDS_Face> >* theFaces) const;
 
+  static Handle(Geom_Plane) GetPlane(const TopoDS_Face& F);
+
 
 private:
   const HYDROData_LandCoverMap* const myLCM;