MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::VoxelsVolume< T > Struct Template Reference

represents a box in 3D space subdivided on voxels stored in T More...

#include <MRVoxels/MRVoxelsVolume.h>

Inheritance diagram for MR::VoxelsVolume< T >:

Public Types

using ValueType = typename VoxelTraits<T>::ValueType

Public Member Functions

size_t heapBytes () const

Public Attributes

data
Vector3i dims
Vector3f voxelSize { 1.f, 1.f, 1.f }

Detailed Description

template<typename T>
struct MR::VoxelsVolume< T >

represents a box in 3D space subdivided on voxels stored in T


The documentation for this struct was generated from the following file: