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

Method ClearView

source/visualization/OpenGL/src/G4OpenGLViewer.cc:149–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void G4OpenGLViewer::ClearView () {
150 ClearViewWithoutFlush();
151
152 if(!isFramebufferReady()) {
153 return;
154 }
155
156 glFlush();
157}
158
159
160void G4OpenGLViewer::ClearViewWithoutFlush () {

Callers 15

zoom_callbackMethod · 0.45
dolly_callbackMethod · 0.45
up_down_pan_callbackMethod · 0.45
WindowProcMethod · 0.45
rotate_in_thetaMethod · 0.45
rotate_in_phiMethod · 0.45
wobble_timer_callbackMethod · 0.45
reset_callbackMethod · 0.45
ClearTransientStoreMethod · 0.45
ClearTransientStoreMethod · 0.45
ClearTransientStoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected