Skip to content

Commit

Permalink
COMP: Wrap 1D FFT classes before their Vnl implementations
Browse files Browse the repository at this point in the history
To address:

/work/ITK-cp310-cp310-manylinux_2_28_aarch64/Wrapping/Typedefs/itkVnlForward1DFFTImageFilter.i:469: Warning 401: Maybe you forgot to instantiate 'itk::Forward1DFFTImageFilter< itk::Image< float,4 >,itk::Image< std::complex< float >,4 > >' using %template.

Also the non-1D classes.
  • Loading branch information
thewtex committed Apr 11, 2024
1 parent 270f726 commit 03643a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Modules/Filtering/FFT/wrapping/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
itk_wrap_module("ITKFFT")
set(WRAPPER_SUBMODULE_ORDER
itkInverse1DFFTImageFilter
itkForward1DFFTImageFilter
itkInverseFFTImageFilter
itkForwardFFTImageFilter
)
itk_auto_load_and_end_wrap_submodules()

0 comments on commit 03643a3

Please sign in to comment.