e1d44b3eea285774c56e6254379d09ba8be4a86b
[occt.git] / src / OpenGl / OpenGl_GraphicDriver_6.cxx
1 // File:      OpenGl_GraphicDriver_6.cxx
2 // Created:   20 October 2011
3 // Author:    Sergey ZERCHANINOV
4 // Copyright: OPEN CASCADE 2011
5
6 #include <OpenGl_GraphicDriver.hxx>
7
8 void OpenGl_GraphicDriver::InitPick ()
9 {
10   // Do nothing
11 }
12
13 void OpenGl_GraphicDriver::Pick (Graphic3d_CPick& ACPick)
14 {
15   // Do nothing
16 }
17
18 void OpenGl_GraphicDriver::PickId (const Graphic3d_CGroup& ACGroup)
19 {
20   // Do nothing
21 }