#include "globals.h"#include "color.h"#include "util.h"#include <cstdio>Include dependency graph for epswrite.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | PSCoord |
| A struct for storing coordinates for Postscript. More... | |
| struct | PSDrawMode |
| Controls for the EPSWrite class. More... | |
| class | EPSWrite |
| Generates an Postcript program to display the mesh in EPS format. More... | |
Defines | |
| #define | DRAW_OFF 0 |
| #define | DRAW_GRAYSCALE 1 |
| #define | DRAW_RGB 2 |
Definition in file epswrite.h.
| #define DRAW_GRAYSCALE 1 |
Definition at line 15 of file epswrite.h.
Referenced by EPSWrite::set_bdry_draw(), EPSWrite::set_bdry_ink(), EPSWrite::set_border_draw(), EPSWrite::set_border_ink(), EPSWrite::set_edge_draw(), EPSWrite::set_edge_ink(), EPSWrite::set_face_draw(), and EPSWrite::set_ink().
| #define DRAW_OFF 0 |
Definition at line 14 of file epswrite.h.
Referenced by EPSWrite::EPSWrite(), EPSWrite::set_bdry_draw(), EPSWrite::set_border_draw(), EPSWrite::set_edge_draw(), EPSWrite::set_face_draw(), EPSWrite::shade_triangle(), and EPSWrite::write().
| #define DRAW_RGB 2 |
Definition at line 16 of file epswrite.h.
Referenced by EPSWrite::set_bdry_draw(), EPSWrite::set_bdry_ink(), EPSWrite::set_border_draw(), EPSWrite::set_border_ink(), EPSWrite::set_edge_draw(), EPSWrite::set_edge_ink(), EPSWrite::set_face_draw(), and EPSWrite::set_ink().
1.5.2