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

itk::BSplineResampleImageFunction< TImageType, TCoordRep > Class Template Reference
[Image Functions]

Resample image intensity from a BSpline coefficient image. More...

#include <itkBSplineResampleImageFunction.h>

List of all members.

Public Types

typedef BSplineResampleImageFunction Self
typedef BSplineInterpolateImageFunction<
TImageType, TCoordRep, typename
TImageType::PixelType > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

virtual const char * GetClassName () const
virtual void SetInputImage (const TImageType *inputData)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 BSplineResampleImageFunction ()
virtual ~BSplineResampleImageFunction ()
void PrintSelf (std::ostream &os, Indent indent) const


Detailed Description

template<class TImageType, class TCoordRep = float>
class itk::BSplineResampleImageFunction< TImageType, TCoordRep >

Resample image intensity from a BSpline coefficient image.

This class resample the image intensity at a non-integer position from the input BSpline coefficient image.

Spline order may be from 0 to 5.

In ITK, BSpline coefficient can be generated using a BSplineDecompositionImageFilter. Using this image function in conjunction with ResampleImageFunction allows the reconstruction of the original image at different resolution and size.

See also:
BSplineInterpolateImageFunction

BSplineDecompositionImageFilter

ResampleImageFilter

Definition at line 48 of file itkBSplineResampleImageFunction.h.


Member Typedef Documentation

template<class TImageType, class TCoordRep = float>
typedef SmartPointer<const Self> itk::BSplineResampleImageFunction< TImageType, TCoordRep >::ConstPointer
 

Definition at line 58 of file itkBSplineResampleImageFunction.h.

template<class TImageType, class TCoordRep = float>
typedef SmartPointer<Self> itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Pointer
 

Definition at line 57 of file itkBSplineResampleImageFunction.h.

template<class TImageType, class TCoordRep = float>
typedef BSplineResampleImageFunction itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Self
 

Standard class typedefs. Definition at line 54 of file itkBSplineResampleImageFunction.h.

template<class TImageType, class TCoordRep = float>
typedef BSplineInterpolateImageFunction< TImageType,TCoordRep, typename TImageType::PixelType > itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Superclass
 

Definition at line 56 of file itkBSplineResampleImageFunction.h.


Constructor & Destructor Documentation

template<class TImageType, class TCoordRep = float>
itk::BSplineResampleImageFunction< TImageType, TCoordRep >::BSplineResampleImageFunction  )  [inline, protected]
 

Definition at line 78 of file itkBSplineResampleImageFunction.h.

template<class TImageType, class TCoordRep = float>
virtual itk::BSplineResampleImageFunction< TImageType, TCoordRep >::~BSplineResampleImageFunction  )  [inline, protected, virtual]
 

Definition at line 79 of file itkBSplineResampleImageFunction.h.


Member Function Documentation

template<class TImageType, class TCoordRep = float>
virtual const char* itk::BSplineResampleImageFunction< TImageType, TCoordRep >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

template<class TImageType, class TCoordRep = float>
Pointer itk::BSplineResampleImageFunction< TImageType, TCoordRep >::New  )  [static]
 

New macro for creation of through a Smart Pointer

template<class TImageType, class TCoordRep = float>
void itk::BSplineResampleImageFunction< TImageType, TCoordRep >::PrintSelf std::ostream &  os,
Indent  indent
const [inline, protected]
 

Definition at line 80 of file itkBSplineResampleImageFunction.h.

References HardConnectedComponentImageFilter::PrintSelf().

template<class TImageType, class TCoordRep = float>
virtual void itk::BSplineResampleImageFunction< TImageType, TCoordRep >::SetInputImage const TImageType *  inputData  )  [inline, virtual]
 

Set the input image representing the BSplineCoefficients Definition at line 68 of file itkBSplineResampleImageFunction.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:52:42 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000