NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
resampler.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Resampler
 
struct  Resampler::Contrib
 
struct  Resampler::Contrib_List
 
struct  Resampler::Scan_Buf
 

Macros

#define RESAMPLER_DEBUG_OPS   0
 
#define RESAMPLER_DEFAULT_FILTER   "lanczos4"
 
#define RESAMPLER_MAX_DIMENSION   16384
 

Typedefs

typedef double Resample_Real
 

Macro Definition Documentation

◆ RESAMPLER_DEBUG_OPS

#define RESAMPLER_DEBUG_OPS   0

Definition at line 6 of file resampler.h.

◆ RESAMPLER_DEFAULT_FILTER

#define RESAMPLER_DEFAULT_FILTER   "lanczos4"

Definition at line 7 of file resampler.h.

◆ RESAMPLER_MAX_DIMENSION

#define RESAMPLER_MAX_DIMENSION   16384

Definition at line 9 of file resampler.h.

Typedef Documentation

◆ Resample_Real

typedef double Resample_Real

Definition at line 12 of file resampler.h.