#include "fv_float.h"
#include "types.h"
#include "Object.h"
#include "Geometry.h"
#include "ElemId.hpp"
#include "MathHelper.h"
#include "BBox3D.h"
#include "Enums.h"
#include "ArrayT.hpp"
#include <vector>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include "ocl.h"
Go to the source code of this file.
Classes | |
class | FemViewer::Accelerator |
class | FemViewer::BVH |
struct | FemViewer::BVH::Extents |
struct | FemViewer::BVH::OctreeNode |
struct | FemViewer::BVH::Octree |
struct | FemViewer::BVH::Octree::QueueElement |
class | FemViewer::Grid |
struct | FemViewer::Grid::MyContainer< T > |
struct | FemViewer::Grid::CellItem< T, TContainer > |
struct | FemViewer::gridinfo_t |
Namespaces | |
namespace | FemViewer |
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) |