ITK  5.4.0
Insight Toolkit
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
itk::fftw::Proxy< double > Class Template Reference

#include <itkFFTWCommon.h>

Detailed Description

template<>
class itk::fftw::Proxy< double >

Definition at line 402 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
 

Member Typedef Documentation

◆ ComplexType

using itk::fftw::Proxy< double >::ComplexType = fftw_complex

Definition at line 406 of file itkFFTWCommon.h.

◆ PixelType

using itk::fftw::Proxy< double >::PixelType = double

Definition at line 405 of file itkFFTWCommon.h.

◆ PlanType

using itk::fftw::Proxy< double >::PlanType = fftw_plan

Definition at line 407 of file itkFFTWCommon.h.

◆ Self

using itk::fftw::Proxy< double >::Self = Proxy<double>

Definition at line 408 of file itkFFTWCommon.h.

Member Function Documentation

◆ DestroyPlan()

static void itk::fftw::Proxy< double >::DestroyPlan ( PlanType  p)
inlinestatic

Definition at line 723 of file itkFFTWCommon.h.

References itk::FFTWGlobalConfiguration::GetLockMutex().

◆ Execute()

static void itk::fftw::Proxy< double >::Execute ( PlanType  p)
inlinestatic

Definition at line 718 of file itkFFTWCommon.h.

◆ Plan_dft()

static PlanType itk::fftw::Proxy< double >::Plan_dft ( int  rank,
const int *  n,
ComplexType in,
ComplexType out,
int  sign,
unsigned int  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

◆ Plan_dft_1d()

static PlanType itk::fftw::Proxy< double >::Plan_dft_1d ( int  n,
ComplexType in,
ComplexType out,
int  sign,
unsigned int  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 615 of file itkFFTWCommon.h.

◆ Plan_dft_2d()

static PlanType itk::fftw::Proxy< double >::Plan_dft_2d ( int  nx,
int  ny,
ComplexType in,
ComplexType out,
int  sign,
unsigned int  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 627 of file itkFFTWCommon.h.

◆ Plan_dft_3d()

static PlanType itk::fftw::Proxy< double >::Plan_dft_3d ( int  nx,
int  ny,
int  nz,
ComplexType in,
ComplexType out,
int  sign,
unsigned int  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 644 of file itkFFTWCommon.h.

◆ Plan_dft_c2r()

static PlanType itk::fftw::Proxy< double >::Plan_dft_c2r ( int  rank,
const int *  n,
ComplexType in,
PixelType out,
unsigned int  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

◆ Plan_dft_c2r_1d()

static PlanType itk::fftw::Proxy< double >::Plan_dft_c2r_1d ( int  n,
ComplexType in,
PixelType out,
unsigned int  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 418 of file itkFFTWCommon.h.

◆ Plan_dft_c2r_2d()

static PlanType itk::fftw::Proxy< double >::Plan_dft_c2r_2d ( int  nx,
int  ny,
ComplexType in,
PixelType out,
unsigned int  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 429 of file itkFFTWCommon.h.

◆ Plan_dft_c2r_3d()

static PlanType itk::fftw::Proxy< double >::Plan_dft_c2r_3d ( int  nx,
int  ny,
int  nz,
ComplexType in,
PixelType out,
unsigned int  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 445 of file itkFFTWCommon.h.

◆ Plan_dft_r2c()

static PlanType itk::fftw::Proxy< double >::Plan_dft_r2c ( int  rank,
const int *  n,
PixelType in,
ComplexType out,
unsigned int  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

◆ Plan_dft_r2c_1d()

static PlanType itk::fftw::Proxy< double >::Plan_dft_r2c_1d ( int  n,
PixelType in,
ComplexType out,
unsigned int  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 517 of file itkFFTWCommon.h.

◆ Plan_dft_r2c_2d()

static PlanType itk::fftw::Proxy< double >::Plan_dft_r2c_2d ( int  nx,
int  ny,
PixelType in,
ComplexType out,
unsigned int  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 528 of file itkFFTWCommon.h.

◆ Plan_dft_r2c_3d()

static PlanType itk::fftw::Proxy< double >::Plan_dft_r2c_3d ( int  nx,
int  ny,
int  nz,
PixelType in,
ComplexType out,
unsigned int  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 544 of file itkFFTWCommon.h.

Member Data Documentation

◆ GREATEST_PRIME_FACTOR

constexpr SizeValueType itk::fftw::Proxy< double >::GREATEST_PRIME_FACTOR = 13
staticconstexpr

Definition at line 414 of file itkFFTWCommon.h.


The documentation for this class was generated from the following file: