libpgplotxx.a (C++ interface to PGPLOT)

◆ ask() [2/2]

basic_device& pgplot::basic_device::ask ( const bool &  flag = true)
inlineinherited

ask before clearing page? (bool version)

Definition at line 80 of file basicdevice.h.

References pgplot::basic_device::select().

81  { this->select(); cpgask(flag); return(*this); }
Here is the call graph for this function: