ITK
6.0.0
Insight Toolkit
|
#include <itkFFTWCommon.h>
Definition at line 396 of file itkFFTWCommon.h.
Public Types | |
using | ComplexType = fftw_complex |
using | PixelType = double |
using | PlanType = fftw_plan |
using | Self = Proxy< double > |
Static Public Member Functions | |
static void | DestroyPlan (PlanType p) |
static void | Execute (PlanType p) |
static PlanType | Plan_dft (int rank, const int *n, ComplexType *in, ComplexType *out, int sign, unsigned int flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_1d (int n, ComplexType *in, ComplexType *out, int sign, unsigned int flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_2d (int nx, int ny, ComplexType *in, ComplexType *out, int sign, unsigned int flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_3d (int nx, int ny, int nz, ComplexType *in, ComplexType *out, int sign, unsigned int flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_c2r (int rank, const int *n, ComplexType *in, PixelType *out, unsigned int flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_c2r_1d (int n, ComplexType *in, PixelType *out, unsigned int flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_c2r_2d (int nx, int ny, ComplexType *in, PixelType *out, unsigned int flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_c2r_3d (int nx, int ny, int nz, ComplexType *in, PixelType *out, unsigned int flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_r2c (int rank, const int *n, PixelType *in, ComplexType *out, unsigned int flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_r2c_1d (int n, PixelType *in, ComplexType *out, unsigned int flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_r2c_2d (int nx, int ny, PixelType *in, ComplexType *out, unsigned int flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_r2c_3d (int nx, int ny, int nz, PixelType *in, ComplexType *out, unsigned int flags, int threads=1, bool canDestroyInput=false) |
Static Public Attributes | |
static constexpr SizeValueType | GREATEST_PRIME_FACTOR = 13 |
using itk::fftw::Proxy< double >::ComplexType = fftw_complex |
Definition at line 400 of file itkFFTWCommon.h.
using itk::fftw::Proxy< double >::PixelType = double |
Definition at line 399 of file itkFFTWCommon.h.
using itk::fftw::Proxy< double >::PlanType = fftw_plan |
Definition at line 401 of file itkFFTWCommon.h.
using itk::fftw::Proxy< double >::Self = Proxy<double> |
Definition at line 402 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 711 of file itkFFTWCommon.h.
References itk::FFTWGlobalConfiguration::GetLockMutex().
|
inlinestatic |
Definition at line 706 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 653 of file itkFFTWCommon.h.
References itk::FFTWGlobalConfiguration::GetLockMutex(), and itk::FFTWGlobalConfiguration::SetNewWisdomAvailable().
|
inlinestatic |
Definition at line 605 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 617 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 634 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 457 of file itkFFTWCommon.h.
References itk::FFTWGlobalConfiguration::GetLockMutex(), and itk::FFTWGlobalConfiguration::SetNewWisdomAvailable().
|
inlinestatic |
Definition at line 412 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 423 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 439 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 554 of file itkFFTWCommon.h.
References itk::FFTWGlobalConfiguration::GetLockMutex(), and itk::FFTWGlobalConfiguration::SetNewWisdomAvailable().
|
inlinestatic |
Definition at line 509 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 520 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 536 of file itkFFTWCommon.h.
|
staticconstexpr |
Definition at line 408 of file itkFFTWCommon.h.