MayaFlux 0.4.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 94 of file RootBuffer.hpp.

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