#include "plplotP.h"
Go to the source code of this file.
Defines | |
#define | NEED_PLDEBUG |
Functions | |
static void | print_ieeef (void *, void *) |
static int | pdf_wrx (const U_CHAR *x, long nitems, PDFstrm *pdfs) |
void | pdf_set (char *option, int value) |
PDFstrm * | pdf_fopen (const char *filename, const char *mode) |
PDFstrm * | pdf_bopen (U_CHAR *buffer, long bufmax) |
PDFstrm * | pdf_finit (FILE *file) |
int | pdf_close (PDFstrm *pdfs) |
int | pdf_putc (int c, PDFstrm *pdfs) |
int | pdf_getc (PDFstrm *pdfs) |
int | pdf_ungetc (int c, PDFstrm *pdfs) |
int | pdf_rdx (U_CHAR *x, long nitems, PDFstrm *pdfs) |
int | pdf_wr_header (PDFstrm *pdfs, char *header) |
int | pdf_rd_header (PDFstrm *pdfs, char *header) |
int | pdf_wr_string (PDFstrm *pdfs, const char *string) |
int | pdf_rd_string (PDFstrm *pdfs, char *string, int nmax) |
int | pdf_wr_1byte (PDFstrm *pdfs, U_CHAR s) |
int | pdf_rd_1byte (PDFstrm *pdfs, U_CHAR *ps) |
int | pdf_wr_2bytes (PDFstrm *pdfs, U_SHORT s) |
int | pdf_rd_2bytes (PDFstrm *pdfs, U_SHORT *ps) |
int | pdf_wr_2nbytes (PDFstrm *pdfs, U_SHORT *s, PLINT n) |
int | pdf_rd_2nbytes (PDFstrm *pdfs, U_SHORT *s, PLINT n) |
int | pdf_wr_4bytes (PDFstrm *pdfs, U_LONG s) |
int | pdf_rd_4bytes (PDFstrm *pdfs, U_LONG *ps) |
int | pdf_wr_ieeef (PDFstrm *pdfs, float f) |
int | pdf_rd_ieeef (PDFstrm *pdfs, float *pf) |
void | plAlloc2dGrid (PLFLT ***f, PLINT nx, PLINT ny) |
void | plFree2dGrid (PLFLT **f, PLINT nx, PLINT ny) |
void | plMinMax2dGrid (const PLFLT **f, PLINT nx, PLINT ny, PLFLT *fmax, PLFLT *fmin) |
Variables | |
static int | debug = 0 |
#define NEED_PLDEBUG |
Definition at line 35 of file pdfutils.c.
PDFstrm* pdf_bopen | ( | U_CHAR * | buffer, | |
long | bufmax | |||
) |
Definition at line 136 of file pdfutils.c.
int pdf_close | ( | PDFstrm * | pdfs | ) |
Definition at line 213 of file pdfutils.c.
PDFstrm* pdf_finit | ( | FILE * | file | ) |
Definition at line 184 of file pdfutils.c.
PDFstrm* pdf_fopen | ( | const char * | filename, | |
const char * | mode | |||
) |
Definition at line 64 of file pdfutils.c.
int pdf_getc | ( | PDFstrm * | pdfs | ) |
Definition at line 289 of file pdfutils.c.
int pdf_putc | ( | int | c, | |
PDFstrm * | pdfs | |||
) |
Definition at line 245 of file pdfutils.c.
int pdf_rd_1byte | ( | PDFstrm * | pdfs, | |
U_CHAR * | ps | |||
) |
Definition at line 567 of file pdfutils.c.
int pdf_rd_2bytes | ( | PDFstrm * | pdfs, | |
U_SHORT * | ps | |||
) |
Definition at line 605 of file pdfutils.c.
Definition at line 649 of file pdfutils.c.
int pdf_rd_4bytes | ( | PDFstrm * | pdfs, | |
U_LONG * | ps | |||
) |
Definition at line 695 of file pdfutils.c.
int pdf_rd_header | ( | PDFstrm * | pdfs, | |
char * | header | |||
) |
Definition at line 474 of file pdfutils.c.
int pdf_rd_ieeef | ( | PDFstrm * | pdfs, | |
float * | pf | |||
) |
Definition at line 842 of file pdfutils.c.
int pdf_rd_string | ( | PDFstrm * | pdfs, | |
char * | string, | |||
int | nmax | |||
) |
Definition at line 523 of file pdfutils.c.
int pdf_rdx | ( | U_CHAR * | x, | |
long | nitems, | |||
PDFstrm * | pdfs | |||
) |
Definition at line 408 of file pdfutils.c.
void pdf_set | ( | char * | option, | |
int | value | |||
) |
Definition at line 50 of file pdfutils.c.
int pdf_ungetc | ( | int | c, | |
PDFstrm * | pdfs | |||
) |
Definition at line 323 of file pdfutils.c.
int pdf_wr_1byte | ( | PDFstrm * | pdfs, | |
U_CHAR | s | |||
) |
Definition at line 549 of file pdfutils.c.
int pdf_wr_2bytes | ( | PDFstrm * | pdfs, | |
U_SHORT | s | |||
) |
Definition at line 585 of file pdfutils.c.
Definition at line 626 of file pdfutils.c.
int pdf_wr_4bytes | ( | PDFstrm * | pdfs, | |
U_LONG | s | |||
) |
Definition at line 673 of file pdfutils.c.
int pdf_wr_header | ( | PDFstrm * | pdfs, | |
char * | header | |||
) |
Definition at line 447 of file pdfutils.c.
int pdf_wr_ieeef | ( | PDFstrm * | pdfs, | |
float | f | |||
) |
Definition at line 773 of file pdfutils.c.
int pdf_wr_string | ( | PDFstrm * | pdfs, | |
const char * | string | |||
) |
Definition at line 500 of file pdfutils.c.
static int pdf_wrx | ( | const U_CHAR * | x, | |
long | nitems, | |||
PDFstrm * | pdfs | |||
) | [static] |
Definition at line 362 of file pdfutils.c.
Definition at line 945 of file pdfutils.c.
Definition at line 966 of file pdfutils.c.
Definition at line 984 of file pdfutils.c.
static void print_ieeef | ( | void * | vx, | |
void * | vy | |||
) | [static] |
Definition at line 894 of file pdfutils.c.
int debug = 0 [static] |
Definition at line 41 of file pdfutils.c.