0024023: Revamp the OCCT Handle -- general
[occt.git] / src / Prs3d / Prs3d_WFShape.hxx
index 845e81a..cd644b8 100755 (executable)
 #include <Quantity_Length.hxx>
 
 class Adaptor3d_Curve;
+class BRepAdaptor_HSurface;
 class TopoDS_Edge;
 class TopoDS_Shape;
-class TColgp_SequenceOfPnt;
-class Handle(BRepAdaptor_HSurface);
-class Handle(Prs3d_Drawer);
+class Prs3d_Drawer;
 
 class Prs3d_WFShape : Prs3d_Root
 {
@@ -105,7 +104,6 @@ public:
 private:
 
   static Standard_Boolean AddPolygon (const TopoDS_Edge&    theEdge,
-                                      const Standard_Real   theDeflection,
                                       TColgp_SequenceOfPnt& thePoints);
 
 private: