@@ -94,16 +94,18 @@ class WaveletFrequencyInverse : public ImageToImageFilter<TInputImage, TOutputIm
9494 * Set to 2 (dyadic), not modifiable, but providing future flexibility */
9595 itkGetConstReferenceMacro (ScaleFactor, unsigned int );
9696
97- /* *
98- * If On, applies to each input the appropiate Level-Band multiplicative factor. Needed for perfect reconstruction.
99- * It has to be turned off for some applications (phase analysis for example) */
100- itkGetConstReferenceMacro (ApplyReconstructionFactors, bool ); itkSetMacro(ApplyReconstructionFactors, bool );
101- itkBooleanMacro (ApplyReconstructionFactors);
97+ /* *
98+ * If On, applies to each input the appropiate Level-Band multiplicative factor. Needed for perfect reconstruction.
99+ * It has to be turned off for some applications (phase analysis for example) */
100+ itkGetConstReferenceMacro (ApplyReconstructionFactors, bool );
101+ itkSetMacro (ApplyReconstructionFactors, bool );
102+ itkBooleanMacro (ApplyReconstructionFactors);
102103
103104 /* * Flag to use external WaveletFilterBankPyramid generated in ForwardWavelet.
104105 * Requires to use SetWaveletFilterBankPyramid. */
105- itkGetConstReferenceMacro (UseWaveletFilterBankPyramid, bool ); itkSetMacro(UseWaveletFilterBankPyramid, bool );
106- itkBooleanMacro (UseWaveletFilterBankPyramid);
106+ itkGetConstReferenceMacro (UseWaveletFilterBankPyramid, bool );
107+ itkSetMacro (UseWaveletFilterBankPyramid, bool );
108+ itkBooleanMacro (UseWaveletFilterBankPyramid);
107109
108110 /* *
109111 * Set vector containing the WaveletFilterBankPyramid.
0 commit comments