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

◆ corner_count()

uint32_t MayaFlux::Buffers::VolumeSurfaceProcessor::corner_count ( ) const
inlinenoexcept

Corner count of the grid, one greater per axis than the extraction resolution.

The grid buffer holds this many floats.

Definition at line 116 of file VolumeSurfaceProcessor.hpp.

117 {
118 return static_cast<uint32_t>(m_lattice.corner_count());
119 }
size_t corner_count() const noexcept
Corner count, one greater than the cell count on each axis.
Definition Lattice.hpp:42

Referenced by rebuild_grid_buffer(), and VolumeSurfaceProcessor().

+ Here is the caller graph for this function: