ITK  4.2.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

#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 Types inherited from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
typedef TImageType::PixelType CoefficientDataType
typedef
BSplineDecompositionImageFilter
< TImageType,
CoefficientImageType
CoefficientFilter
typedef CoefficientFilter::Pointer CoefficientFilterPointer
typedef Image
< CoefficientDataType,
itkGetStaticConstMacro(ImageDimension) > 
CoefficientImageType
typedef
Superclass::ContinuousIndexType 
ContinuousIndexType
typedef CovariantVector
< OutputType,
itkGetStaticConstMacro(ImageDimension) > 
CovariantVectorType
typedef Superclass::IndexType IndexType
typedef Superclass::InputImageType InputImageType
typedef
ImageLinearIteratorWithIndex
< TImageType > 
Iterator
typedef Superclass::OutputType OutputType
typedef Superclass::PointType PointType
- Public Types inherited from itk::InterpolateImageFunction< TImageType, TCoordRep >
typedef Superclass::IndexValueType IndexValueType
typedef NumericTraits
< typename
TImageType::PixelType >
::RealType 
RealType
- Public Types inherited from itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep >
typedef TCoordRep CoordRepType
typedef
InputImageType::ConstPointer 
InputImageConstPointer
typedef InputImageType::PixelType InputPixelType
- Public Types inherited from itk::FunctionBase< Point< TCoordRep, TImageType::ImageDimension >, NumericTraits< TImageType::PixelType >::RealType >
typedef Point< TCoordRep,
TImageType::ImageDimension > 
InputType
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual void SetInputImage (const TImageType *inputData)
- Public Member Functions inherited from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
virtual OutputType Evaluate (const PointType &point) const
virtual OutputType Evaluate (const PointType &point, ThreadIdType threadID) const
virtual OutputType EvaluateAtContinuousIndex (const ContinuousIndexType &index) const
virtual OutputType EvaluateAtContinuousIndex (const ContinuousIndexType &index, ThreadIdType threadID) const
CovariantVectorType EvaluateDerivative (const PointType &point) const
CovariantVectorType EvaluateDerivative (const PointType &point, ThreadIdType threadID) const
CovariantVectorType EvaluateDerivativeAtContinuousIndex (const ContinuousIndexType &x) const
CovariantVectorType EvaluateDerivativeAtContinuousIndex (const ContinuousIndexType &x, ThreadIdType threadID) const
void EvaluateValueAndDerivative (const PointType &point, OutputType &value, CovariantVectorType &deriv) const
void EvaluateValueAndDerivative (const PointType &point, OutputType &value, CovariantVectorType &deriv, ThreadIdType threadID) const
void EvaluateValueAndDerivativeAtContinuousIndex (const ContinuousIndexType &x, OutputType &value, CovariantVectorType &deriv) const
void EvaluateValueAndDerivativeAtContinuousIndex (const ContinuousIndexType &x, OutputType &value, CovariantVectorType &deriv, ThreadIdType threadID) const
virtual ThreadIdType GetNumberOfThreads () const
virtual int GetSplineOrder () const
void SetNumberOfThreads (ThreadIdType numThreads)
void SetSplineOrder (unsigned int SplineOrder)
virtual void SetUseImageDirection (bool _arg)
virtual bool GetUseImageDirection () const
virtual void UseImageDirectionOn ()
virtual void UseImageDirectionOff ()
- Public Member Functions inherited from itk::InterpolateImageFunction< TImageType, TCoordRep >
virtual OutputType Evaluate (const PointType &point) const
virtual OutputType EvaluateAtContinuousIndex (const ContinuousIndexType &index) const =0
virtual OutputType EvaluateAtIndex (const IndexType &index) const
- Public Member Functions inherited from itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep >
void ConvertContinuousIndexToNearestIndex (const ContinuousIndexType &cindex, IndexType &index) const
void ConvertPointToContinuousIndex (const PointType &point, ContinuousIndexType &cindex) const
void ConvertPointToNearestIndex (const PointType &point, IndexType &index) const
virtual const ContinuousIndexTypeGetEndContinuousIndex ()
virtual const IndexTypeGetEndIndex ()
const InputImageTypeGetInputImage () const
virtual const ContinuousIndexTypeGetStartContinuousIndex ()
virtual const IndexTypeGetStartIndex ()
virtual bool IsInsideBuffer (const IndexType &index) const
virtual bool IsInsideBuffer (const ContinuousIndexType &index) const
virtual bool IsInsideBuffer (const PointType &point) const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 BSplineResampleImageFunction ()
virtual ~BSplineResampleImageFunction ()
- Protected Member Functions inherited from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
 BSplineInterpolateImageFunction ()
virtual OutputType EvaluateAtContinuousIndexInternal (const ContinuousIndexType &index, vnl_matrix< long > &evaluateIndex, vnl_matrix< double > &weights) const
virtual CovariantVectorType EvaluateDerivativeAtContinuousIndexInternal (const ContinuousIndexType &x, vnl_matrix< long > &evaluateIndex, vnl_matrix< double > &weights, vnl_matrix< double > &weightsDerivative) const
virtual void EvaluateValueAndDerivativeAtContinuousIndexInternal (const ContinuousIndexType &x, OutputType &value, CovariantVectorType &derivativeValue, vnl_matrix< long > &evaluateIndex, vnl_matrix< double > &weights, vnl_matrix< double > &weightsDerivative) const
void PrintSelf (std::ostream &os, Indent indent) const
 ~BSplineInterpolateImageFunction ()
- Protected Member Functions inherited from itk::InterpolateImageFunction< TImageType, TCoordRep >
 InterpolateImageFunction ()
 ~InterpolateImageFunction ()
- Protected Member Functions inherited from itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep >
 ImageFunction ()
 ~ImageFunction ()
- Protected Member Functions inherited from itk::FunctionBase< Point< TCoordRep, TImageType::ImageDimension >, NumericTraits< TImageType::PixelType >::RealType >
 FunctionBase ()
 ~FunctionBase ()
- Protected Member Functions inherited from itk::Object
 Object ()
bool PrintObservers (std::ostream &os, Indent indent) const
virtual void SetTimeStamp (const TimeStamp &time)
virtual ~Object ()
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 LightObject ()
virtual void PrintHeader (std::ostream &os, Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const
virtual ~LightObject ()

Private Member Functions

 BSplineResampleImageFunction (const Self &)

Additional Inherited Members

- Static Public Attributes inherited from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
static const unsigned int ImageDimension
- Static Public Attributes inherited from itk::InterpolateImageFunction< TImageType, TCoordRep >
- Static Public Attributes inherited from itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep >
- Protected Attributes inherited from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
CoefficientImageType::ConstPointer m_Coefficients
TImageType::SizeType m_DataLength
std::vector< CoefficientDataTypem_Scratch
unsigned int m_SplineOrder

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 ( )
inlineprotected

Definition at line 90 of file itkBSplineResampleImageFunction.h.

template<class TImageType , class TCoordRep = float>
virtual itk::BSplineResampleImageFunction< TImageType, TCoordRep >::~BSplineResampleImageFunction ( )
inlineprotectedvirtual

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

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: