libpgplotxx.a (C++ interface to PGPLOT)

◆ band() [3/3]

int pgplot::basic_device::band ( const int &  mode,
const int &  posn,
const float &  xref,
const float &  yref,
float *  x,
float *  y,
char *  ch_scalar 
)
inlineprotectedinherited

Definition at line 586 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by band().

589  {
590  this->select();
591  return(cpgband(mode, posn, xref, yref, x, y, ch_scalar));
592  }
Here is the call graph for this function:
Here is the caller graph for this function: