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

◆ refresh_organized_data()

void MayaFlux::Kakshya::RegionOrganizationProcessor::refresh_organized_data ( )
private

Refresh the internal organization of regions.

Definition at line 427 of file RegionProcessors.cpp.

428{
429 if (auto container = m_container_weak.lock()) {
430 organize_container_data(container);
431 }
432}
void organize_container_data(const std::shared_ptr< SignalSourceContainer > &container) override
Organize the container's data into regions and segments.
std::weak_ptr< SignalSourceContainer > m_container_weak

References MayaFlux::Kakshya::RegionProcessorBase::m_container_weak, and organize_container_data().

Referenced by add_region_group().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: