VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Frame::SetActiveSubFrame ( int  iframe)

Set active subframe number for editing, single/multiview etc.

Definition at line 90 of file vtkfigFrame.cxx.

91  {
92  if (ipos>=nvpx*nvpy)
93  SetAutoLayout(ipos+1);
94 
95  parameter.active_subframe=ipos;
97  }
int nvpx
Number of viewports in x direction.
Definition: vtkfigFrame.h:313
void SetAutoLayout(int nfig)
Definition: vtkfigFrame.cxx:41
int nvpy
Number of viewports in y direction.
Definition: vtkfigFrame.h:316
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: