#include "Accelerators.h"#include "RContext.h"#include "Geometry.h"#include "Ray.h"#include "Mesh.h"#include "Field.h"#include "BBox3D.h"#include "ViewManager.h"#include "VtxAccumulator.h"#include "Log.h"#include "defs.h"#include <queue>#include <vector>#include <typeinfo>#include <fstream>#include <iostream>
Namespaces | |
| namespace | FemViewer |
Defines | |
| #define | MAX_X_CELLS 128 |
| #define | MAX_NUM_CELLS MAX_X_CELLS * MAX_X_CELLS * MAX_X_CELLS |
Functions | |
| int | FemViewer::create_grid (double targetoccupancy, uint32_t numelems, const BBox3D &gbox, const BBox3D *boxes, cl_int **griddata, cl_int **tridata, gridinfo_t *gridinfo) |
Variables | |
| uint64_t | FemViewer::numRayVolumeTests = 0 |
| #define MAX_NUM_CELLS MAX_X_CELLS * MAX_X_CELLS * MAX_X_CELLS |
| #define MAX_X_CELLS 128 |
1.6.1