#include <Approximators.h>
Public Types | |
typedef BaseImage< DIM, Pixel > | ImageType |
typedef ImageType::Index | Index |
Static Public Member Functions | |
static Pixel | forward (const ImageType &phi, const Index &ind, unsigned axis) |
Forward finite difference in the axis 'axis'. | |
static Pixel | backward (const ImageType &phi, const Index &ind, unsigned axis) |
Backward finite difference in the axis 'axis'. |
Definition at line 21 of file Approximators.h.