Skip to content

Commit 536bb1b

Browse files
tbirdsohjmjohnson
authored andcommitted
BUG: Fix 1D FFT doxygen groups
1 parent ad64a79 commit 536bb1b

8 files changed

+13
-8
lines changed

Modules/Filtering/FFT/include/itkComplexToComplex1DFFTImageFilter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ namespace itk
3535
* The dimension along which to apply to filter can be specified with
3636
* SetDirection() and GetDirection().
3737
*
38+
* \ingroup ITKFFT
3839
* \ingroup FourierTransform
39-
* \ingroup Ultrasound
4040
*/
4141
template <typename TInputImage, typename TOutputImage = TInputImage>
4242
class ITK_TEMPLATE_EXPORT ComplexToComplex1DFFTImageFilter : public ImageToImageFilter<TInputImage, TOutputImage>

Modules/Filtering/FFT/include/itkFFTWComplexToComplex1DFFTImageFilter.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ namespace itk
3131
/** \class FFTWComplexToComplex1DFFTImageFilter
3232
* \brief only do FFT along one dimension using FFTW as a backend.
3333
*
34-
* \ingroup Ultrasound
34+
* \ingroup ITKFFT
35+
* \ingroup FourierTransform
3536
*/
3637
template <typename TInputImage, typename TOutputImage>
3738
class ITK_TEMPLATE_EXPORT FFTWComplexToComplex1DFFTImageFilter

Modules/Filtering/FFT/include/itkFFTWInverse1DFFTImageFilter.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ namespace itk
2929
/** \class FFTWInverse1DFFTImageFilter
3030
* \brief only do FFT along one dimension using FFTW as a backend.
3131
*
32-
* \ingroup Ultrasound
32+
* \ingroup ITKFFT
33+
* \ingroup FourierTransform
3334
*/
3435

3536
template <typename TInputImage,

Modules/Filtering/FFT/include/itkForward1DFFTImageFilter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ namespace itk
3535
* \sa itkVnlForward1DFFTImageFilter
3636
* \sa itkFFTWForward1DFFTImageFilter
3737
*
38+
* \ingroup ITKFFT
3839
* \ingroup FourierTransform
39-
* \ingroup Ultrasound
4040
*/
4141
template <typename TInputImage,
4242
typename TOutputImage = Image<std::complex<typename TInputImage::PixelType>, TInputImage::ImageDimension>>

Modules/Filtering/FFT/include/itkInverse1DFFTImageFilter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ namespace itk
2828
* \brief Perform the Fast Fourier Transform, in the reverse direction, with
2929
* real output, but only along one dimension.
3030
*
31+
* \ingroup ITKFFT
3132
* \ingroup FourierTransform
32-
* \ingroup Ultrasound
3333
*/
3434
template <typename TInputImage,
3535
typename TOutputImage =

Modules/Filtering/FFT/include/itkVnlComplexToComplex1DFFTImageFilter.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ namespace itk
2929
* \brief Perform the FFT along one dimension of an image using Vnl as a
3030
* backend.
3131
*
32-
* \ingroup Ultrasound
32+
* \ingroup ITKFFT
33+
* \ingroup FourierTransform
3334
*/
3435
template <typename TInputImage, typename TOutputImage>
3536
class ITK_TEMPLATE_EXPORT VnlComplexToComplex1DFFTImageFilter

Modules/Filtering/FFT/include/itkVnlForward1DFFTImageFilter.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ namespace itk
3030
* \brief Perform the FFT along one dimension of an image using Vnl as a
3131
* backend.
3232
*
33-
* \ingroup Ultrasound
33+
* \ingroup ITKFFT
34+
* \ingroup FourierTransform
3435
*/
3536
template <typename TInputImage,
3637
typename TOutputImage = Image<std::complex<typename TInputImage::PixelType>, TInputImage::ImageDimension>>

Modules/Filtering/FFT/include/itkVnlInverse1DFFTImageFilter.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ namespace itk
2929
* \brief Perform the FFT along one dimension of an image using Vnl as a
3030
* backend.
3131
*
32-
* \ingroup Ultrasound
32+
* \ingroup ITKFFT
33+
* \ingroup FourierTransform
3334
*/
3435
template <typename TInputImage,
3536
typename TOutputImage =

0 commit comments

Comments
 (0)