ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
itkVectorLinearInterpolateImageFunction.h File Reference

Go to the source code of this file.

Classes

class  itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >
 Linearly interpolate a vector image at specified positions. More...

Namespaces

namespace  itk

Macros

#define ITK_TEMPLATE_VectorLinearInterpolateImageFunction(_, EXPORT, TypeX, TypeY)

Macro Definition Documentation

#define ITK_TEMPLATE_VectorLinearInterpolateImageFunction (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk \
{ \
_( 2 ( class EXPORT VectorLinearInterpolateImageFunction< ITK_TEMPLATE_2 TypeX > ) ) \
namespace Templates \
{ \
typedef VectorLinearInterpolateImageFunction< ITK_TEMPLATE_2 TypeX > \
VectorLinearInterpolateImageFunction##TypeY; \
} \
}

Definition at line 111 of file itkVectorLinearInterpolateImageFunction.h.