prt_w.c File Reference
PS PCL5 HPGL-Export for printing AP_print_.
More...
#include "../xa/MS_Def1.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <GL/gl.h>
#include "../ut/ut_geo.h"
#include "../ut/ut_txt.h"
#include "../ut/ut_os.h"
#include "../gtk/ut_gtk.h"
#include "../gr/ut_GL.h"
#include "../gr/ut_DL.h"
#include "../gr/ut_UI.h"
#include "../db/ut_DB.h"
#include "../xa/ut_ui_TX.h"
#include "../xa/xa_mem.h"
#include "../xa/xa.h"
#include "../exp/prt_w.h"
Functions |
| int | AP_print_work2 (GLint size, GLfloat *buffer) |
| int | AP_print_pcl5h (FILE *fp1, char *ptyp, int irot) |
| int | AP_print_pcl5e (FILE *fp1) |
| int | AP_print__ () |
| int | AP_print_work2 (int size, float *buffer) |
| int | AP_print_vertex (FILE *fpo, int *count, float *buffer) |
| int | AP_print_psv (int irot, char *off, char *scl, char *gray) |
| int | AP_print_gl1 (int mode, char *ptyp, int irot, char *off, char *scl) |
Detailed Description
PS PCL5 HPGL-Export for printing AP_print_.
Function Documentation
| int AP_print_work2 |
( |
GLint |
size, |
|
|
GLfloat * |
buffer | |
|
) |
| | |
| int AP_print_pcl5h |
( |
FILE * |
fp1, |
|
|
char * |
ptyp, |
|
|
int |
irot | |
|
) |
| | |
| int AP_print_pcl5e |
( |
FILE * |
fp1 |
) |
|
| int AP_print_work2 |
( |
int |
size, |
|
|
float * |
buffer | |
|
) |
| | |
| int AP_print_vertex |
( |
FILE * |
fpo, |
|
|
int * |
count, |
|
|
float * |
buffer | |
|
) |
| | |
| int AP_print_psv |
( |
int |
irot, |
|
|
char * |
off, |
|
|
char * |
scl, |
|
|
char * |
gray | |
|
) |
| | |
| int AP_print_gl1 |
( |
int |
mode, |
|
|
char * |
ptyp, |
|
|
int |
irot, |
|
|
char * |
off, |
|
|
char * |
scl | |
|
) |
| | |