VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Frame::SetLayout ( int  nvpx,
int  nvpy 
)

Set layout of subframes.

Parameters
nvpxnumber of viewport columns
nvpxnumber of viewport rows

Definition at line 185 of file vtkfigFrame.cxx.

186  {
187  parameter.nvpx=xnvpx;
188  parameter.nvpy=xnvpy;
190  }
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: