MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
method_to_string()
template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = Eigen::VectorXd>
static std::string
MayaFlux::Yantra::EnergyAnalyzer
< InputType, OutputType >::method_to_string
(
EnergyMethod
method
)
inline
static
Convert energy method enum to string.
Parameters
method
EnergyMethod value
Returns
String representation
Definition at line
259
of file
EnergyAnalyzer.hpp
.
260
{
261
return
Utils::enum_to_lowercase_string
(method);
262
}
MayaFlux::Utils::enum_to_lowercase_string
std::string enum_to_lowercase_string(EnumType value) noexcept
Universal enum to lowercase string converter using magic_enum.
Definition
EnumUtils.hpp:38
MayaFlux
Yantra
EnergyAnalyzer
Generated by
1.9.8