18 #ifndef __itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction_h
19 #define __itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction_h
53 template<
class TInputImage,
class TCoordRep =
float >
76 typedef typename Superclass::RealType
RealType;
85 itkStaticConstMacro(ImageDimension,
unsigned int, Superclass::ImageDimension);
99 virtual bool IsInsideBuffer(
const IndexType &)
const
123 virtual OutputType EvaluateAtContinuousIndex(
124 const ContinuousIndexType & index)
const;
131 virtual OutputType EvaluateAtIndex(
const IndexType & index)
const;
137 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
143 void operator=(
const Self &);
152 #ifndef ITK_MANUAL_INSTANTIATION
153 #include "itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction.hxx"