VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Frame::Show ( )

Show frame content and continue.

Without interaction, this triggers a non-blocking run of the event loop. It can be blocked however by the space key.

Definition at line 37 of file vtkfigFrame.cxx.

37 { mainthread->Show(); step_number++;}
internals::MainThread * mainthread
The spinning main thread.
Definition: vtkfigFrame.h:408
void Show()
Show all frames aka nonblocking event loop.

+ Here is the call graph for this function: