#include <cmtkCubicInterpolator.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 = 2 |
| Size of the interpolation region in grid points to the left and right. | |
Cubic interpolator.
Definition at line 48 of file cmtkCubicInterpolator.h.
| static Types::Coordinate cmtk::Interpolators::Cubic::GetWeight | ( | const int | weight, |
| const Types::Coordinate | x | ||
| ) | [inline, static] |
Get specific interpolation weight for relative coordinate.
Definition at line 55 of file cmtkCubicInterpolator.h.
const int cmtk::Interpolators::Cubic::RegionSizeLeftRight = 2 [static] |
Size of the interpolation region in grid points to the left and right.
Definition at line 52 of file cmtkCubicInterpolator.h.
1.7.2