18 #ifndef __itkVectorLinearInterpolateImageFunction_h
19 #define __itkVectorLinearInterpolateImageFunction_h
42 template<
class TInputImage,
class TCoordRep =
double >
65 typedef typename Superclass::RealType
RealType;
68 itkStaticConstMacro(Dimension,
unsigned int,
69 Superclass::Dimension);
72 itkStaticConstMacro(ImageDimension,
unsigned int, Superclass::ImageDimension);
97 void PrintSelf(std::ostream & os,
Indent indent)
const;
102 void operator=(
const Self &);
110 #ifndef ITK_MANUAL_INSTANTIATION
111 #include "itkVectorLinearInterpolateImageFunction.hxx"