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