copy operator
Since we use a heap allocation for Mpanels
we must provide a copy constructor allocating heap for the copy - or - we must forbid copy operations.
Definition at line 168 of file xpgplotxx.cc.
References Mnx, Mny, Mpanels, and Mvp.
175 for (
int i=0; i<
Mnx; i++)
177 for (
int j=0; j<
Mny; j++)
int Mnx
number of subpanels
Tpanel * Mpanels
array of subpanels
Trect Mvp
the total view surface area