#include <GU_VoxelFFT.h>
Definition at line 66 of file GU_VoxelFFT.h.
GU_VoxelFFT::gu_fft::gu_fft |
( |
int |
rank, |
|
|
int * |
dims, |
|
|
bool |
invert, |
|
|
int |
ntransforms, |
|
|
bool |
realdata |
|
) |
| |
|
inline |
virtual GU_VoxelFFT::gu_fft::~gu_fft |
( |
| ) |
|
|
inlinevirtual |
virtual void GU_VoxelFFT::gu_fft::allocBuffers |
( |
| ) |
|
|
pure virtual |
virtual exint GU_VoxelFFT::gu_fft::entries |
( |
| ) |
const |
|
inlinevirtual |
virtual bool GU_VoxelFFT::gu_fft::fft |
( |
| ) |
|
|
pure virtual |
virtual size_t GU_VoxelFFT::gu_fft::getInputDistance |
( |
| ) |
const |
|
inlinevirtual |
virtual size_t GU_VoxelFFT::gu_fft::getOutputDistance |
( |
| ) |
const |
|
inlinevirtual |
virtual bool GU_VoxelFFT::gu_fft::isMatching |
( |
int |
rank, |
|
|
int * |
dims, |
|
|
bool |
invert, |
|
|
int |
ntransforms, |
|
|
bool |
realdata |
|
) |
| |
|
inlinevirtual |
virtual void* GU_VoxelFFT::gu_fft::mapInBuffer |
( |
| ) |
|
|
pure virtual |
virtual void* GU_VoxelFFT::gu_fft::mapOutBuffer |
( |
| ) |
|
|
pure virtual |
virtual void GU_VoxelFFT::gu_fft::releaseBuffers |
( |
| ) |
|
|
pure virtual |
virtual bool GU_VoxelFFT::gu_fft::supportsHermitianComplex |
( |
| ) |
const |
|
inlinevirtual |
virtual void GU_VoxelFFT::gu_fft::unmapInBuffer |
( |
void * |
| ) |
|
|
pure virtual |
virtual void GU_VoxelFFT::gu_fft::unmapOutBuffer |
( |
void * |
| ) |
|
|
pure virtual |
int GU_VoxelFFT::gu_fft::myDims[3] |
|
protected |
exint GU_VoxelFFT::gu_fft::myEntries |
|
protected |
bool GU_VoxelFFT::gu_fft::myInvert |
|
protected |
int GU_VoxelFFT::gu_fft::myNTransforms |
|
protected |
int GU_VoxelFFT::gu_fft::myRank |
|
protected |
bool GU_VoxelFFT::gu_fft::myRealData |
|
protected |
The documentation for this class was generated from the following file: