#include "plplotP.h"
Functions | |
void | NoBufferNoPixmap () |
void | RestoreWrite2BufferPixmap () |
void | disabledisplay () |
void | enabledisplay () |
void | plimageslow (short *x, short *y, unsigned short *data, PLINT nx, PLINT ny, PLFLT xmin, PLFLT ymin, PLFLT dx, PLFLT dy, unsigned short zmin, unsigned short zmax) |
void | grimage (short *x, short *y, unsigned short *z, PLINT nx, PLINT ny) |
void | plimage (PLFLT **idata, PLINT nx, PLINT ny, PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLFLT zmin, PLFLT zmax, PLFLT Dxmin, PLFLT Dxmax, PLFLT Dymin, PLFLT Dymax) |
void disabledisplay | ( | ) |
void enabledisplay | ( | ) |
void NoBufferNoPixmap | ( | void | ) |
void plimage | ( | PLFLT ** | idata, | |
PLINT | nx, | |||
PLINT | ny, | |||
PLFLT | xmin, | |||
PLFLT | xmax, | |||
PLFLT | ymin, | |||
PLFLT | ymax, | |||
PLFLT | zmin, | |||
PLFLT | zmax, | |||
PLFLT | Dxmin, | |||
PLFLT | Dxmax, | |||
PLFLT | Dymin, | |||
PLFLT | Dymax | |||
) |
void plimageslow | ( | short * | x, | |
short * | y, | |||
unsigned short * | data, | |||
PLINT | nx, | |||
PLINT | ny, | |||
PLFLT | xmin, | |||
PLFLT | ymin, | |||
PLFLT | dx, | |||
PLFLT | dy, | |||
unsigned short | zmin, | |||
unsigned short | zmax | |||
) |
void RestoreWrite2BufferPixmap | ( | void | ) |