MayaFlux 0.4.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 >, MayaFlux::Yantra::EnergyAnalyzer< InputType, std::vector< Kakshya::DataVariant > >, MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >, and MayaFlux::Yantra::StatisticalAnalyzer< InputType, Kakshya::DataVariant >.

Definition at line 277 of file UniversalAnalyzer.hpp.

278 {
279 m_parameters[name] = std::move(value);
280 }
std::map< std::string, std::any > m_parameters

References MayaFlux::Yantra::UniversalAnalyzer< InputType, OutputType >::m_parameters.

Referenced by MayaFlux::Yantra::UniversalAnalyzer< InputType, OutputType >::set_parameter().

+ Here is the caller graph for this function: