ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::BSplineResampleImageFunction< TImageType, TCoordRep > Class Template Reference

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

#include <itkBSplineResampleImageFunction.h>

Inheritance diagram for itk::BSplineResampleImageFunction< TImageType, TCoordRep >:
Collaboration diagram for itk::BSplineResampleImageFunction< TImageType, TCoordRep >:

List of all members.

Public Types

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

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual void SetInputImage (const TImageType *inputData)

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 BSplineResampleImageFunction ()
virtual ~BSplineResampleImageFunction ()

Private Member Functions

 BSplineResampleImageFunction (const Self &)

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 56 of file itkBSplineResampleImageFunction.h.


Member Typedef Documentation

template<class TImageType , class TCoordRep = float>
typedef SmartPointer< const Self > itk::BSplineResampleImageFunction< TImageType, TCoordRep >::ConstPointer
template<class TImageType , class TCoordRep = float>
typedef SmartPointer< Self > itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Pointer
template<class TImageType , class TCoordRep = float>
typedef BSplineResampleImageFunction itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Self
template<class TImageType , class TCoordRep = float>
typedef BSplineInterpolateImageFunction< TImageType, TCoordRep, typename TImageType::PixelType > itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Superclass

Constructor & Destructor Documentation

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

Definition at line 90 of file itkBSplineResampleImageFunction.h.

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

Definition at line 91 of file itkBSplineResampleImageFunction.h.

template<class TImageType , class TCoordRep = float>
itk::BSplineResampleImageFunction< TImageType, TCoordRep >::BSplineResampleImageFunction ( const Self ) [private]

Member Function Documentation

template<class TImageType , class TCoordRep = float>
virtual::itk::LightObject::Pointer itk::BSplineResampleImageFunction< TImageType, TCoordRep >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

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

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

Run-time type information (and related methods).

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

template<class TImageType , class TCoordRep = float>
static 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>
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 77 of file itkBSplineResampleImageFunction.h.


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