#include "view.h"Go to the source code of this file.
Classes | |
| class | ScalarView |
| Visualizes a scalar PDE solution. More... | |
| struct | ScalarView::VertexNodeInfo |
| < Information about a vertex node. More... | |
| struct | ScalarView::ElementInfo |
| < element info structure More... | |
| struct | ScalarView::GLVertex2 |
| < OpenGL vertex. Used to cache vertices prior rendering More... | |
| struct | ScalarView::SVGExportParams |
Defines | |
| #define | TW_WND_ID_NONE -1 |
| #define | VIEWER_GUI(__def) |
| #define | VIEWER_GUI_CALLBACK(__cblk) |
| #define | TwBar void |
| #define | SVG_HEADER |
| #define | SVG_UNIT_MM 3.543307 |
| #define | H2DV_GL_MAX_EDGE_BUFFER 128 |
| A maximum number of pairs per a buffer. | |
| #define H2DV_GL_MAX_EDGE_BUFFER 128 |
A maximum number of pairs per a buffer.
| #define SVG_HEADER |
"<?xml version=\"1.0\" standalone=\"no\"?>\n"\ "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" "\ "\"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n"
| #define SVG_UNIT_MM 3.543307 |
| #define TW_WND_ID_NONE -1 |
| #define TwBar void |
| #define VIEWER_GUI | ( | __def | ) |
| #define VIEWER_GUI_CALLBACK | ( | __cblk | ) |
1.6.3