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

◆ get_methods_for_type()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = Eigen::VectorXd>
template<typename T >
std::vector< std::string > MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::get_methods_for_type ( ) const
inline

Get supported methods for specific input type.

Template Parameters
TInput type to check
Returns
Vector of method names supported for this type

Definition at line 195 of file StatisticalAnalyzer.hpp.

196 {
197 return get_methods_for_type_impl(std::type_index(typeid(T)));
198 }
std::vector< std::string > get_methods_for_type_impl(std::type_index) const
Get supported methods for specific type index.

References MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::get_methods_for_type_impl().

+ Here is the call graph for this function: