libpgplotxx.a (C++ interface to PGPLOT)

◆ qwin() [1/3]

basic_device& pgplot::basic_device::qwin ( float *  x1,
float *  x2,
float *  y1,
float *  y2 
)
inlineinherited

inquire window boundary coordinates

Definition at line 346 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by pgplot::pgaff::gray(), and pgplot::basic_device::qwin().

347  {
348  this->select();
349  cpgqwin(x1, x2, y1, y2);
350  return(*this);
351  }
Here is the call graph for this function:
Here is the caller graph for this function: