#include <FFTW.h>
|
| Plan (FFTWPlan *plan) |
|
| Plan (FFTWPlanf *plan) |
|
|
friend | FFTW |
|
std::unique_ptr< FFTWPlan > | _plan |
|
std::unique_ptr< FFTWPlanf > | _planf |
|
Definition at line 84 of file FFTW.h.
◆ ~Plan()
casacore::FFTW::Plan::~Plan |
( |
| ) |
|
|
noexcept |
◆ Plan() [1/4]
casacore::FFTW::Plan::Plan |
( |
const Plan & |
| ) |
|
|
delete |
◆ Plan() [2/4]
casacore::FFTW::Plan::Plan |
( |
Plan && |
| ) |
|
◆ Plan() [3/4]
casacore::FFTW::Plan::Plan |
( |
FFTWPlan * |
plan | ) |
|
|
private |
◆ Plan() [4/4]
casacore::FFTW::Plan::Plan |
( |
FFTWPlanf * |
plan | ) |
|
|
private |
◆ Execute() [1/2]
void casacore::FFTW::Plan::Execute |
( |
double * |
in, |
|
|
double * |
out |
|
) |
| |
◆ Execute() [2/2]
void casacore::FFTW::Plan::Execute |
( |
float * |
in, |
|
|
float * |
out |
|
) |
| |
Perform the FFT associated with this plan with the given in data, and store it in the given out data.
◆ operator=() [1/2]
Plan& casacore::FFTW::Plan::operator= |
( |
const Plan & |
| ) |
|
|
delete |
◆ operator=() [2/2]
Plan& casacore::FFTW::Plan::operator= |
( |
Plan && |
| ) |
|
◆ _plan
std::unique_ptr<FFTWPlan> casacore::FFTW::Plan::_plan |
|
private |
◆ _planf
std::unique_ptr<FFTWPlanf> casacore::FFTW::Plan::_planf |
|
private |
◆ FFTW
friend casacore::FFTW::Plan::FFTW |
|
private |
The documentation for this class was generated from the following file: