libpgplotxx.a (C++ interface to PGPLOT)

◆ curs()

int pgplot::basic_device::curs ( float *  x,
float *  y,
char *  ch_scalar 
)
inlineprotected

Definition at line 593 of file basicdevice.h.

References select().

Referenced by pgplot::device::curs().

594  {
595  this->select();
596  return(cpgcurs(x, y, ch_scalar));
597  }
Here is the call graph for this function:
Here is the caller graph for this function: