[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
|   | FFTWWriteRealAccessor [Accessors for FFTWComplex] |  | 
#include <vigra/fftw3.hxx>

| Public Types | |
| typedef fftw_real | value_type | 
| The accessor's value type. | |
| Public Member Functions | |
| template<class ITERATOR, class DIFFERENCE> | |
| void | set (value_type const &v, ITERATOR const &i, DIFFERENCE d) const | 
| template<class ITERATOR> | |
| void | set (value_type const &v, ITERATOR const &i) const | 
#include <vigra/fftw3.hxx> (for FFTW 3) or
 #include <vigra/fftw.hxx> (for deprecated FFTW 2)
 Namespace: vigra 
| void set | ( | value_type const & | v, | |
| ITERATOR const & | i, | |||
| DIFFERENCE | d | |||
| ) | const | 
Write real number at offset from iterator position. Set imaginary part to 0.
Reimplemented from FFTWRealAccessor.
| void set | ( | value_type const & | v, | |
| ITERATOR const & | i | |||
| ) | const | 
Write real number at iterator position. Set imaginary part to 0.
Reimplemented from FFTWRealAccessor.
| 
© Ullrich Köthe     (ullrich.koethe@iwr.uni-heidelberg.de)  | 
html generated using doxygen and Python
 |