#include <VoxelGrid.h>
Public Member Functions | |
VoxelGrid (unsigned int width, unsigned int height, unsigned int depth) | |
T & | operator() (unsigned int x, unsigned int y, unsigned int z) |
const T & | operator() (unsigned int x, unsigned int y, unsigned int z) const |
unsigned int | getWidth () const |
unsigned int | getHeight () const |
unsigned int | getDepth () const |
|
Creates a voxel grid of the specified dimensions.
|
|
Gets the depth of the voxel grid.
|
|
Gets the height of the voxel grid.
|
|
Gets the width of the voxel grid.
|
|
Gets the element at the specified location.
|
|
Gets the element at the specified location.
|