MCPcopy Create free account
hub / github.com/Geant4/geant4 / SetView

Method SetView

source/visualization/OpenGL/src/G4OpenGLWin32Viewer.cc:47–56  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

45
46//////////////////////////////////////////////////////////////////////////////
47void G4OpenGLWin32Viewer::SetView (
48)
49//////////////////////////////////////////////////////////////////////////////
50//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
51{
52 if(!fHDC) return;
53 if(!fHGLRC) return;
54 ::wglMakeCurrent(fHDC,fHGLRC);
55 G4OpenGLViewer::SetView ();
56}
57
58//////////////////////////////////////////////////////////////////////////////
59void G4OpenGLWin32Viewer::ShowView (

Callers 1

WindowProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected