npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
npstat::FourierImage Class Reference

#include <FourierImage.hh>

Public Member Functions

 FourierImage (const std::complex< double > *image, unsigned long imLen)
 
 FourierImage (const fftw_complex *image, unsigned long imageLen)
 
 FourierImage (const FourierImage &)
 
FourierImageoperator= (const FourierImage &)
 
const fftw_complex * image () const
 
unsigned long size () const
 

Detailed Description

Wrapper class for memory blocks allocated by FFTW function fftw_malloc and deallocated by fftw_free. Intended for storing results of Fourier transforms.


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