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

◆ extract_with_scope() [2/2]

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
OutputType MayaFlux::Yantra::UniversalExtractor< InputType, OutputType >::extract_with_scope ( const InputType &  data,
ExtractionScope  scope 
)
inline

Definition at line 172 of file UniversalExtractor.hpp.

173 {
174 return this->extract_with_scope(input_type { data }, scope);
175 }
OutputType extract_with_scope(const input_type &data, ExtractionScope scope)
Extract with specific scope.