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

Start video recording.

Parameters
fnameVideo file name

Definition at line 144 of file vtkfigFrame.cxx.

145  {
146  parameter.filename=fname;
148  }
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: