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

Remove frame from thread.

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

194  {
195  assert(frame==framemap[frame->number_in_frame_list]);
196  SendCommand(frame->number_in_frame_list, "RemoveFrame", Communicator::Command::MainThreadRemoveFrame);
197  frame->number_in_frame_list=-1;
198  }
void SendCommand(int iframe, const std::string from, Communicator::Command cmd)
Communication with render thread.
std::map< int, Frame * > framemap
Map of all frames handeled by thread.

+ Here is the call graph for this function: