|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::RegionOrganizationProcessor::add_segment_to_region | ( | const std::string & | group_name, |
| size_t | region_index, | ||
| const std::vector< uint64_t > & | start_coords, | ||
| const std::vector< uint64_t > & | end_coords, | ||
| const std::unordered_map< std::string, std::any > & | attributes | ||
| ) |
Adds a segment to an existing region.
| group_name | Name of the group containing the region. |
| region_index | Index of the region within the group. |
| start_coords | Starting coordinates of the segment. |
| end_coords | Ending coordinates of the segment. |
| attributes | Arbitrary metadata for the segment. |
Definition at line 87 of file RegionProcessors.cpp.
References MayaFlux::Kakshya::RegionProcessorBase::cache_region_if_needed(), MayaFlux::Kakshya::OrganizedRegion::group_name, MayaFlux::Kakshya::RegionProcessorBase::m_container_weak, MayaFlux::Kakshya::RegionProcessorBase::m_organized_regions, and MayaFlux::Kakshya::OrganizedRegion::region_index.
Here is the call graph for this function: