OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Functions
FFTBase.h File Reference
#include "Utility/PAssert.h"
#include "Index/NDIndex.h"
#include "Field/GuardCellSizes.h"
#include "FFT/fftpack_FFT.h"
#include <map>
#include <iostream>
#include "FFT/FFTBase.hpp"
Include dependency graph for FFTBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FFTBase< Dim, T >
 
class  FFTBase< Dim, T >
 

Functions

template<unsigned Dim, class T >
std::ostream & operator<< (std::ostream &out, const FFTBase< Dim, T > &fft)
 Define operator<< to invoke write() member function: More...
 
std::string getTransformType (unsigned int i)
 character strings for transform types More...
 

Function Documentation

std::string getTransformType ( unsigned int  i)
inline

character strings for transform types

Definition at line 35 of file FFTBase.h.

Referenced by FFTBase< Dim, T >::write().

template<unsigned Dim, class T >
std::ostream & operator<< ( std::ostream &  out,
const FFTBase< Dim, T > &  fft 
)
inline

Define operator<< to invoke write() member function:

Definition at line 197 of file FFTBase.h.