VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Frame::RemoveFigure ( Figure figure)

Remove figure.

Definition at line 82 of file vtkfigFrame.cxx.

83  {
84  this->figures.erase(fig);
85  parameter.current_figure=fig;
87  }
struct vtkfig::Frame::@2 parameter
Parameters to be passed between threads.
std::set< Figure * > figures
List of all figures in frame.
Definition: vtkfigFrame.h:310
void SendCommand(std::string source, internals::Communicator::Command cmd)
Blocking send of commands to main thread.

+ Here is the call graph for this function: