libpgplotxx.a (C++ interface to PGPLOT)
pgplot::Ttiledpanels Class Reference

multipanel area More...

#include <xpgplotxx.h>

Collaboration diagram for pgplot::Ttiledpanels:

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...
 
Tpaneloperator() (const int &ix, const int &iy)
 return subpanel More...
 
Ttiledpanelsoperator= (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
 
TpanelMpanels
 array of subpanels More...
 

Detailed Description

multipanel area

This class may hold tiled panels

Parameters
Tany pgplot device class

Definition at line 238 of file xpgplotxx.h.


The documentation for this class was generated from the following files: