Developer documentation
Version 3.0.3-105-gd3941f44
sinc.h File Reference
#include "types.h"
#include "interp/base.h"
#include "math/sinc.h"

Go to the source code of this file.

Classes

class  MR::Interp::Sinc< ImageType >
 This class provides access to the voxel intensities of an image, using sinc interpolation. More...
 

Namespaces

namespace  MR
 
namespace  MR::Interp
 

Macros

#define SINC_WINDOW_SIZE   7
 

Functions

template<class ImageType , typename... Args>
Sinc< ImageType > MR::Interp::make_sinc (const ImageType &parent, Args &&... args)
 

Macro Definition Documentation

◆ SINC_WINDOW_SIZE

#define SINC_WINDOW_SIZE   7

Definition at line 25 of file sinc.h.