12c7eeb9032be1a95cc5eb57a12cf74d45917787
[occt.git] / src / Graphic3d / Graphic3d_GraphicDriver_3.cxx
1 // File   Graphic3d_GraphicDriver_3.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 void Graphic3d_GraphicDriver::ClearGroup (const Graphic3d_CGroup& ) {
32 }
33
34 void Graphic3d_GraphicDriver::CloseGroup (const Graphic3d_CGroup& ) {
35 }
36
37
38 void Graphic3d_GraphicDriver::FaceContextGroup (const Graphic3d_CGroup& , const Standard_Integer NoInsert) {
39 }
40
41
42 void Graphic3d_GraphicDriver::Group (Graphic3d_CGroup& ) {
43 }
44
45
46 void Graphic3d_GraphicDriver::LineContextGroup (const Graphic3d_CGroup& , const Standard_Integer ) {
47 }
48
49 void Graphic3d_GraphicDriver::MarkerContextGroup (const Graphic3d_CGroup& , const Standard_Integer ) {
50 }
51
52 void Graphic3d_GraphicDriver::MarkerContextGroup (const Graphic3d_CGroup& , const Standard_Integer, const Standard_Integer, const Standard_Integer, const Handle(TColStd_HArray1OfByte)& ) {
53 }
54
55
56
57 void Graphic3d_GraphicDriver::OpenGroup (const Graphic3d_CGroup& ) {
58 }
59
60
61 void Graphic3d_GraphicDriver::RemoveGroup (const Graphic3d_CGroup& ) {
62 }
63
64 void Graphic3d_GraphicDriver::TextContextGroup (const Graphic3d_CGroup& , const Standard_Integer ) {
65
66 }