|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inlinevirtual |
Indicates whether the transformation modifies the input data directly.
This is determined by the current transformation strategy. IN_PLACE strategy modifies input directly, while other strategies preserve the input.
Definition at line 468 of file UniversalTransformer.hpp.
References MayaFlux::Yantra::IN_PLACE, and MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::m_strategy.
Referenced by MayaFlux::Yantra::ConvolutionTransformer< InputType, OutputType >::apply_per_channel(), MayaFlux::Yantra::MathematicalTransformer< InputType, OutputType >::apply_per_channel(), MayaFlux::Yantra::SpectralTransformer< InputType, OutputType >::apply_per_channel(), and MayaFlux::Yantra::TemporalTransformer< InputType, OutputType >::apply_per_channel().
Here is the caller graph for this function: