MayaFlux 0.4.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::GpuTransformer< InputType, OutputType >::get_transformation_type ( ) const
inlineoverridevirtual

Gets the transformation type category for this transformer.

Returns
TransformationType enum value indicating the category of transformation

This is used for transformer discovery, organization, and determining compatibility with different processing pipelines.

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

Definition at line 54 of file GpuTransformer.hpp.

55 {
57 }
@ CUSTOM
User-defined transformation types.