ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkFFTWCommon.h>
Definition at line 63 of file itkFFTWCommon.h.
Public Types | |
typedef fftwf_complex | ComplexType |
typedef float | PixelType |
typedef fftwf_plan | PlanType |
typedef Proxy< float > | Self |
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) |
typedef fftwf_complex itk::fftw::Proxy< float >::ComplexType |
Definition at line 67 of file itkFFTWCommon.h.
typedef float itk::fftw::Proxy< float >::PixelType |
Definition at line 66 of file itkFFTWCommon.h.
typedef fftwf_plan itk::fftw::Proxy< float >::PlanType |
Definition at line 68 of file itkFFTWCommon.h.
typedef Proxy<float> itk::fftw::Proxy< float >::Self |
Definition at line 69 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 352 of file itkFFTWCommon.h.
References itk::FFTWGlobalConfiguration::GetLockMutex().
|
inlinestatic |
Definition at line 348 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 300 of file itkFFTWCommon.h.
References itk::FFTWGlobalConfiguration::GetLockMutex(), NULL, and itk::FFTWGlobalConfiguration::SetNewWisdomAvailable().
|
inlinestatic |
Definition at line 253 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 264 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 281 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 115 of file itkFFTWCommon.h.
References itk::FFTWGlobalConfiguration::GetLockMutex(), NULL, and itk::FFTWGlobalConfiguration::SetNewWisdomAvailable().
|
inlinestatic |
Definition at line 71 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 81 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 97 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 206 of file itkFFTWCommon.h.
References itk::FFTWGlobalConfiguration::GetLockMutex(), NULL, and itk::FFTWGlobalConfiguration::SetNewWisdomAvailable().
|
inlinestatic |
Definition at line 162 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 172 of file itkFFTWCommon.h.
|
inlinestatic |
Definition at line 188 of file itkFFTWCommon.h.