PLplot
5.13.0
|
#include "plserver.h"
Public Attributes | |
char * | client |
PDFstrm * | pdfs |
PLiodev * | iodev |
int | nbytes |
int | at_bop |
int | at_eop |
short | xmin |
short | xmax |
short | ymin |
short | ymax |
PLFLT | xold |
PLFLT | yold |
Definition at line 16 of file plserver.h.
int PLRDev::at_bop |
Definition at line 22 of file plserver.h.
int PLRDev::at_eop |
Definition at line 22 of file plserver.h.
char* PLRDev::client |
Definition at line 18 of file plserver.h.
PLiodev* PLRDev::iodev |
Definition at line 20 of file plserver.h.
int PLRDev::nbytes |
Definition at line 21 of file plserver.h.
PDFstrm* PLRDev::pdfs |
Definition at line 19 of file plserver.h.
short PLRDev::xmax |
Definition at line 24 of file plserver.h.
short PLRDev::xmin |
Definition at line 24 of file plserver.h.
PLFLT PLRDev::xold |
Definition at line 25 of file plserver.h.
short PLRDev::ymax |
Definition at line 24 of file plserver.h.
short PLRDev::ymin |
Definition at line 24 of file plserver.h.
PLFLT PLRDev::yold |
Definition at line 25 of file plserver.h.