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

◆ set_analysis_parameter()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
virtual void MayaFlux::Yantra::UniversalAnalyzer< InputType, OutputType >::set_analysis_parameter ( const std::string &  name,
std::any  value 
)
inlineprotectedvirtual

Analysis-specific parameter handling (override for custom parameters)

Reimplemented in MayaFlux::Yantra::EnergyAnalyzer< InputType, OutputType >, and MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >.

Definition at line 271 of file UniversalAnalyzer.hpp.

272 {
273 m_parameters[name] = std::move(value);
274 }
std::map< std::string, std::any > m_parameters