fe82a5e56b17f275dc026f7a5a906ed8a74a7f61
[occt.git] / src / Graphic3d / Graphic3d_GraphicDriver_8.cxx
1 // File   Graphic3d_GraphicDriver_8.cxx
2 // Created  Mardi 28 janvier 1997
3 // Author CAL
4 //      02.15.100 : JR : Clutter
5
6 //-Copyright  MatraDatavision 1997
7
8 //-Version  
9
10 //-Design Declaration des variables specifiques aux Drivers
11
12 //-Warning  Un driver encapsule les Pex et OpenGl drivers
13
14 //-References 
15
16 //-Language C++ 2.0
17
18 //-Declarations
19
20 // for the class
21 #include <Graphic3d_GraphicDriver.jxx>
22
23 #include <Aspect_DriverDefinitionError.hxx>
24
25 //-Aliases
26
27 //-Global data definitions
28
29 //-Methods, in order
30
31
32 Standard_Boolean Graphic3d_GraphicDriver::BeginAddMode (const Graphic3d_CView& ) {
33   return Standard_True;
34 }
35
36 void Graphic3d_GraphicDriver::EndAddMode (void) {
37 }
38
39 Standard_Boolean Graphic3d_GraphicDriver::BeginImmediatMode (const Graphic3d_CView& , const Aspect_CLayer2d& , const Aspect_CLayer2d& , const Standard_Boolean , const Standard_Boolean ) {
40   return Standard_True;
41 }
42
43 void Graphic3d_GraphicDriver::BeginPolyline () {
44 }
45
46 void Graphic3d_GraphicDriver::ClearImmediatMode (const Graphic3d_CView&, const Standard_Boolean ) {
47 }
48
49 void Graphic3d_GraphicDriver::Draw (const Standard_ShortReal , const Standard_ShortReal , const Standard_ShortReal ) {
50 }
51
52 void Graphic3d_GraphicDriver::DrawStructure (const Graphic3d_CStructure& ) {
53 }
54
55 void Graphic3d_GraphicDriver::EndImmediatMode (const Standard_Integer ) {
56 }
57
58 void Graphic3d_GraphicDriver::EndPolyline () {
59 }
60
61 void Graphic3d_GraphicDriver::Move (const Standard_ShortReal , const Standard_ShortReal , const Standard_ShortReal ) {
62 }
63
64 void Graphic3d_GraphicDriver::SetLineColor (const Standard_ShortReal , const Standard_ShortReal , const Standard_ShortReal ) {
65 }
66
67 void Graphic3d_GraphicDriver::SetLineType (const Standard_Integer ) {
68 }
69
70 void Graphic3d_GraphicDriver::SetLineWidth (const Standard_ShortReal ) {
71 }
72
73
74 void Graphic3d_GraphicDriver::SetMinMax (const Standard_ShortReal , const Standard_ShortReal , const Standard_ShortReal , const Standard_ShortReal , const Standard_ShortReal , const Standard_ShortReal ) {
75 }
76
77 void Graphic3d_GraphicDriver::Transform (const TColStd_Array2OfReal& , const Graphic3d_TypeOfComposition ) {
78
79 }