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

Subframe position algebra.

Definition at line 365 of file vtkfigFrame.h.

365 { return (nvpy-ivpy-1)*nvpx+ivpx;}
int nvpx
Number of viewports in x direction.
Definition: vtkfigFrame.h:313
int nvpy
Number of viewports in y direction.
Definition: vtkfigFrame.h:316
int ivpx(const int pos)
Definition: vtkfigFrame.h:366
int ivpy(const int pos)
Definition: vtkfigFrame.h:367