0024023: Revamp the OCCT Handle -- downcast (automatic)
[occt.git] / src / TopOpeBRepDS / TopOpeBRepDS_DRAW.hxx
1 // Created on: 1997-11-26
2 // Created by: Jean Yves LEBEY
3 // Copyright (c) 1997-1999 Matra Datavision
4 // Copyright (c) 1999-2014 OPEN CASCADE SAS
5 //
6 // This file is part of Open CASCADE Technology software library.
7 //
8 // This library is free software; you can redistribute it and/or modify it under
9 // the terms of the GNU Lesser General Public License version 2.1 as published
10 // by the Free Software Foundation, with special exception defined in the file
11 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 // distribution for complete text of the license and disclaimer of any warranty.
13 //
14 // Alternatively, this file may be used under the terms of Open CASCADE
15 // commercial license or contractual agreement.
16
17 #ifndef _TopOpeBRepDS_DRAW_HeaderFile
18 #define _TopOpeBRepDS_DRAW_HeaderFile
19
20 #ifdef DRAW
21 #include <TopOpeBRepDS_define.hxx>
22 #include <DBRep.hxx>
23 #include <DrawTrSurf.hxx>
24 #include <gp_Pnt2d.hxx>
25 #include <Geom2d_Curve.hxx>
26 #include <gp_Pnt.hxx>
27 #include <gp_Vec.hxx>
28 #include <Geom_Curve.hxx>
29 #include <gp_Dir.hxx>
30
31 Standard_EXPORT void FUN_draw (const TopoDS_Shape& s);
32 Standard_EXPORT void FUN_draw (const gp_Pnt& p);
33 Standard_EXPORT void FUN_draw (const gp_Pnt2d& p);
34 Standard_EXPORT void FUN_draw (const Handle(Geom2d_Curve) c, const Standard_Real dpar);
35 Standard_EXPORT void FUN_draw (const gp_Pnt& p, const gp_Dir& v);
36 Standard_EXPORT void FUN_draw (const gp_Pnt& p, const gp_Vec& v);
37 Standard_EXPORT void FUN_brep_draw (const TCollection_AsciiString& aa, const gp_Pnt& p);
38 Standard_EXPORT void FUN_brep_draw (const TCollection_AsciiString& aa, const gp_Pnt& p, const gp_Dir& d);
39 Standard_EXPORT void FUN_brep_draw (const TCollection_AsciiString& aa, const TopoDS_Shape& s);
40 Standard_EXPORT void FUN_brep_draw (const TCollection_AsciiString& aa, const Handle(Geom_Curve)& C, const Standard_Real& f, const Standard_Real& l);
41 Standard_EXPORT void FUN_brep_draw (const TCollection_AsciiString& aa, const Handle(Geom_Curve)& C);
42 Standard_EXPORT void FUN_DrawMap(const TopTools_DataMapOfShapeListOfShape& DataforDegenEd);
43 Standard_EXPORT void FUN_draw2de (const TopoDS_Shape& ed,const TopoDS_Shape& fa);
44 Standard_EXPORT void FUN_draw2d(const Standard_Real& par,const TopoDS_Edge& E,const TopoDS_Edge& Eref,const TopoDS_Face& Fref);
45
46 #endif
47 // DRAW
48
49 #endif