![]() |
ATLAS Offline Software
|
#include <stdio.h>#include <stdlib.h>#include <GL/gl.h>Go to the source code of this file.
Typedefs | |
| typedef GLfloat | GL2PSrgba[4] |
Functions | |
| GL2PSDLL_API GLint | gl2psBeginPage (const char *title, const char *producer, GLint viewport[4], GLint format, GLint sort, GLint options, GLint colormode, GLint colorsize, GL2PSrgba *colormap, GLint nr, GLint ng, GLint nb, GLint buffersize, FILE *stream, const char *filename) |
| GL2PSDLL_API GLint | gl2psEndPage (void) |
| GL2PSDLL_API GLint | gl2psSetOptions (GLint options) |
| GL2PSDLL_API GLint | gl2psGetOptions (GLint *options) |
| GL2PSDLL_API GLint | gl2psBeginViewport (GLint viewport[4]) |
| GL2PSDLL_API GLint | gl2psEndViewport (void) |
| GL2PSDLL_API GLint | gl2psText (const char *str, const char *fontname, GLshort fontsize) |
| GL2PSDLL_API GLint | gl2psTextOpt (const char *str, const char *fontname, GLshort fontsize, GLint align, GLfloat angle) |
| GL2PSDLL_API GLint | gl2psSpecial (GLint format, const char *str) |
| GL2PSDLL_API GLint | gl2psDrawPixels (GLsizei width, GLsizei height, GLint xorig, GLint yorig, GLenum format, GLenum type, const void *pixels) |
| GL2PSDLL_API GLint | gl2psEnable (GLint mode) |
| GL2PSDLL_API GLint | gl2psDisable (GLint mode) |
| GL2PSDLL_API GLint | gl2psPointSize (GLfloat value) |
| GL2PSDLL_API GLint | gl2psLineWidth (GLfloat value) |
| GL2PSDLL_API GLint | gl2psBlendFunc (GLenum sfactor, GLenum dfactor) |
| GL2PSDLL_API GLint | gl2psDrawImageMap (GLsizei width, GLsizei height, const GLfloat position[3], const unsigned char *imagemap) |
| GL2PSDLL_API const char * | gl2psGetFileExtension (GLint format) |
| GL2PSDLL_API const char * | gl2psGetFormatDescription (GLint format) |
| #define GL2PS_VERSION |
Definition at line 86 of file gl2ps.h.
| GL2PSDLL_API GLint gl2psBeginPage | ( | const char * | title, |
| const char * | producer, | ||
| GLint | viewport[4], | ||
| GLint | format, | ||
| GLint | sort, | ||
| GLint | options, | ||
| GLint | colormode, | ||
| GLint | colorsize, | ||
| GL2PSrgba * | colormap, | ||
| GLint | nr, | ||
| GLint | ng, | ||
| GLint | nb, | ||
| GLint | buffersize, | ||
| FILE * | stream, | ||
| const char * | filename ) |
Definition at line 5584 of file gl2ps.cxx.
| GL2PSDLL_API GLint gl2psBeginViewport | ( | GLint | viewport[4] | ) |
| GL2PSDLL_API GLint gl2psBlendFunc | ( | GLenum | sfactor, |
| GLenum | dfactor ) |
Definition at line 6002 of file gl2ps.cxx.
| GL2PSDLL_API GLint gl2psDisable | ( | GLint | mode | ) |
Definition at line 5957 of file gl2ps.cxx.
| GL2PSDLL_API GLint gl2psDrawImageMap | ( | GLsizei | width, |
| GLsizei | height, | ||
| const GLfloat | position[3], | ||
| const unsigned char * | imagemap ) |
Definition at line 5898 of file gl2ps.cxx.
| GL2PSDLL_API GLint gl2psDrawPixels | ( | GLsizei | width, |
| GLsizei | height, | ||
| GLint | xorig, | ||
| GLint | yorig, | ||
| GLenum | format, | ||
| GLenum | type, | ||
| const void * | pixels ) |
Definition at line 5817 of file gl2ps.cxx.
| GL2PSDLL_API GLint gl2psEnable | ( | GLint | mode | ) |
Definition at line 5924 of file gl2ps.cxx.
| GL2PSDLL_API GLint gl2psEndPage | ( | void | ) |
| GL2PSDLL_API GLint gl2psEndViewport | ( | void | ) |
| GL2PSDLL_API const char * gl2psGetFileExtension | ( | GLint | format | ) |
| GL2PSDLL_API const char * gl2psGetFormatDescription | ( | GLint | format | ) |
| GL2PSDLL_API GLint gl2psGetOptions | ( | GLint * | options | ) |
| GL2PSDLL_API GLint gl2psLineWidth | ( | GLfloat | value | ) |
| GL2PSDLL_API GLint gl2psPointSize | ( | GLfloat | value | ) |
| GL2PSDLL_API GLint gl2psSetOptions | ( | GLint | options | ) |
| GL2PSDLL_API GLint gl2psSpecial | ( | GLint | format, |
| const char * | str ) |
Definition at line 5812 of file gl2ps.cxx.
| GL2PSDLL_API GLint gl2psText | ( | const char * | str, |
| const char * | fontname, | ||
| GLshort | fontsize ) |
| GL2PSDLL_API GLint gl2psTextOpt | ( | const char * | str, |
| const char * | fontname, | ||
| GLshort | fontsize, | ||
| GLint | align, | ||
| GLfloat | angle ) |
Definition at line 5801 of file gl2ps.cxx.