libpgplotxx.a (C++ interface to PGPLOT)

◆ ncur()

basic_device& pgplot::basic_device::ncur ( int  maxpt,
int *  npt,
float *  x,
float *  y,
int  symbol 
)
inlineprotected

Definition at line 600 of file basicdevice.h.

References select().

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

601  { this->select(); cpgncur(maxpt, npt, x, y, symbol); return(*this); }
Here is the call graph for this function:
Here is the caller graph for this function: