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

◆ get_child_buffers()

template<typename BufferType >
const std::vector< std::shared_ptr< BufferType > > & MayaFlux::Buffers::RootBuffer< BufferType >::get_child_buffers ( ) const
inline

Gets all tributary buffers in the aggregation hierarchy.

Returns
Constant reference to the vector of tributary buffers

Definition at line 92 of file RootBuffer.hpp.

93 {
94 return m_child_buffers;
95 }
std::vector< std::shared_ptr< BufferType > > m_child_buffers
Vector of tributary buffers that contribute to this root buffer.