VTKFIG  0.20.20181114
Easy VTK based in situ visualization
int vtkfig::Frame::ivpy ( const int  pos)
inlineprivate

Definition at line 367 of file vtkfigFrame.h.

367 { return nvpy-pos/nvpx-1;}
int nvpx
Number of viewports in x direction.
Definition: vtkfigFrame.h:313
int pos(const int ivpx, const int ivpy)
Subframe position algebra.
Definition: vtkfigFrame.h:365
int nvpy
Number of viewports in y direction.
Definition: vtkfigFrame.h:316