Facility to cast to the complex type used by fftw.
More...
#include <DGtal/math/RealFFT.h>
|
static TFFTW::complex * | apply (typename TFFTW::complex *ptr) |
|
static TFFTW::complex * | apply (std::complex< typename TFFTW::real > *ptr) |
|
template<typename TFFTW>
struct DGtal::detail::FFTWComplexCast< TFFTW >
Facility to cast to the complex type used by fftw.
Definition at line 66 of file RealFFT.h.
◆ apply() [1/2]
template<typename TFFTW >
Definition at line 72 of file RealFFT.h.
72 {
return reinterpret_cast<typename TFFTW::complex*
>(ptr); }
◆ apply() [2/2]
template<typename TFFTW >
The documentation for this struct was generated from the following file: