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

itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep > Class Template Reference
[Image FunctionsImage Interpolators]

Linearly interpolate a vector image at specified positions. More...

#include <itkVectorLinearInterpolateImageFunction.h>

Inheritance diagram for itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >:

Inheritance graph
[legend]
Collaboration diagram for itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef VectorLinearInterpolateImageFunction Self
typedef VectorInterpolateImageFunction<
TInputImage, TCoordRep > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef Superclass::InputImageType InputImageType
typedef Superclass::PixelType PixelType
typedef Superclass::ValueType ValueType
typedef Superclass::RealType RealType
typedef Superclass::IndexType IndexType
typedef Superclass::ContinuousIndexType ContinuousIndexType
typedef Superclass::OutputType OutputType

Public Member Functions

virtual const char * GetClassName () const
 itkStaticConstMacro (Dimension, unsigned int, Superclass::Dimension)
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension)
virtual OutputType EvaluateAtContinuousIndex (const ContinuousIndexType &index) const

Static Public Member Functions

Pointer New ()

Protected Member Functions

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

Detailed Description

template<class TInputImage, class TCoordRep = float>
class itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >

Linearly interpolate a vector image at specified positions.

VectorLinearInterpolateImageFunction linearly interpolates a vector image intensity non-integer pixel position. This class is templated over the input image type and the coordinate representation type.

This function works for N-dimensional images.

Warning:
This function work only for Vector images. For scalar images use LinearInterpolateImageFunction.

Definition at line 42 of file itkVectorLinearInterpolateImageFunction.h.


Member Typedef Documentation

template<class TInputImage, class TCoordRep = float>
typedef SmartPointer<const Self> itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::ConstPointer
 

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

Definition at line 51 of file itkVectorLinearInterpolateImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::ContinuousIndexType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::ContinuousIndexType
 

ContinuousIndex typedef support.

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

Definition at line 77 of file itkVectorLinearInterpolateImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::IndexType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::IndexType
 

Index typedef support.

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

Definition at line 74 of file itkVectorLinearInterpolateImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::InputImageType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::InputImageType
 

InputImageType typedef support.

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

Definition at line 61 of file itkVectorLinearInterpolateImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::OutputType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::OutputType
 

Output type is Vector<double,Dimension>

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

Definition at line 80 of file itkVectorLinearInterpolateImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::PixelType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::PixelType
 

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

Definition at line 62 of file itkVectorLinearInterpolateImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef SmartPointer<Self> itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::Pointer
 

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

Definition at line 50 of file itkVectorLinearInterpolateImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::RealType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::RealType
 

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

Definition at line 64 of file itkVectorLinearInterpolateImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef VectorLinearInterpolateImageFunction itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::Self
 

Standard class typedefs.

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

Definition at line 48 of file itkVectorLinearInterpolateImageFunction.h.

Referenced by itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::~VectorLinearInterpolateImageFunction().

template<class TInputImage, class TCoordRep = float>
typedef VectorInterpolateImageFunction<TInputImage,TCoordRep> itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::Superclass
 

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

Definition at line 49 of file itkVectorLinearInterpolateImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::ValueType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::ValueType
 

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

Definition at line 63 of file itkVectorLinearInterpolateImageFunction.h.


Constructor & Destructor Documentation

template<class TInputImage, class TCoordRep = float>
itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::VectorLinearInterpolateImageFunction  )  [protected]
 

template<class TInputImage, class TCoordRep = float>
itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::~VectorLinearInterpolateImageFunction  )  [inline, protected]
 

Definition at line 95 of file itkVectorLinearInterpolateImageFunction.h.

References itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::Self.


Member Function Documentation

template<class TInputImage, class TCoordRep = float>
virtual OutputType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex const ContinuousIndexType index  )  const [virtual]
 

Evaluate the function at a ContinuousIndex position

Returns the linearly interpolated image intensity at a specified point position. No bounds checking is done. The point is assume to lie within the image buffer.

ImageFunction::IsInsideBuffer() can be used to check bounds before calling the method.

Implements itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

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

Run-time type information (and related methods).

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.

template<class TInputImage, class TCoordRep = float>
itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::itkStaticConstMacro ImageDimension  ,
unsigned  int,
Superclass::ImageDimension 
 

Dimension underlying input image.

template<class TInputImage, class TCoordRep = float>
itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::itkStaticConstMacro Dimension  ,
unsigned  int,
Superclass::Dimension 
 

Grab the vector dimension from the superclass.

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

Method for creation through the object factory.

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

Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.


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