#include <cmtkLinearInterpolator.h>
Static Public Member Functions | |
static Types::Coordinate | GetWeight (const int weight, const Types::Coordinate x) |
Get specific interpolation weight for relative coordinate. | |
Static Public Attributes | |
static const int | RegionSizeLeftRight = 1 |
Size of the interpolation region in grid points to the left and right. |
Linear interpolator.
Definition at line 48 of file cmtkLinearInterpolator.h.
static Types::Coordinate cmtk::Interpolators::Linear::GetWeight | ( | const int | weight, |
const Types::Coordinate | x | ||
) | [inline, static] |
Get specific interpolation weight for relative coordinate.
Definition at line 55 of file cmtkLinearInterpolator.h.
const int cmtk::Interpolators::Linear::RegionSizeLeftRight = 1 [static] |
Size of the interpolation region in grid points to the left and right.
Definition at line 52 of file cmtkLinearInterpolator.h.