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

◆ add_reference_region()

void MayaFlux::Kakshya::add_reference_region ( std::vector< std::pair< std::string, Region > > &  refs,
const std::string &  name,
const Region region 
)

Add a named reference region to a reference list.

Parameters
refsReference list (name, Region) pairs.
nameName for the reference.
regionRegion to add.

Definition at line 134 of file RegionUtils.cpp.

135{
136 refs.emplace_back(name, region);
137}

References add_reference_region().

Referenced by add_reference_region().

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