MayaFlux 0.1.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 419 of file RegionProcessors.cpp.

420{
421 if (auto container = m_container_weak.lock()) {
422 organize_container_data(container);
423 }
424}
void organize_container_data(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: