20 #ifndef TF_PGPLOTDEVICE_H_VERSION 22 #define TF_PGPLOTDEVICE_H_VERSION \ 23 "TF_DEVICE_H V1.0 (17-03-2015)" 99 int band(
int mode,
int posn,
float xref,
float yref,
float *x,
float *y,
102 int band(
const int& mode,
const int& posn,
103 const float& xref,
const float& yref,
float& x,
float& y,
105 {
return(this->
band(mode, posn, xref, yref, &x, &y, &ch)); }
116 int curs(
float *x,
float *y,
char *ch)
118 int curs(
float& x,
float& y,
char& ch)
119 {
return(this->
curs(&x, &y, &ch)); }
133 #endif // TF_PGPLOTDEVICE_H_VERSION (includeguard) int band(const int &mode, const int &posn, const float &xref, const float &yref, float *x, float *y, char *ch_scalar)
int band(int mode, int posn, float xref, float yref, float *x, float *y, char *ch)
read cursor position, with anchor.
basic_device & olin(int maxpt, int *npt, float *x, float *y, int symbol)
PGPLOT basic device class (prototypes)
int band(const int &mode, const int &posn, const float &xref, const float &yref, float &x, float &y, char &ch)
read cursor position, with anchor.
contains all pgplot stuff
int curs(float &x, float &y, char &ch)
read cursor position, with anchor.
basic_device & lcur(int maxpt, int *npt, float *x, float *y)
basic_device & lcur(int maxpt, int *npt, float *x, float *y)
read cursor position, with anchor.
int curs(float *x, float *y, char *ch_scalar)
basic_device & ncur(int maxpt, int *npt, float *x, float *y, int symbol)
int curs(float *x, float *y, char *ch)
read cursor position.
the standard device class
basic_device & ncur(int maxpt, int *npt, float *x, float *y, int symbol)
read cursor position, with anchor.
basic_device & olin(int maxpt, int *npt, float *x, float *y, int symbol)
read cursor position, with anchor.
device(const char *devName)
create a new device