Go to the documentation of this file.
24 #ifndef _NoSpectralTransformation_
25 #define _NoSpectralTransformation_
45 return "NoSpectralTransformation";
50 mIn(
"In Spectrum", this),
51 mOut(
"Out Spectrum", this),
52 mAmount(
"Amount", this)
61 return Do(in.GetSpectrum(),
77 #endif // _NoSpectralTransformation_