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

◆ get_transformation_type()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
TransformationType MayaFlux::Yantra::MathematicalTransformer< InputType, OutputType >::get_transformation_type ( ) const
inlineoverridevirtual

Gets the transformation type.

Returns
TransformationType::MATHEMATICAL

Implements MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >.

Definition at line 55 of file MathematicalTransformer.hpp.

56 {
58 }
@ MATHEMATICAL
Mathematical transformations (polynomial mapping, matrix operations)