|
libpgplotxx.a (C++ interface to PGPLOT)
|
multipanel area More...
#include <xpgplotxx.h>

Public Member Functions | |
| Ttiledpanels (const Tpanel &panel, const Trect &svp, const Trect &win, const int &nx, const int &ny) | |
| Ttiledpanels (const Trect &vp, const Trect &svp, const Trect &win, const int &nx, const int &ny) | |
| Ttiledpanels (const Ttiledpanels &panels) | |
| ~Ttiledpanels () | |
| destructor More... | |
| int | nxsub () const |
| return number of x-subpanels More... | |
| int | nysub () const |
| return number of x-subpanels More... | |
| Tpanel & | operator() (const int &ix, const int &iy) |
| return subpanel More... | |
| Ttiledpanels & | operator= (const Ttiledpanels &panels) |
Private Member Functions | |
| void | setup (const Trect &svp, const Trect &win, const int &nx, const int &ny) |
| function used by constructors More... | |
Private Attributes | |
| Trect | Mvp |
| the total view surface area More... | |
| int | Mnx |
| number of subpanels More... | |
| int | Mny |
| Tpanel * | Mpanels |
| array of subpanels More... | |
multipanel area
This class may hold tiled panels
| T | any pgplot device class |
Definition at line 238 of file xpgplotxx.h.