MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_depth()

uint32_t MayaFlux::Buffers::VolumeGridBuffer::get_depth ( ) const
inline

Cell count along Z.

Definition at line 343 of file VolumeGridBuffer.hpp.

343{ return m_lattice.resolution.z; }
glm::uvec3 resolution
Cell count per axis. Zero on any axis is invalid.
Definition Lattice.hpp:26