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>

Inheritance diagram for itk::BSplineResampleImageFunction:

Inheritance graph
[legend]
Collaboration diagram for itk::BSplineResampleImageFunction< TImageType, TCoordRep >:

Collaboration graph
[legend]
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 Methods

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

Static Public Methods

Pointer New ()

Protected Methods

 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
 

Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.

Definition at line 58 of file itkBSplineResampleImageFunction.h.

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

Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.

Definition at line 57 of file itkBSplineResampleImageFunction.h.

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

Standard class typedefs.

Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.

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
 

Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.

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.

References HardConnectedComponentImageFilter::PrintSelf().


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).

Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.

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

New macro for creation of through a Smart Pointer

Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.

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

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.

Definition at line 80 of file itkBSplineResampleImageFunction.h.

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

Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.

Definition at line 68 of file itkBSplineResampleImageFunction.h.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:22:07 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000