libpgplotxx.a (C++ interface to PGPLOT)

◆ Ttiledpanels() [2/3]

pgplot::Ttiledpanels::Ttiledpanels ( const Trect vp,
const Trect svp,
const Trect win,
const int &  nx,
const int &  ny 
)
inline

constructor

Parameters
vptotal view surface area to be filled
svpviewport of each panel relative to its subarea
winworld coordinates for each panel
nxnumber of x-subpanels
nynumber of y-subpanels

Definition at line 260 of file xpgplotxx.h.

References setup().

261  :
262  Mvp(vp), Mnx(nx), Mny(ny), Mpanels(0)
263  { this->setup(svp, win, nx, ny); }
void setup(const Trect &svp, const Trect &win, const int &nx, const int &ny)
function used by constructors
Definition: xpgplotxx.cc:128
int Mnx
number of subpanels
Definition: xpgplotxx.h:293
Tpanel * Mpanels
array of subpanels
Definition: xpgplotxx.h:295
Trect Mvp
the total view surface area
Definition: xpgplotxx.h:291
Here is the call graph for this function: