VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::internals::MainThread::Update ( )
private

Update all figures in all frames.

Definition at line 153 of file vtkfigMainThread-2018-01-26-2205.cxx.

154  {
155  if (connection_open)
157  else if (interactor)
158  interactor->Start();
159  }
vtkSmartPointer< vtkRenderWindowInteractor > interactor
bool connection_open
State of connection to client.
static void CommunicatorThreadCallback(MainThread *)
Callback function for communicator thread if multithreading is off.

+ Here is the call graph for this function: