Skip to content

Commit

Permalink
BUG: Fix 1D FFT doxygen groups
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso authored and hjmjohnson committed Nov 11, 2021
1 parent ad64a79 commit 536bb1b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ namespace itk
* The dimension along which to apply to filter can be specified with
* SetDirection() and GetDirection().
*
* \ingroup ITKFFT
* \ingroup FourierTransform
* \ingroup Ultrasound
*/
template <typename TInputImage, typename TOutputImage = TInputImage>
class ITK_TEMPLATE_EXPORT ComplexToComplex1DFFTImageFilter : public ImageToImageFilter<TInputImage, TOutputImage>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ namespace itk
/** \class FFTWComplexToComplex1DFFTImageFilter
* \brief only do FFT along one dimension using FFTW as a backend.
*
* \ingroup Ultrasound
* \ingroup ITKFFT
* \ingroup FourierTransform
*/
template <typename TInputImage, typename TOutputImage>
class ITK_TEMPLATE_EXPORT FFTWComplexToComplex1DFFTImageFilter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ namespace itk
/** \class FFTWInverse1DFFTImageFilter
* \brief only do FFT along one dimension using FFTW as a backend.
*
* \ingroup Ultrasound
* \ingroup ITKFFT
* \ingroup FourierTransform
*/

template <typename TInputImage,
Expand Down
2 changes: 1 addition & 1 deletion Modules/Filtering/FFT/include/itkForward1DFFTImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ namespace itk
* \sa itkVnlForward1DFFTImageFilter
* \sa itkFFTWForward1DFFTImageFilter
*
* \ingroup ITKFFT
* \ingroup FourierTransform
* \ingroup Ultrasound
*/
template <typename TInputImage,
typename TOutputImage = Image<std::complex<typename TInputImage::PixelType>, TInputImage::ImageDimension>>
Expand Down
2 changes: 1 addition & 1 deletion Modules/Filtering/FFT/include/itkInverse1DFFTImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ namespace itk
* \brief Perform the Fast Fourier Transform, in the reverse direction, with
* real output, but only along one dimension.
*
* \ingroup ITKFFT
* \ingroup FourierTransform
* \ingroup Ultrasound
*/
template <typename TInputImage,
typename TOutputImage =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ namespace itk
* \brief Perform the FFT along one dimension of an image using Vnl as a
* backend.
*
* \ingroup Ultrasound
* \ingroup ITKFFT
* \ingroup FourierTransform
*/
template <typename TInputImage, typename TOutputImage>
class ITK_TEMPLATE_EXPORT VnlComplexToComplex1DFFTImageFilter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ namespace itk
* \brief Perform the FFT along one dimension of an image using Vnl as a
* backend.
*
* \ingroup Ultrasound
* \ingroup ITKFFT
* \ingroup FourierTransform
*/
template <typename TInputImage,
typename TOutputImage = Image<std::complex<typename TInputImage::PixelType>, TInputImage::ImageDimension>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ namespace itk
* \brief Perform the FFT along one dimension of an image using Vnl as a
* backend.
*
* \ingroup Ultrasound
* \ingroup ITKFFT
* \ingroup FourierTransform
*/
template <typename TInputImage,
typename TOutputImage =
Expand Down

0 comments on commit 536bb1b

Please sign in to comment.