MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
voxel.h File Reference
#include <cstdint>
#include "fssr/defines.h"
#include "fssr/octree.h"
Include dependency graph for voxel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fssr::VoxelData
 Stores per voxel data. More...
 
struct  fssr::VoxelIndex
 The voxel index is a unique 64 bit ID for each voxel in the octree. More...
 

Namespaces

namespace  fssr
 

Functions

VoxelData fssr::interpolate_voxel (VoxelData const &d1, float w1, VoxelData const &d2, float w2)
 Interpolates between two VoxelData objects for Marching Cubes.