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

◆ get_state_bytes()

size_t MayaFlux::Buffers::RelaxationGridBuffer::get_state_bytes ( ) const
inline

Total byte size of one generation's state buffer.

Definition at line 123 of file RelaxationGridBuffer.hpp.

124 {
125 return static_cast<size_t>(m_width) * m_height * m_cell_stride_bytes;
126 }
size_t m_cell_stride_bytes
Size in bytes of one cell's state, fixed at construction.

Referenced by RelaxationGridBuffer(), and seed_state().

+ Here is the caller graph for this function: