libpgplotxx.a (C++ interface to PGPLOT)

◆ operator()()

template<class T >
T& pgplot::Tpanel::operator() ( T &  dev) const
inline

use in device context

Definition at line 195 of file xpgplotxx.h.

References Mvp, and Mwin.

196  {
197  dev.svp(Mvp);
198  dev.swin(Mwin);
199  return(dev);
200  }
Trect Mwin
world coordinates
Definition: xpgplotxx.h:227
Trect Mvp
view port for graph
Definition: xpgplotxx.h:223