VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Frame::SetSingleSubFrameView ( bool  b)

Toggle single/multi view for frame with mutiple figures.

Definition at line 193 of file vtkfigFrame.cxx.

194  {
195  parameter.single_subframe_view=view;
197  }
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: