QSAS_2_3/QSAS_dist/src/Utilities/qplplot/mem.c File Reference

#include "plDevs.h"
#include "plplotP.h"
#include "drivers.h"

Defines

#define MAX(a, b)   ((a>b) ? a : b)
#define ABS(a)   ((a<0) ? -a : a)
#define MAX_INTENSITY   255
#define sign(a)   ((a<0) ? -1 : ((a == 0) ? 0 : 1))

Functions

void plD_dispatch_init_mem (PLDispatchTable *pdt)
void plD_init_mem (PLStream *)
void plD_line_mem (PLStream *, short, short, short, short)
void plD_polyline_mem (PLStream *, short *, short *, PLINT)
void plD_eop_mem (PLStream *)
void plD_bop_mem (PLStream *)
void plD_tidy_mem (PLStream *)
void plD_state_mem (PLStream *, PLINT)
void plD_esc_mem (PLStream *, PLINT, void *)

Variables

const char * plD_DEVICE_INFO_mem = "mem:User-supplied memory device:-1:mem:46:mem"

Define Documentation

#define ABS ( a   )     ((a<0) ? -a : a)

#define MAX ( a,
b   )     ((a>b) ? a : b)

#define MAX_INTENSITY   255

#define sign ( a   )     ((a<0) ? -1 : ((a == 0) ? 0 : 1))


Function Documentation

void plD_bop_mem ( PLStream pls  ) 

void plD_dispatch_init_mem ( PLDispatchTable pdt  ) 

void plD_eop_mem ( PLStream pls  ) 

void plD_esc_mem ( PLStream pls,
PLINT  op,
void *  ptr 
)

void plD_init_mem ( PLStream pls  ) 

void plD_line_mem ( PLStream pls,
short  x1a,
short  y1a,
short  x2a,
short  y2a 
)

void plD_polyline_mem ( PLStream pls,
short *  xa,
short *  ya,
PLINT  npts 
)

void plD_state_mem ( PLStream pls,
PLINT  op 
)

void plD_tidy_mem ( PLStream pls  ) 


Variable Documentation

const char* plD_DEVICE_INFO_mem = "mem:User-supplied memory device:-1:mem:46:mem"


Generated on Tue Dec 9 16:55:34 2008 for QSAS by  doxygen 1.5.7