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

◆ get_num_children()

template<typename BufferType >
size_t MayaFlux::Buffers::RootBuffer< BufferType >::get_num_children ( ) const
inline

Gets the number of tributary buffers in the aggregation hierarchy.

Returns
Number of tributary buffers

Definition at line 86 of file RootBuffer.hpp.

86{ return m_child_buffers.size(); }
std::vector< std::shared_ptr< BufferType > > m_child_buffers
Vector of tributary buffers that contribute to this root buffer.