0022962: Invalid realization of reading and writing material in STEP.
[occt.git] / src / Graphic3d / Graphic3d_GraphicDriver_5.cxx
1 // File   Graphic3d_GraphicDriver_5.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::DumpGroup (const Graphic3d_CGroup& ) {
33 }
34
35
36 void Graphic3d_GraphicDriver::DumpStructure (const Graphic3d_CStructure& ) {
37 }
38
39
40 void Graphic3d_GraphicDriver::DumpView (const Graphic3d_CView& ) {
41 }
42
43
44 Standard_Boolean Graphic3d_GraphicDriver::ElementExploration (const Graphic3d_CStructure & , const Standard_Integer , Graphic3d_VertexNC& , Graphic3d_Vector& ) {
45   return Standard_False;
46 }
47
48
49 Graphic3d_TypeOfPrimitive Graphic3d_GraphicDriver::ElementType (const Graphic3d_CStructure & , const Standard_Integer ) {
50   return Graphic3d_TOP_UNDEFINED;
51 }