ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkFFTWCommon.h>
Definition at line 67 of file itkFFTWCommon.h.
Public Types | |
using | ComplexType = fftwf_complex |
using | PixelType = float |
using | PlanType = fftwf_plan |
using | Self = Proxy< float > |
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 flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_1d (int n, ComplexType *in, ComplexType *out, int sign, unsigned flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_2d (int nx, int ny, ComplexType *in, ComplexType *out, int sign, unsigned 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 flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_c2r (int rank, const int *n, ComplexType *in, PixelType *out, unsigned flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_c2r_1d (int n, ComplexType *in, PixelType *out, unsigned flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_c2r_2d (int nx, int ny, ComplexType *in, PixelType *out, unsigned flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_c2r_3d (int nx, int ny, int nz, ComplexType *in, PixelType *out, unsigned flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_r2c (int rank, const int *n, PixelType *in, ComplexType *out, unsigned flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_r2c_1d (int n, PixelType *in, ComplexType *out, unsigned flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_r2c_2d (int nx, int ny, PixelType *in, ComplexType *out, unsigned flags, int threads=1, bool canDestroyInput=false) |
static PlanType | Plan_dft_r2c_3d (int nx, int ny, int nz, PixelType *in, ComplexType *out, unsigned flags, int threads=1, bool canDestroyInput=false) |
Static Public Attributes | |
static constexpr SizeValueType | GREATEST_PRIME_FACTOR = 13 |
using itk::fftw::Proxy< float >::ComplexType = fftwf_complex |
Definition at line 71 of file itkFFTWCommon.h.
using itk::fftw::Proxy< float >::PixelType = float |
Definition at line 70 of file itkFFTWCommon.h.
using itk::fftw::Proxy< float >::PlanType = fftwf_plan |
Definition at line 72 of file itkFFTWCommon.h.
using itk::fftw::Proxy< float >::Self = Proxy<float> |
Definition at line 73 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 381 of file itkFFTWCommon.h.
References itk::FFTWGlobalConfiguration::GetLockMutex().
|
inlinestatic |
Definition at line 377 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 323 of file itkFFTWCommon.h.
References itk::FFTWGlobalConfiguration::GetLockMutex(), and itk::FFTWGlobalConfiguration::SetNewWisdomAvailable().
|
inlinestatic |
Definition at line 276 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 287 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 304 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 126 of file itkFFTWCommon.h.
References itk::FFTWGlobalConfiguration::GetLockMutex(), and itk::FFTWGlobalConfiguration::SetNewWisdomAvailable().
|
inlinestatic |
Definition at line 82 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 92 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 108 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 223 of file itkFFTWCommon.h.
References itk::FFTWGlobalConfiguration::GetLockMutex(), and itk::FFTWGlobalConfiguration::SetNewWisdomAvailable().
|
inlinestatic |
Definition at line 179 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 189 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 205 of file itkFFTWCommon.h.
|
static |
Definition at line 79 of file itkFFTWCommon.h.