|
PaStiX Handbook 6.4.0
|
Go to the source code of this file.
Macros | |
PostScript parameter | |
PostScript (tm) output definitions. | |
| #define | SYMBOL_PSDPI 72 |
| PostScript dots-per-inch. | |
| #define | SYMBOL_PSPICTSIZE 6.6 |
| PostScript picture size (in inches) | |
Functions | |
| void | pastixSymbolDrawColor (const pastix_int_t labl, float color[]) |
| Return one of 16 predefined, visually distinct distinct colors. | |
| int | pastixSymbolDrawFunc (const symbol_matrix_t *const symbptr, int(*diagfunc)(const symbol_matrix_t *const, const symbol_blok_t *const, void *const, float *const), int(*offdfunc)(const symbol_matrix_t *const, const symbol_blok_t *const, void *const, float *const), void *const dataptr, FILE *const stream) |
| Export the symbol structure in a PostScript format. | |
Symbol IO subroutines | |
| int | pastixSymbolDraw (const symbol_matrix_t *const symbptr, FILE *const stream) |
| Export the symbol structure in a PostScript format. | |
Variables | |
| static float | symbolDrawColorTab [16][3] |
| Predefined set of colors. | |
PaStiX symbol structure drawing function.
Definition in file symbol_draw.c.