#include <MRVoxelsFwd.h>
Public Attributes | |
MRFloatGrid * | data |
MRVector3i | dims |
MRVector3f | voxelSize |
float | min |
float | max |
represents a box in 3D space subdivided on voxels stored in data; and stores minimum and maximum values among all valid voxels
MRFloatGrid* MRVdbVolume::data |
MRVector3i MRVdbVolume::dims |
float MRVdbVolume::max |
float MRVdbVolume::min |
MRVector3f MRVdbVolume::voxelSize |