VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Frame::WritePNG ( std::string  fname)

Write png image of frame content.

Parameters
fnameImage file name

Definition at line 138 of file vtkfigFrame.cxx.

139  {
140  parameter.filename=fname;
142  }
struct vtkfig::Frame::@2 parameter
Parameters to be passed between threads.
void SendCommand(std::string source, internals::Communicator::Command cmd)
Blocking send of commands to main thread.

+ Here is the call graph for this function: