Public Types | Static Public Member Functions | Static Public Attributes | Static Private Attributes

cmtk::Interpolators::CosineSinc< NRadius > Class Template Reference

Sinc interpolator with Cosine window. More...

#include <cmtkSincInterpolator.h>

List of all members.

Public Types

typedef CosineSinc< NRadius > Self
 This class.

Static Public Member Functions

static Types::Coordinate GetWeight (const int i, const Types::Coordinate x)
 Get specific interpolation weight for relative coordinate.

Static Public Attributes

static const int RegionSizeLeftRight = NRadius
 Size of the interpolation region in grid points to the left and right.

Static Private Attributes

static const Types::Coordinate InternalFactor = 1.0 / (2*CosineSinc<NRadius>::RegionSizeLeftRight)
 Internal factor.

Detailed Description

template<int NRadius = 5>
class cmtk::Interpolators::CosineSinc< NRadius >

Sinc interpolator with Cosine window.

Definition at line 79 of file cmtkSincInterpolator.h.


Member Typedef Documentation

template<int NRadius = 5>
typedef CosineSinc<NRadius> cmtk::Interpolators::CosineSinc< NRadius >::Self

This class.

Definition at line 83 of file cmtkSincInterpolator.h.


Member Function Documentation

template<int NRadius = 5>
static Types::Coordinate cmtk::Interpolators::CosineSinc< NRadius >::GetWeight ( const int  i,
const Types::Coordinate  x 
) [inline, static]

Get specific interpolation weight for relative coordinate.

Definition at line 89 of file cmtkSincInterpolator.h.

References M_PI.


Member Data Documentation

template<int NRadius = 5>
const Types::Coordinate cmtk::Interpolators::CosineSinc< NRadius >::InternalFactor = 1.0 / (2*CosineSinc<NRadius>::RegionSizeLeftRight) [static, private]

Internal factor.

Definition at line 98 of file cmtkSincInterpolator.h.

template<int NRadius = 5>
const int cmtk::Interpolators::CosineSinc< NRadius >::RegionSizeLeftRight = NRadius [static]

Size of the interpolation region in grid points to the left and right.

Definition at line 86 of file cmtkSincInterpolator.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines