SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLCompactGrid.h File Reference
#include <array>
#include <atomic>
#include <numeric>
#include <vector>
#include <SLAccelStruct.h>
#include <SLGLVertexArrayExt.h>
#include <SLVec3.h>
Include dependency graph for SLCompactGrid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLCompactGrid
 Class for compact uniform grid acceleration structure. More...
 

Typedefs

typedef std::function< void(const SLuint, const SLuint)> triVoxCallback
 

Detailed Description

Authors
Manuel Frischknecht, Marcus Hudritsch
Date
July 2015
Authors
Manuel Frischknecht, Marcus Hudritsch

Definition in file SLCompactGrid.h.

Typedef Documentation

◆ triVoxCallback

typedef std::function<void(const SLuint, const SLuint)> triVoxCallback

Definition at line 22 of file SLCompactGrid.h.