0022962: Invalid realization of reading and writing material in STEP.
[occt.git] / src / Graphic3d / Graphic3d_GraphicDriver_4.cxx
1 // File   Graphic3d_GraphicDriver_4.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 void Graphic3d_GraphicDriver::ClearStructure (const Graphic3d_CStructure& ) {
33 }
34
35 void Graphic3d_GraphicDriver::Connect (const Graphic3d_CStructure& , const Graphic3d_CStructure& ) {
36 }
37
38 void Graphic3d_GraphicDriver::ContextStructure (const Graphic3d_CStructure& ) {
39 }
40
41 void Graphic3d_GraphicDriver::Disconnect (const Graphic3d_CStructure& , const Graphic3d_CStructure& ) {
42 }
43
44 void Graphic3d_GraphicDriver::DisplayStructure (const Graphic3d_CView& , const Graphic3d_CStructure& , const Standard_Integer ) {
45 }
46
47 void Graphic3d_GraphicDriver::EraseStructure (const Graphic3d_CView& , const Graphic3d_CStructure& ) {
48 }
49
50 void Graphic3d_GraphicDriver::RemoveStructure (const Graphic3d_CStructure& ) {
51 }
52
53 void Graphic3d_GraphicDriver::Structure (Graphic3d_CStructure& ) {
54 }