17 #ifndef __itkLabelImageGaussianInterpolateImageFunction_h
18 #define __itkLabelImageGaussianInterpolateImageFunction_h
56 template <
class TInputImage,
class TCoordRep = double,
57 class TPixelCompare = std::less<typename itk::NumericTraits<typename TInputImage::PixelType>::RealType> >
75 itkStaticConstMacro( ImageDimension,
unsigned int, TInputImage::ImageDimension );
84 typedef typename Superclass::RealType
RealType;
101 return this->EvaluateAtContinuousIndex( cindex,
NULL );
110 void operator=(
const Self& );
115 virtual OutputType EvaluateAtContinuousIndex(
116 const ContinuousIndexType &, OutputType * )
const;
121 #ifndef ITK_MANUAL_INSTANTIATION
122 #include "itkLabelImageGaussianInterpolateImageFunction.hxx"