#include "defs.h"#include "../../utils/fv_assert.h"#include "fv_txt_utls.h"#include "Log.h"#include "ocl.h"#include "VtxAccumulator.h"#include "ViewManager.h"#include "Legend.h"#include "Light.h"#include <cstdio>#include <cstdlib>#include <cmath>#include <iostream>#include <map>#include <cstring>#include <memory>#include <GL/freeglut.h>
Namespaces | |
| namespace | FemViewer |
Defines | |
| #define | MAX_LEGEND_ITEMS 5 |
| #define | BUFFER_OFFSET(offset) ((GLchar *)NULL + (offset)) |
Functions | |
| bool | FemViewer::initGLLists () |
| void | FemViewer::deleteGLList (const GLuint type, const int size) |
| GLuint | FemViewer::createGLLists (const GLuint type, int size) |
| template<typename T > | |
| bool | FemViewer::OnList (const std::vector< T > &List, const T &val) |
| #define BUFFER_OFFSET | ( | offset | ) | ((GLchar *)NULL + (offset)) |
| #define MAX_LEGEND_ITEMS 5 |
1.6.1