Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Function::CosineWindowFunction< VRadius, TInput, TOutput > Class Template Reference

Window function for sinc interpolation.

\[ w(x) = cos(\frac{\pi x}{2 m} ) \]

. More...

#include <itkWindowedSincInterpolateImageFunction.h>

List of all members.

Public Member Functions

TOutput operator() (const TInput &A) const


Detailed Description

template<unsigned int VRadius, class TInput = double, class TOutput = double>
class itk::Function::CosineWindowFunction< VRadius, TInput, TOutput >

Window function for sinc interpolation.

\[ w(x) = cos(\frac{\pi x}{2 m} ) \]

.

See also:
WindowedSincInterpolateImageFunction

Definition at line 37 of file itkWindowedSincInterpolateImageFunction.h.


Member Function Documentation

template<unsigned int VRadius, class TInput = double, class TOutput = double>
TOutput itk::Function::CosineWindowFunction< VRadius, TInput, TOutput >::operator() ( const TInput &  A  )  const [inline]

Definition at line 40 of file itkWindowedSincInterpolateImageFunction.h.


The documentation for this class was generated from the following file:

Generated at Tue Sep 15 15:28:56 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000