VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Frame::SetFrameTitle ( const std::string  title)

Set Frame title.

This title will show up within the frame

Parameters
titleTitle

Definition at line 178 of file vtkfigFrame.cxx.

179  {
180  parameter.frametitle=title;
182  }
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: