ITK
6.0.0
Insight Toolkit
|
#include <itkFFTWCommonExtended.h>
Definition at line 57 of file itkFFTWCommonExtended.h.
Public Types | |
using | ComplexType = fftwf_complex |
using | PixelType = float |
using | PlanType = fftwf_plan |
using | Self = ComplexToComplexProxy< float > |
Static Public Member Functions | |
static void | DestroyPlan (PlanType p) |
static void | Execute (PlanType p) |
static PlanType | Plan_dft_1d (const int n, ComplexType *in, ComplexType *out, int sign, unsigned int flags, int threads=1) |
static PlanType | Plan_dft_c2r (int rank, const int *n, ComplexType *in, PixelType *out, unsigned int flags, int threads=1) |
static PlanType | Plan_dft_c2r_1d (int n, ComplexType *in, PixelType *out, unsigned int flags, int threads=1) |
static PlanType | Plan_dft_c2r_2d (int nx, int ny, ComplexType *in, PixelType *out, unsigned int flags, int threads=1) |
static PlanType | Plan_dft_c2r_3d (int nx, int ny, int nz, ComplexType *in, PixelType *out, unsigned int flags, int threads=1) |
static PlanType | Plan_dft_r2c (int rank, const int *n, PixelType *in, ComplexType *out, unsigned int flags, int threads=1) |
static PlanType | Plan_dft_r2c_1d (int n, PixelType *in, ComplexType *out, unsigned int flags, int threads=1) |
static PlanType | Plan_dft_r2c_2d (int nx, int ny, PixelType *in, ComplexType *out, unsigned int flags, int threads=1) |
static PlanType | Plan_dft_r2c_3d (int nx, int ny, int nz, PixelType *in, ComplexType *out, unsigned int flags, int threads=1) |
using itk::fftw::ComplexToComplexProxy< float >::ComplexType = fftwf_complex |
Definition at line 61 of file itkFFTWCommonExtended.h.
using itk::fftw::ComplexToComplexProxy< float >::PixelType = float |
Definition at line 60 of file itkFFTWCommonExtended.h.
using itk::fftw::ComplexToComplexProxy< float >::PlanType = fftwf_plan |
Definition at line 62 of file itkFFTWCommonExtended.h.
using itk::fftw::ComplexToComplexProxy< float >::Self = ComplexToComplexProxy<float> |
Definition at line 63 of file itkFFTWCommonExtended.h.
|
inlinestatic |
Definition at line 201 of file itkFFTWCommonExtended.h.
|
inlinestatic |
Definition at line 196 of file itkFFTWCommonExtended.h.
|
inlinestatic |
Definition at line 179 of file itkFFTWCommonExtended.h.
References itk::FFTWGlobalConfiguration::GetLockMutex().
|
inlinestatic |
Definition at line 107 of file itkFFTWCommonExtended.h.
References itk::FFTWGlobalConfiguration::GetLockMutex().
|
inlinestatic |
Definition at line 66 of file itkFFTWCommonExtended.h.
References itk::FFTWGlobalConfiguration::GetLockMutex().
|
inlinestatic |
Definition at line 76 of file itkFFTWCommonExtended.h.
References itk::FFTWGlobalConfiguration::GetLockMutex().
|
inlinestatic |
Definition at line 91 of file itkFFTWCommonExtended.h.
References itk::FFTWGlobalConfiguration::GetLockMutex().
|
inlinestatic |
Definition at line 164 of file itkFFTWCommonExtended.h.
References itk::FFTWGlobalConfiguration::GetLockMutex().
|
inlinestatic |
Definition at line 123 of file itkFFTWCommonExtended.h.
References itk::FFTWGlobalConfiguration::GetLockMutex().
|
inlinestatic |
Definition at line 133 of file itkFFTWCommonExtended.h.
References itk::FFTWGlobalConfiguration::GetLockMutex().
|
inlinestatic |
Definition at line 148 of file itkFFTWCommonExtended.h.
References itk::FFTWGlobalConfiguration::GetLockMutex().