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

◆ get_available_methods()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
virtual std::vector< std::string > MayaFlux::Yantra::UniversalAnalyzer< InputType, OutputType >::get_available_methods ( ) const
inlinevirtual

Get available analysis methods for this analyzer.

Returns
Vector of method names supported by this analyzer

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

Definition at line 155 of file UniversalAnalyzer.hpp.

156 {
157 return { "default" };
158 }